Skip to content

Releases: natyusha/ShokoRelay.bundle

v1.2.2 - Fix Theme Song Error / Compress Summary Options

25 Aug 22:12
Compare
Choose a tag to compare

⚠️ This release requires a daily build of Shoko Server

  • 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)

23 Aug 15:01
Compare
Choose a tag to compare

⚠️ This release requires a daily build of Shoko Server

  • 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

25 Aug 09:20
Compare
Choose a tag to compare
Pre-release

⚠️ This release requires a daily build of Shoko Server

  • 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)

08 Jul 16:18
Compare
Choose a tag to compare

⚠️ This release requires a daily build of Shoko Server for the Anime "86" to auto match

  • 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

06 Jun 18:40
Compare
Choose a tag to compare

⚠️ This release requires a daily build of Shoko Server for the Anime "86" to auto match

  • 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

25 May 13:21
Compare
Choose a tag to compare

⚠️ This release requires a daily build of Shoko Server for the Anime "86" to auto match

  • 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

24 May 14:02
Compare
Choose a tag to compare

⚠️ This release requires a daily build of Shoko Server for the Anime "86" to auto match

  • 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

22 May 07:59
Compare
Choose a tag to compare

⚠️ This release requires a daily build of Shoko Server for the Anime "86" to auto match

  • 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

18 May 07:49
Compare
Choose a tag to compare
  • 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

17 May 09:10
Compare
Choose a tag to compare
  • 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