🐶
Docs
  • Javinizer
  • Installation
    • Install Javinizer (CLI)
    • Install Javinizer (Web GUI)
    • Updating Javinizer
  • Using Javinizer
    • Using the CLI
      • Sorting Files
      • Searching for Metadata
      • Updating Settings via the Cmdline
      • Setting owned movies on Javlibrary
    • Using the GUI
    • File Matching
      • Regex Match
      • Multi-part Match
    • Media Library Setup
  • Configuration
    • Settings
      • Actor Thumbnail CSV
      • Genre/Tag CSV
      • R18 Uncensor CSV
    • Dynamic Folder Structures
    • Format Strings
    • Metadata Priorities
    • Metadata Translation
    • Proxy Configuration
  • Troubleshooting
    • Frequently Asked Questions
Powered by GitBook
On this page
  • FAQ
  • "Unable to reach Javlibrary, enter a websession/cookies to use the scraper"
  • My poster image isn't being created when completing a movie sort
  • My movie isn't being matched even though I can find it on the website
  • I'm receiving an error during the metadata translation
  • Running Javinizer GUI on Synology does not work
  1. Troubleshooting

Frequently Asked Questions

PreviousProxy Configuration

Last updated 2 years ago

If you have a feature request, find a bug, or have a question please or join the .

FAQ

"Unable to reach Javlibrary, enter a websession/cookies to use the scraper"

This error message usually indicates that Cloudflare anti-bot protection is restricting you from accessing the site without entering a captcha. You will likely need to enter the captcha and then use cookies from the site to use the scraper. View for details.

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 .

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 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

. 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.

create a new issue
Discord server
issue #169
install page
file matching
View the full discussion on GitHub