Releases: javinizer/Javinizer
Releases · javinizer/Javinizer
2.5.17
Fixed
- Fixed an issue with scraping actress on DmmJa for actresses
- Allow continuation of scraping even when some actress thumbnails returned 404.
- Fixed a bug on Invoke-Update
2.5.16
Fixed
- Fixed an issue when movetofolder is set to false
- Added Thumbnail scraping for DmmJa. Updated priority settings
2.5.15
Fixed
- Missing R18.dev in
Get-JVUrlLocation
- Fixed DMM sample video for VR searches
- Fixed UpdateModule's URL location to the new url link
- Removed apostrophe from being replaced (#351)
- Updated
SetOwned
for Javlibrary
2.5.14
Fixed
- Fixed Aventertainment (#359)
- Fixed issues with R18.dev in GUI
- Reverted manual search setting to false by default
- Updated Dockerfile to support python 3.9
- Fixed JSON settings not showing on GUI (#325)
2.5.13
Fixed
- Fixed missing TokyoHot for GUI (#326)
- Fixed missing R18.dev option for GUI (#367)
2.5.12
Fixed
- Added support for R18.dev
- Updated Module update script to base on master repository
Note: You will get an error if you upgrade with -UpdateModule
:
Exception setting "scraper.movie.r18": "The property 'scraper.movie.r18' cannot be found on this object. Verify that the property exists and can be set."
SetValueInvocationException
...
You can safely ignore these errors because r18 and r18zh has been dropped.
Also due to the way how -UpdateModule
works, unfortunately it can only be fixed from version 2.5.12
onwards.
2.5.11
Fixed
- Fixed missing
sort.renamefolderinplace
in GUI (#353)
- Removed R18 support (#350)
- Fixed javbus screenshot not being recognized (#349)
- Fixed jav321 screenshots not being grabbed correctly (#346)
2.5.10
Fixed
- Fixed JAVLibrary actress name order (english/romaji) for movies with only one actress (#321)
- Fixed JAVBus actress thumbnail URL for actresses missing the baseURL (#316)
- Fixed JAVLibrary invalid screenshot urls containing extra
https:
2.5.9
Fixed
- Fixed R18/DMM URL scraper due to changed R18 search HTML
2.5.8
Added
- Setting
sort.movesubtitles
to automatically detect and move subtitle files (#197)
- This feature assumes that the root movie path is in its own contained folder with the subtitle files. Sorting files while using a flat directory structure will most likely not work as intended
- Detects .ass, .ssa, .srt, .smi, .vtt
- DeepL translator support (Thanks @Toastyice #302)
- Can be enabled by using settings:
"sort.metadata.nfo.translate.module": "deepl"
"sort.metadata.nfo.translate.deeplapikey": ""
- It requires a DeepL developer API key which allows 500,000 characters a month for free
Fixed
- Suppress
SYSLIB0014
error when importing custom webscraper class (Thanks @Andor233)
- The GUI code editor now properly displays the correct custom location paths when clicking the
Edit
button (#301)