-
-
Notifications
You must be signed in to change notification settings - Fork 547
Open
Labels
Description
Description
According to Sonarr/Sonarr#7796 allowing spaces in tags passed to the API might be a bug, and depending on this issue might be banned.
Version
1.34.0
Steps to Reproduce
- Enable movie/series tagging for Radarr/Sonarr
- Request a movie/series
- Notice a tag in the form of
1 - Andy
appears in Radarr/Sonarr
Platform
desktop
Operating System
Linux (docker
)
Browser
Chrome
Additional Context
As some tools, such as Bazarr also validate tags via the regex in an effort to stay aligned with Sonarr/Radarr, the tags generated by Overseerr are currently unusable for such tools
Possible solutions:
1 . Allow a custom tag format, even if it's buried in a config file (this would be preferred)
2. Swap spaces to -
s
Code of Conduct
- I agree to follow Overseerr's Code of Conduct