To roll forward your existing settings.ini file:
# Add under [Main]:
scrape-javlibraryja=False
scrape-javlibraryzh=False
scrape-r18zh=False
# Add under [General]:
translate-description-language=en
Added
- Additional language support for existing scraper sources
- JavLibrary ZH (CN)
scrape-javlibraryzh=True
- JavLibrary JA
scrape-javlibraryja=True
- R18 ZH
scrape-r18zh=True
- JavLibrary ZH (CN)
- Original Japanese actress entries to r18-thumbs.csv
- Alternate language selection for description translation
translate-description-language=en
- Parameter
-ImportSettings
to specify an external settings file- Example:
Javinizer -Path C:\Downloads\JAV-Unsorted -ImportSettings C:\settings-template1.ini -Multi
- This is for those of you running Javinizer in automation or want to just specify different presets when sorting
- Example:
- Parameter
-MoveToFolder
and-RenameFile
to set true/false value formove-to-folder
andrename-file
in the commandline- Example:
Javinizer -Path C:\Downloads\JAV-Sorted -Recurse -MoveToFolder:$false -RenameFile:$false
- This is for when you want to refresh metadata for already sorted videos but don't want to manually adjust your settings file
- Example:
Changed
- Default naming of
poster.jpg
->folder.jpg
- This allows the poster image to show up as the default folder thumbnail in Windows File explorer
- I have not noticed any issues with Plex/Emby/Jellyfin for this naming convention but let me know if there is a conflict
- Default throttling of thumbnail updates to 5
- Requests have been erroring out due to the speed of the requests and Cloudflare throttling
- Update check will only occur once per session by checking global variable
Fixed
- Actresses from DMM not being properly added to nfo when
first-last-name-order=false
- R18 thumbnail csv adding duplicate entries with reversed order when
first-last-name-order=false
As always, if you have any feature requests or find any bugs that need addressing, message me in my public discord channel or leave an issue on GitHub. Thanks!