Releases: javinizer/Javinizer
2.2.5
For full release notes, view release 2.2.4
Fixed
- Fix breaking error causing sort to fail when trimming trailing periods on folder paths
2.2.4
Pushing another small fix due to javlibrary re-enabled DDOS protection on their site. Entering cookies + useragent should now work properly again using the default javlibrary.baseurl
of http://javlibrary.com
.
If you are still having issues, please view issue #169.
Fixed
- JAVLibrary scraper now works correctly with b49t.com mirror
- Get-CfSession function now successfully accepts the __cfduid, cf_clearance, and browser useragent when scraping from cloudflare protected JAVLibrary site
- Dynamic directory names with trailing periods are now trimmed to resolve terminating error during sort (Thanks @amdishigh)
- Japanese actress names are now correctly added to the format string when
sort.metadata.nfo.actresslanguageja
is true (Thanks @amdishigh)
See More
- 346e6e6 Merge ca67eb0 into e5a0b37
- ca67eb0 Update for 2.2.4
- d3bdbdf Trim erroneous trailing dots on directory paths (#168)
- 7a5d0d2 Update javlibrary url scraper to work with custom baseurl (#169)
- fba887e Fix javlibrary websession cookie domain (#169)
- e67b854 Fix japanese actress name in format string (#167)
- e5a0b37 Merge pull request #166 from jvlflame/dev
This list of changes was auto generated.
2.2.3
2.2.2
Fixed
- Resolved DMM ID match error
- Path and Destination path now resolve correctly for standard console paths when null or using "."
- Javinizer no longer throws an error when
sort.format.screenshotfolder
orsort.format.actressimgfolder
are blank
See More
- 838e83e Merge pull request #165 from jvlflame/dev
- 1b04372 Update for 2.2.2
- ad71ce8 Fix dmm scraper for ja/en id/contentid (#164)
- d443302 Remove mac build
- 781c8fe Update defaults
- 34b4d4e Allow empty format string (#161)
- af3c09a Fix auto path when paths null
- e832cfb Fix DMM ContentID matcher (#164)
- 5e56fa3 Update default path resolution (#159)
This list of changes was auto generated.
2.2.1
Hotfix release for a breaking bug (#159)
See full changelog in release 2.2.0
Fixed
- Actress thumburl for movies with a single actress are now scraped correctly following scraper optimizations
- Setting
"sort.metadata.nfo.translate.module": "google_trans_new"
now correctly uses the google_trans_new module
2.2.0
Docker GUI will be updated at a later date
Reminder for those of you who want to use scrapers which list videos in non-standard DVD ID formats. You will likely need to manually rename or create scripts to rename files to match them exactly to the movie IDs from each scraper. To disable the automatic filename cleaning, use the -Strict
parameter when sorting. You will also need to add the scraper names (aventertainment, aventertainmentja, mgstageja) into your metadata priority settings to use them.
You can test these by using the -Find
parameter.
Javinizer -Find '300MIUM-666' -MgstageJa
Javinizer -Find 'DLcarib_121220-001' -Aventertainment
The new scrapers have the following settings added:
"scraper.movie.aventertainment": false,
"scraper.movie.aventertainmentja": false,
"scraper.movie.mgstageja": false,
Translation can now be done per-metadata field, with the following choice of two Python modules, googletrans or google_trans_new. You will need at minimum googletrans 4.0.0rc1
release to use that module. As I haven't tested this extensively, let me know how quickly you run into rate-limiting with each module if you have the opportunity. Supported fields for translation are: Title, AlternateTitle, Description, Director, Series, Genre, Maker, Label.
# Allows either "googletrans" or "google_trans_new" modules
"sort.metadata.nfo.translate": true,
"sort.metadata.nfo.translate.module": "googletrans",
"sort.metadata.nfo.translate.field": ["description", "title", "genre"],
Credits can now be added into the nfo metadata. The credits setting will accept an array of format strings.
# Creates a <credits></credits> tag for each string
sort.metadata.nfo.format.credits": ["<DIRECTOR>"],
Added
- MGStage scraper
- AVEntertainment scraper
- Enhanced metadata translation functionality
- Multiple fields can now be translated instead of only description
- Support multiple Python translation modules (googletrans, google_trans_new)
<DIRECTOR>
is now a supported tag in metadata format strings- Added a setting to allow for creation of
<credits>
in nfo metadata
Changed
- Metadata format strings will now be output as "Unknown" for null fields
Fixed
- MacOS now correctly falls back to
Move-Item
ifmv
command fails - DmmJa scraper now returns the correct actresses if an English actress name is present
- Javbus scrapers now correctly account for actress first/last name on inconsistent actress pages
- Javlibrary and R18 scrapers now run 40% faster with reduced requests for actress names
See More
- 482765a Merge pull request #157 from jvlflame/dev
- f0df0de Update for 2.2.0
- e8600f7 Fix actress name order on dmm scraper (#155)
- 87bd17a Update default settings
- 1a672ce Fix data properties being set to unknown
- f38ef2c Remove requires core edition
- 3041d78 Add aventertainment javinizer integration (#104)
- 90551f4 Fix aventertainment actress scraper
- 2c3339b Fix mgstage rating scraper
- 57d1fa7 Optimize javlibrary, r18 scrapers
- e437c7c Add aventertainment scraper functions (#104)
- 6687804 Fix mgstage url scraper on not found
- d94a362 Set default translate to googletrans
- 797af07 Add mgstage javinizer integration (#151)
- b89edae Add translate module setting
- 0925077 Update rating scraper to null on empty
- a0caea7 Add mgstage scraper functions (#151)
- a29c166 Update url retrycount to 3
- 70cda15 Add credits to nfo (#133)
- 212b200 Add to format string
- 10ca9c1 Support multiple translation modules
- 5545322 Update boolen settings to true/false
- 6bdd868 Remove force from move-item
- 1aa9b7b Fallback to move-item on mv failure (#153)
- 810f1a8 Set null metadata to Unknown in filenames
- 98d316d Update translator to per field
- eae0db0 Fix actress scraper on dmm (#155)
- a07e88d Revert to googletrans module using 4.0.0rc1 (#152)
- e8ff455 Add translation support for additional scraper fields (#89)
- 13dd727 Fix unicode errors on translation with asian languages (#152)
- 62219c5 Update to google_trans_new module (#152)
- d1ba2ca Fix second ftp url
- 04a6b8b Fix typo on ftp url
- cb51dc4 Revert to Universal 1.4.7
- b2c0fa3 Add docker shield
- 3f06168 Clear default log
This list of changes was auto generated.
2.1.6
There have been some pretty notable improvements to the GUI with this release. Preview screens have been added to the repository here.
In addition, documentation is currently being overhauled. Documentation now lives on GitBook here, which includes installation instructions for both Windows and Docker for the GUI.
Pull the latest GUI via Docker using tag 2.1.6 or latest.
Changed
- Throttlelimit increased from 5 -> 10
Fixed
- MediaInfo now functions correctly on linux
See More
- be30171 Merge pull request #150 from jvlflame/dev
- f61e467 Update changelog
- 9148628 Update for 2.1.6
- 2bee139 Merge branch 'master' of https://github.com/jvlflame/JAV-Organizer into dev
- 81d1835 Update dockerfile for 1.4.9
- 2bda37f Update GUI files
- 7c02b86 Update thumbs 11/15/20
- 9300ba4 Increase accepted throttle limit to 10
- e30dc09 Update GUI history
- 1c86c70 Update for history logging
- 2526690 Update Javinizer sort to support additional gui sort
- f1f0422 Update discord invite link
- c7e9c6d Update dashboard pages
- 603a558 Updates for GUI
- e5d682c Update dockerfile
- e2d48a6 Update docker files
- 9608370 Update mediainfo call to lowercase to support linux (#146)
- 54d9999 Update image
- fa99376 Set linux to use mv instead of move-item
This list of changes was auto generated.
2.1.5
Changed
- Parameter
-SetOwned
now uses default path from settings
Fixed
- Multiple tags are now created properly from setting
sort.metadata.nfo.format.tag
- Aggregated data object actress is now always created as an array
Docker GUI
There's still quite a few buggy pieces in the GUI, namely the settings as well as the actual sorting. Moving the video file within a mounted volume seems to be copying very slowly so that's another issue that needs to be addressed.
Update your existing container or by using jvlflame/javinizer:2.1.5
If you previously imported the dashboard in the alpha versions, you will need to update the dashboard's framework to 3.1.4. Otherwise, follow the instructions from 2.1.5-alpha1 to install.
See More
- 8b3cd93 Merge pull request #145 from jvlflame/dev
- 87e67bd Update for 2.1.5
- 5e2513b Fix actress object when null
- 50cb660 Update GUI files
- 8999b56 Always set actress within aggregated data as array
- 70b7dd4 GUI fixes
- 71217ae Add web pagesize setting
- 03f8409 Update dashboard page
- 010cf93 Update dockerfile for universal 1.4.6
- 4d43983 Change SetOwned to use path settings (#144)
- cf8f8a4 Update log tab
- aca03dd Update dockerfile
- b18bda5 Fix dashboard call
- e1aea0e Update dockerfile
- a10dec4 Update dockerfile
- b28f117 Update dockerfile
- c125a5c Udpate dockerfile
- 4f6d978 Add components to dockerfile
- fb2af87 Update docker files
- d5a9044 Add initial web settings
- d651127 Update dl link
- 58bd739 Update dockerfile build
- 6828438 Fix tags not being split (#141)
- ca87449 Push 2.1.4 dashboard changes
This list of changes was auto generated.
2.1.5-alpha1 (Web GUI Alpha)
This is an alpha release, not every page/option is functional. Use at your own risk.
The only deployment method right now is via Docker jvlflame/javinizer.
docker run --name javinizer -p 5000:5000 jvlflame/javinizer
To persist data, mount volume on /home/data
.
After running the container, login to the admin portal at http://<docker host IP>:5000
using credentials:
- Username: admin
- Password: <anything>
Once logged in, on the sidebar, select Dashboard/Dashboards. Click the "Import" button on the right side of the screen.
Enter the following details on the pop-up and click "OK".
Note: the path value is case-sensitive
Navigate to http://<docker host IP>:5000/javinizer
. You should be greeted with the main Javinizer GUI page.
Changing setting 'location.input
will set the default navigation page.
2.1.4
Changed
- Url scraper now run within threads to increase sort speed
- Setting
sort.format.outputfolder
changed to array to allow nested output folders (#136) - Parameter
-SetOwned
now uses thejavlibrary.baseurl
setting when setting owned movies (#137) - Javlibrary re-added in settings as a default scraper, Javbus removed
Fixed
- DMM Url scraper now correctly finds movies that match ID value XXX-00X (#138)
- Jav321Ja now correctly retrieves all genres when scraping (#135)
- Cookies are now prompted for when cloudflare IUAM is detected and a javlibrary url is specified when using -Find
See More
- fe8ea17 Merge pull request #139 from jvlflame/dev
- f97b5d0 Update for 2.1.4
- d2dbaab Update web build files
- 2bfeacb Add initial dashboard build files (#129)
- 4777f2e Re-set javlibrary as default scraper
- 8004fda Update IsWeb functionality (#129)
- 94ec548 Change url scrapers to run within threads
- 50d7841 Add gui parameters (#129)
- 3bd7d72 Add nested output folder (#136)
- c2f1e84 Fallback to r18 scraper for ID 00X movies on dmm (#138)
- e1e01bf Update thumb csv 10-17-20
- e7cea86 Test cloudflare connectivity with -Find with url (#134)
- b5c9bd4 Change setowned to use javlibrary baseurl (#137)
- fc08a9e Merge branch 'dev' of https://github.com/jvlflame/JAV-Organizer into dev
- d6ed6a8 Merge pull request #135 from seeyabye/fix/jav321-genre
- de731cc Fixed genre for jav321 resulting in null values
- 6d9fb7c Remove html character from r18 label
This list of changes was auto generated.