Known issue: Using a custom location with location.thumbcsv
is bugged in this and previous releases #77
Added
- Setting
sort.metadata.thumbcsv.autoadd
added- If enabled, actresses scraped from R18 and R18Zh scrapers are automatically added to the thumb csv if missing
- Additional words added to r18 uncensor list (thanks @zuko7177 )
Changed
- Setting
sort.metadata.genre.ignore
changed to regex match - Actresses are now only matched to the thumb csv using JapaneseName while sorting
Fixed
- Actresses being matched incorrectly due to false positives with FirstName/LastName matching
- Dmm match when searching for IDs ending with a letter (IBW-###z, KTRA-###e, etc)
- Error being thrown when trying to trim a null translated description
- Actress names containing backslash
\
in R18 fixed
Removed
- Parameter
-UpdateNfo
removed pending further testing/development
See More
- c9e8a68 Merge 15765ac into 6655ab0
- 15765ac Updates for 2.0.0-alpha7
- 76caf81 Fix dmm match for ID ending with letter
- 361a392 Change ignoredgenres to regex match (#75)
- 9cdea25 Add wildcard support for ignored genres (#75)
- 8c82af6 Add actress autoadd feature when scraping
- f727fdd Fix backslash replace regex (#73)
- 6ae5464 Fix backslash on r18 actress (#73)
- a34d907 Update thumbcsv to match only JapaneseName
- e36100b Fix error on trim for null description (#74)
- 404c24a Rename for consistency
- 6655ab0 Additional R18 censored words. (#72)
This list of changes was auto generated.