Describe the bug
Rules for shows are not working after the custom collection name option is enabled.
Only shows seem to be affected, as I have a similar rule for movies, which is using the same custom collection and is working fine.
To Reproduce
Steps to reproduce the behavior:
- Create a collection in Emby with the desired custom collection name
- Create a rule for shows in Maintainerr
- Enable "Custom collection name" and enter the Emby collection name
- Setup some simple rule
- Save
- Run the rule
Expected behavior
Custom collection configuration within an Emby show rule should work as it does for movie rules.
Screenshots
Show rule configuration (not working):
Movie rule configuration for comparison (working):
Device (please complete the following information):
- OS: Debian (running inside Docker)
- Version 3.13.0
- Server: Emby
Debug logs
Logs show one manual run of "Favorite Shows", which fails and then a run of "Favorite Movies", which is successful, targeting the same custom collection name.
[maintainerr] | 03/06/2026 13:18:31 [INFO] [RuleExecutorService] Starting execution of rule 'Favorite Shows'
[maintainerr] | 03/06/2026 13:18:31 [INFO] [RuleExecutorService] Executing rules for 'Favorite Shows'
[maintainerr] | 03/06/2026 13:18:52 [INFO] [RuleExecutorService] Adding 81 media items to 'User Favorites'.
[maintainerr] | 03/06/2026 13:18:52 [ERROR] [CollectionsService] Manual collection not found.. Is it still available in the media server?
[maintainerr] | 03/06/2026 13:18:53 [WARN] [CollectionsService] Manual Collection 'User Favorites' doesn't exist in media server..
[maintainerr] | 03/06/2026 13:18:54 [INFO] [RuleExecutorService] Execution of rules for 'Favorite Shows' done.
[maintainerr] | 03/06/2026 13:18:54 [ERROR] [CollectionsService] Manual collection not found.. Is it still available in the media server?
[maintainerr] | 03/06/2026 13:26:33 [INFO] [RuleExecutorService] Starting execution of rule 'Favorite Movies'
[maintainerr] | 03/06/2026 13:26:33 [INFO] [RuleExecutorService] Executing rules for 'Favorite Movies'
[maintainerr] | 03/06/2026 13:27:55 [INFO] [RuleExecutorService] Execution of rules for 'Favorite Movies' done.
[maintainerr] | 03/06/2026 13:27:58 [INFO] [RuleExecutorService] Synced collection 'User Favorites' with media server
Additional context
Describe the bug
Rules for shows are not working after the custom collection name option is enabled.
Only shows seem to be affected, as I have a similar rule for movies, which is using the same custom collection and is working fine.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Custom collection configuration within an Emby show rule should work as it does for movie rules.
Screenshots
Show rule configuration (not working):
Movie rule configuration for comparison (working):
Device (please complete the following information):
Debug logs
Logs show one manual run of "Favorite Shows", which fails and then a run of "Favorite Movies", which is successful, targeting the same custom collection name.
Additional context