Andrew Arneson
Andrew Arneson
@anantasty have you tried adding pil to the application requirements line in the buildozer.spec file? Line 36 if no edits have been made. ``` # (list) Application requirements # comma...
Alright, making sure I understand the problem. The app builds properly but when run on the android device it crashes with the second error from your original comment? > If...
Starting to run out of ideas on this one. Because for some reason it builds fine with `pil` as a requirement for me. Could you toss a verbose buildozer log...
plugins are planned as a future feature, but there are definitely a few features that are currently taking priority. Good news on the export front though, right now the database...
Code review aside, I'm leaning towards a thumbnail with a play button on it being the default and then clicking it starting the preview but I'm open to what the...
This was resolved by #34
> The thread about DB is very tl;dr, so if you dont mind some questions about the final DB schema attached: > > - what is `page` attribute in the...
Question on ignored extensions, is the plan that files with those extensions are ignored by the database (no entries generated) or just hidden from the UI? Trying to see if...
Thanks for the comments yeah this really would be a big one. I just wanted to get the discussion going and loop in some of the GitHub crowd. > This...
> Kind of; essentially, I'm saying to **Separate Concerns**. For now, abstract out the storage implementation specifics from the TagStudio Library class/implementation. We could do a Factory or Prototype pattern...