Skip to content

Releases: javinizer/Javinizer

2.5.17

15 May 09:39
3d25207
Compare
Choose a tag to compare

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

14 May 15:37
6624dd9
Compare
Choose a tag to compare

Fixed

  • Fixed an issue when movetofolder is set to false
  • Added Thumbnail scraping for DmmJa. Updated priority settings

2.5.15

12 May 04:03
9c213f5
Compare
Choose a tag to compare

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

06 May 22:17
b62ced7
Compare
Choose a tag to compare

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

06 May 00:46
0f3e2d7
Compare
Choose a tag to compare

Fixed

  • Fixed missing TokyoHot for GUI (#326)
  • Fixed missing R18.dev option for GUI (#367)

2.5.12

05 May 15:06
eabd618
Compare
Choose a tag to compare

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

15 Feb 13:45
d6a09a8
Compare
Choose a tag to compare

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

12 Dec 21:39
Compare
Choose a tag to compare

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

20 Oct 10:28
e5abb2e
Compare
Choose a tag to compare

Fixed

  • Fixed R18/DMM URL scraper due to changed R18 search HTML

2.5.8

28 Sep 03:29
Compare
Choose a tag to compare

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)