Frequently Asked Questions
If you have a feature request, find a bug, or have a question please create a new issue or join the Discord server.
FAQ
My poster image isn't being created when completing a movie sort
If your poster image isn't being created even with sort.download.posterimg
being set as true, then you likely have an issue with your Python Pillow module being called in the module. Review the documentation on the install page.
My movie isn't being matched even though I can find it on the website
The Javinizer file matcher is optimized to run against movies using a standard DVD ID (e.g. ABP-420), thus if your movie does not match that standard, it will likely fail. Javinizer will only match a file if the cleaned filename matches the exact movie ID from the scraper. View the documentation on file matching for more details.
I'm receiving an error during the metadata translation
Make sure you have Python and the translation modules installed. If you are using the googletrans module, you will need version 4.0.0rc1 at minimum. Otherwise, the googletrans and google_trans_new modules have a temporary rate-limit that you may hit if you are sorting a lot of movies at once. Consider using a VPN or swapping between modules to bypass this limit.
Running Javinizer GUI on Synology does not work
View the full discussion on GitHub. The tl;dr is that you will likely need to run the docker run
command via SSH on your Synology rather than use the Docker GUI.
Last updated