Added
- Setting
sort.format.outputfolder
to create a static or dynamic output folder for sorted movies in the destination path (#115)- This setting accepts a format string (i.e.
"sort.format.outputfolder": "<STUDIO>"
will sort movies into a folder of their studio name in the destination path)
- This setting accepts a format string (i.e.
- Setting
sort.metadata.nfo.altnamerole
to add the actress<altname>
as the actress role (#110) - Setting
javlibrary.cookie.session
andjavlibrary.cookie.userid
to set a path of movies as 'Owned' on JavLibrary. This runs on a single thread and is not affected by throttlelimit (#119)- Log into JavLibrary and view browser cookies [www.javlibrary.com / Cookies / session] and [www.javlibrary.com / Cookies / userid] and define them in your settings
- Usage:
Javinizer -Path 'C:\JAV\Sorted' -Recurse -SetOwned
- Setting
sort.metadata.nfo.originalpath
to add the path the movie was last sorted from to the nfo file under field<originalpath>
(#116)
Changed
<altname>
in the actress metadata in the nfo is now dynamic based on the selected actress name language (#110)
Fixed
- Sort no longer fails when newlines are present in R18 maker and label metadata output (#121)
See More
- dce60dc Merge pull request #123 from jvlflame/dev
- c3ee6e4 Update for 2.1.1
- eb9441e Add feature to use altname as actor role (#110)
- 3c5186f Add custom output folder (#115)
- b7495cb Re-add feature to set owned movies on Javlibrary (#119)
- c51d469 Fix newlines added to r18 scraper output (#121)
- 9032a27 Merge branch 'dev' of https://github.com/jvlflame/JAV-Organizer into dev
- 4e02b01 Feature/116 (#117) [ #116 ]
- 0414e2c Update README.md
This list of changes was auto generated.