Releases: natyusha/ShokoRelay.bundle
Releases · natyusha/ShokoRelay.bundle
v1.2.24 - External Configuration for the Scanner
- 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
- Change RoleName filtering from "Seiyuu" to "Actor" to match the new cast endpoint listings
v1.2.22 - Remove Agent Cross References
- 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
- 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
- Added a check in the scanner for episodes/relations marked as hidden
v1.2.19 - TMDB Episode Title Override Tweaks
- 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
- 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
- Added an argument to the watched-sync.py script to allow automation of the import command
v1.2.16 - Refine TMDB Episode Group Support
- 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
- 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