Skip to content

[1.7.0]

Compare
Choose a tag to compare
@jvlflame jvlflame released this 06 Jul 08:34

Broken build -- Do not use or download - If you have already sorted files using this version, check those files to make sure the movie ID is correct. They may have been jumbled if you sorted multiple files at once.

To roll forward your existing settings.ini file:

# Add under [General]:
 regex-match=false
 regex=([a-zA-Z|tT28]+-\d+z{0,1}Z{0,1}e{0,1}E{0,1})(?:-pt){0,1}(\d{1,2})?

# Add under [JavLibrary]   <-- Create new section in .ini file
 set-owned=False
 username=
 session-cookie=

Changes:

Added

  • Added setting to match JAV files using regular expressions

    • Regex match will not perform any string transformations, so the ID in your filename will need to match the site metadata exactly
    • This is intended for users who have previously sorted files using a unique template and are unable to match using Javinizer's default matcher
    • The regex match 1 should be the movie ID (e.g. ABP-234). Match 2 (optional) should be the part number of the movie (e.g. 2)
  • Experimental Added JAVLibrary integration with setting movies as "Owned" when sorting with Javinizer

    • You will need the session cookie from www.javlibrary.com after signing in, as well as your username

      image

Fixed

  • Fixed -GetThumbs and -UpdateThumbs functionality
    • Removed PoshRSJob dependency, instead using PowerShell Core native ForEach-Object -Parallel for multi-threaded webpage scraping
      • There will no longer be a progress bar displayed
  • Fixed error output due to missing native dependencies when checking for Javinizer module updates

  • 5f84fc5 Update settings regex default
  • 671c831 Comment out experimental features
  • 3fcf28d Add regex match for Javinizer sort
  • 4bc2f7d Update docs & module files
  • edfe114 Get JAVLibrary owned files only if running sort
  • dbb508b Update JavLibrary set owned feature
  • 75516b4 Remove PoshRSJob dependency for thumbnail scraping
  • 95429d1 Remove error when checking module version failed
  • 3e841bd Add javlibrary integration
See More
  • fb37d4f Fix missing param on thumbcsv get
  • a0fbaa7 Fix formatting
  • ab932b5 Fix some javlibrary integration interactions

This list of changes was auto generated.