github javinizer/Javinizer 2.2.0

latest releases: 2.5.17, 2.5.16, 2.5.15...
3 years ago

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 if mv 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.

Don't miss a new Javinizer release

NewReleases is sending notifications on new releases.