Skip to content

Releases: natyusha/ShokoRelay.bundle

v1.2.24 - External Configuration for the Scanner

12 Jan 08:08
Compare
Choose a tag to compare
  • Added an external .cfg file for the scanner preferences
  • Changed the temporary .ogg file generated by animethemes.py from "temp" to "Theme.tmp"

v1.2.23 - Account for v3 API Cast Endpoint Change

11 Jan 06:05
Compare
Choose a tag to compare
  • Change RoleName filtering from "Seiyuu" to "Actor" to match the new cast endpoint listings

v1.2.22 - Remove Agent Cross References

29 Dec 19:04
Compare
Choose a tag to compare
  • Removed HAMA and Lambda from the agent's contributes_to/accepts_from list as they could cause unforeseen issues under certain configurations (the use-case is also too niche to justify an inclusion by default)

v1.2.21 - Exclude Custom Tags from the Agent

05 Dec 15:35
Compare
Choose a tag to compare
  • Fixed custom user tags causing the agent to fail by excluding them from tag operations
  • Minor log formatting changes

v1.2.20 - Ignore Episode Relations Marked As Hidden When Scanning

21 Nov 17:51
Compare
Choose a tag to compare
  • Added a check in the scanner for episodes/relations marked as hidden

v1.2.19 - TMDB Episode Title Override Tweaks

19 Nov 19:46
Compare
Choose a tag to compare
  • Added Short/Short Movie/Special/Movie to the list of allowed TMDB episode title overrides
  • Allow leading zeroes in the episode numbers for TMDB episode title overrides
  • Fixed the "import" argument in rescan-recent.py on linux

v1.2.18 - Image Index Fix / Exclude ThemeSongs from Relation Check

30 Oct 11:29
Compare
Choose a tag to compare
  • Don't exclude multi episode files of differing types when a ThemeSong is involved
  • Added logging for the state of the SingleSeasonOrdering option in the agent and scanner
  • Added logging for the episode types or season/episode numbers when the scanner skips an episode mapping
  • Fixed missing image_add index in the agent and start it at 1 instead of 0

v1.2.17 - Watched-Sync Force Import Argument

26 Oct 01:16
Compare
Choose a tag to compare
  • Added an argument to the watched-sync.py script to allow automation of the import command

v1.2.16 - Refine TMDB Episode Group Support

24 Oct 03:06
Compare
Choose a tag to compare
  • Skip multi episode files when mapping to a duplicate TMDB season/episode
  • Added logging for when an episode mapping is skipped
  • Minor summary sanitizer tweak
  • Removed separators in the scanner logs for grouped episodes

v1.2.15 - TMDB Episode Group Support / Scanning Speed Improvements

22 Oct 16:11
Compare
Choose a tag to compare
  • Added TMDB episode group support
  • Added an option to prefer TMDB episode titles and summaries for grouped episodes
  • Added logging for multi episode files and TMDB episode groups
  • Improved scanning speed for large series by omitting repeated API calls