Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
jvlflame edited this page Sep 12, 2019 · 8 revisions

Changelog

v 1.5.3 (Sep 11, 2019) - Current release

  • Additions
    • Add setting scrape-r18-other-metadata to scrape and set R18.com metadata for series and video director
    • Experimental - Add script Sort-7mmtv.ps1 to scrape and set 7mmtv.tv metadata for uncensored and amateur JAV
  • Fixes
    • Fix setting do-not-rename-file causing script to break when setting is true

v.1.5.2 (Sep 9, 2019)

  • Additions
    • Add setting prefer-r18-title to prefer R18.com title for video metadata
    • Add setting do-not-rename-file to run sort_jav.py without renaming video files Removed Sep 10, 2019 due to breaking bug
  • Fixes
    • Fix html causing inconsistencies on video titles in Emby
    • Fix Set-JAVNfo.ps1 not writing metadata for videos with naming starting with "R18"
    • Fix R18 titles not scraping with PowerShell 6.0+

v.1.5.1 (Sep 2, 2019)

  • Fixes
    • Fix error causing nfo metadata file not being read by Emby
    • Fix Set-JAVNfo.ps1 file compatibility with PowerShell Core 6.0+

v1.5.0 (Sep 2, 2019) - broken build

  • Additions
    • Scrape R18.com actor thumbnails and push to Emby/Jellyfin
    • Add video part number in metadata title for multipart videos
  • Changes
    • Repository file structure changed to be more user accessible
    • Use ratio based crop rather than absolute when cropping movie covers to poster size
  • Fixes
    • Widen .jpg file match to crop all covers properly in edit_covers.py
    • Fix encoding option on javlibrary html to allow better reading of special characters

v1.4.5 (Aug 6, 2019)

  • Add option to keep original thumbnail cover as $name-thumb.jpg
  • Add script edit_covers.py to crop covers of already-scraped files recursively. Check documentation under how to run for more information.
    • New settings to manage covers
      • scraped-covers-path
      • keep-original-cover

v1.4.4 (Aug 6, 2019)

  • Add option to crop cover image to poster size
  • Fix html txt file not moving into folder if file already exists

v1.4.3 (Aug 3, 2019)

  • Add -Prompt parameter to Set-JAVNfo.ps1 to show changes before confirming. To remove, remove the parameter in the Set-JAVNfo.ps1 script on the last line
  • Add option to add video genre as a 'tag' metadata option to allow for multi-genre/tag sorting in Jellyfin
  • Fix video title erroring out and not writing to the proper file for some files

v1.4.2 (Aug 3, 2019)

  • Fix Set-JAVNfo.ps1 not finding metadata files txt metadata files for "t28" and titles with only 1 letter

v1.4.1 (July 27, 2019)

  • Fix paths containing square brackets error read/write through Set-JAVNfo.ps1

v1.4.0 (July 25, 2019)

  • Added option to include video genres in metadata nfo file
  • Moved additional metadata options to bottom of settings.ini

v1.3.0 (July 24, 2019)

  • Added option in settings "include-html-txt" to create a html text file to parse and create Emby/Jellyfin/Kodi metadata
  • Added Set-JAVNfo.ps1 script to create .nfo metadata from html text file
  • Added option in settings "include-cover-all" to create a cover .jpg for each video file
  • Changed renaming of cover to match video renaming for multiple part videos

v1.2.0

  • Fixed an issue where the program wouldn’t stop early during a problematic file
  • Fixed an issue due to Cloudflare being added to javlibrary. This requires significantly more setup from you, sorry about that but it was necessary.
  • Fixed some issues where certain filenames didn’t sort properly because the name had other portions that looked like IDs

v1.1

  • Fixed an issue where the program failed to work after javlibrary changed their HTML structure for pages.
  • Videos no longer have to be named correctly. The sorter can now determine what the ID of the video is even if it has nonsense in the name. This may not work for every single name, so please message me if you find ones that fail.