Andre Meyering
Andre Meyering
Hi, sorry for the delay. This happens in case "Sep. Folders" is not checked. The reason is that we had many users that split up large files into smaller ones....
Thanks for reporting! I'll try to have a look at this next week. Fields are cleared even if the assigned scraper does not report any data. I want to move...
Hi, thanks for this feature request. :) There is a way to remove such parts from filenames, namely Settings->Global->"Words to exclude from media names". I myself forget that sometimes, see...
Hi, I think this is a very reasonable request and definitely something we should implement! It's just that I don't find the time to implement it at the moment. The...
> Thank you for all your efforts! I did not want to seem unappreciative. Quite the opposite, very appreciative! wink Don't worry, you don't seem unappreciative at all! It's great...
Thanks for opening this bug/feature request. In the "separate directories" mode, MediaElch expects there to be a single movie. If there are multiple files, we interpret them as the same....
Hi, I would love to fulfill this feature request! However, I'm simply lacking the knowledge on how to properly package for Windows (i.e. create an installer). I don't use Windows...
Hi, thanks for reporting this issue. > Also the "MediaElch.sqlite" gets bigger and bigger on every startup without anything added. Oh, that doesn't sound right. Out of curiosity, how big...
The "getting stuck"-issue was fixed by https://github.com/Komet/MediaElch/pull/1510 I found the issue: If "auto-reload" is enabled, the database is not cleared. It creates duplicates for that folder. A manual "reload" fixes...
This issue was fixed by #1517. Note that you may want to run `VACUUM;` on the SQLite3 database if you want to shrink its size: ``` ❯ sqlite3 MediaElch.sqlite SQLite...