Sonarr says season and episode missing when using spaces

Sonarr version (exact version): 3.0.10.1567
Mono version (if Sonarr is not running on Windows): 6.12.0.200
OS: Linux Docker
Debug logs:
Description of issue: If I try to set standard or anime filename format to the string: {Series Title} - Season {season:00} Episode {episode:00} - {Episode Title} [{Quality Title} {MediaInfo VideoCodec} {MediaInfo AudioCodec}] it complains about:

– StandardEpisodeFormat: Must contain season and episode numbers OR Original Title
– AnimeEpisodeFormat: Must contain Absolute Episode number OR Season and Episode OR Original Title

However, I can clearly see the season and episode flags in the format string. Oddly enough this does work: {Series Title} - S{season:00}E{episode:00} - {Episode Title} [{Quality Title} {MediaInfo VideoCodec} {MediaInfo AudioCodec}]

Sonarr only cares what it can parse from the filename after renaming, in this case the resulting file name cannot be parsed properly and the format is rejected.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.