Releases: natyusha/ShokoRelay.bundle
v1.2.2 - Fix Theme Song Error / Compress Summary Options
- Fixed an error in the agent when attempting to download theme music without a TMDB match
- Changed the summary options in the agent so that they are all in a single dropdown
v1.2.1 - APIv3 Change (collection-posters.py)
- Account for "Poster ID" recently being changed from string to int in APIv3
🚨 This version will display as v1.2.00
v.1.2.0 - Initial TMDB Update
- Changed all TvDB references/usage in the bundle to new TMDB alternatives
- Changed episode thumbnail links to use the default selection
- Added TMDB descriptions for series and episodes if configured in Shoko
- Added several logging improvements (mainly cast & crew image logs)
- Added several readme additions including recommended settings for Shoko
- Account for "Fanarts" recently being renamed to "Backdrops" in APIv3
- Removed support for banner images as they are unsupported by TMDB and almost completely deprecated in Plex
Changelog Since Stable: v1.1.16...v1.2.0
v1.1.18 - Minor Bugfix (force-metadata.py)
- Fixed failed_list initialization placement in force-metadata.py (thanks dasco144)
- Added the minimum required version of Shoko Server to the readme
v1.1.17 - "Suggestive Dialogue" Content Descriptor
- Added the "Suggestive Dialogue" content descriptor (for "Assumed Content Ratings")
- Added a TV-14 rating upgrade for anime with a 300 weight of the "Sex" tag (for "Assumed Content Ratings")
v1.1.16 - More Formats for Collection Posters / Scan Unrecognized for Rescan Recent
- Added forced scanning of unrecognized files to rescan-recent.py
- Added support for collection posters with the following file extensions: bmp / gif / jpe / tif / tiff / webp
Note
Barring any unforeseen issues/bugs this should be the final stable release until Shoko's "The Movie Database" support is finalized.
v1.1.15 - Fix Collection Posters Bug / Consistent API Device Naming
- Fixed "collection-posters.py clean" not sorting posters by creation date (missing key) which could potentially delete the wrong posters
- Changed Shoko API Device names to be more consistent
- Changed some log formatting for better readability
v1.1.14 - Add "Special" to Ambiguous Titles / Check for Deleted TvDB Entries
- Added a check which ensures that a TvDB entry hasn't been deleted and display clear warnings in the logs if it has
- Added "Special" to Ambiguous Titles (SingleEntryTitles) for replacement
- Removed "86" hard-coded search replacement as the bug was fixed in Shoko Server here: ShokoAnime/ShokoServer@b74397a
v1.1.13 - Move Common Series Prefixes / Fix Genre Capitalization Rules
- Added an agent option for moving common series title prefixes like "Gekijouban", "Eiga" etc. to the end of the title
- Fix the genre capitalization rules to capitalize the last word of all genres even if they are an article/conjunction/short preposition
v1.1.12 - Reenable TvDB Fallbacks / Add tar.gz Release Assets
- Changed the config.py setting order to match shoko docs
- Reenable TvDB Episode Title + Summary Fallbacks with more robust error checking
- Added a new fallback case for specials e.g. "Episode S1"
- Added a version indicator to the scanner logs
- Added a note on SingleSeasonOrdering in the Scanner
- Added tar.gz release assets for ease of installation on linux