Skip to content

Releases: javinizer/Javinizer

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)

2.5.7

23 Aug 03:57
e8b4180
Compare
Choose a tag to compare

Added

  • Setting sort.metadata.nfo.addaliases to add all actress aliases alongside the original name as separate actresses in the nfo (#290) (#291)

Changed

  • Improved filematcher (#289)
    • contentId matching is now improved
    • file names starting with .*\.org@ are now matched properly (e.g. bbs2048.org@MOVIE-123.mp4)
    • file names starting with .*\.xyz- are now matched properly (e.g. aaxv.xyz-MOVIE-123.mp4)

Fixed

  • Fixed fields on dmmja scraper (#293) (#294)

2.5.6

04 Aug 18:12
Compare
Choose a tag to compare

Added

  • Timeout configuration for trailer/screenshot download requests (in ms) (#286)
  • CLI docker images (tag: jvlflame/javinizer:latest-cli)

Fixed

  • Series metadata for r18 now properly uncensored
  • Actresses with invalid thumburl no longer automatically added to r18 thumb csv (after r18 html changes)

2.5.5

29 Jul 14:04
eedc21e
Compare
Choose a tag to compare

Fixed

  • Actresses now properly set on R18Zh scraper
  • Screenshot URLs on R18/R18Zh scraper properly set if missing highest quality images

2.5.4

28 Jul 15:37
d8ddcc1
Compare
Choose a tag to compare

Fixed

  • R18 scraper following its movie page update (#282)

2.5.3

12 Jul 07:02
1fee638
Compare
Choose a tag to compare

If you were having issues with JAVLibrary, hopefully this resolves it. If you are still unable to get it work, read through #169 or hop onto my discord to ask.

Also feel free check out my new userscript to highlight entry titles that are "owned" on JAVLibrary. If you are taking advantage of the Javinizer -SetOwned feature, or mark movies owned manually, then this might be helpful for your browsing habits.

image

Fixed

  • JAVLibrary cloudflare session now properly added to requests when running Javinizer without -Path (e.g. using location.input)
  • Suppress errors related to regex partnumber match when no partnumber is present

2.5.2

08 Jul 00:59
d2e7087
Compare
Choose a tag to compare

Added

  • Add setting to toggle the addition of generic actress role of <role>Actress</role> (#273)
    • sort.metadata.nfo.addgenericrole

Fixed

  • 3 -> 0 retries on webrequest to check for javlibrary cloudflare blocking to speed up initialization
  • Fixed json conversion loop which was breaking multiple javinizer GUI components
  • Regex multi-part matcher for movies that don't match standard DVD ID format should now match properly
  • Duplicate actresses without Japanese name should now be ignored from actress autoadd to thumb csv (again)

2.5.1

06 Jul 19:42
77f1119
Compare
Choose a tag to compare

Added

  • Add functionality to rename folders in-place without moving files when sorting (#268)
    • To use: set "sort.renamefolderinplace": true and "sort.movetofolder": false
    • This will only work properly if there is a unique movie per directory, otherwise race conditions between conflicting movies will cause errors. I recommend testing this in a controlled environment before "production" use

Changed

  • JAVLibrary cookies changed following Cloudflare update
    • Added
      • javlibrary.cookie.cf_chl_2
      • javlibrary.cookie.cf_chl_prog
    • Changed
      • javlibrary.cookie.cfclearance => javlibrary.cookie.cf_clearance
    • Removed
      • javlibrary.cookie.cfduid

Fixed

  • Javbus actress thumburls returning a relative url instead of the full url
  • Downloading images from alternate sources should now work properly (bug introduced from added proxy settings)
  • Duplicate actresses without Japanese name should now be ignored from actress autoadd to thumb csv