Custom search templates not saved
Describe the bug Custom search templates not saved, always return to defaut after a while
To Reproduce Steps to reproduce the behavior:
- Go to 'show'
- Click on 'edit, format, Search templates'
- Go to Search templates
- Go to Add Custom Template
- %SN %Sx%0E
Medusa (please complete the following information):
- OS: [windows 10 x64]
- Branch: [master]
- Commit: [e.g. c65ca2]
- Python version: [3.10.7]
- Database version: [e.g. 44.12]
got the same issue on Docker as well on the Linuxserver image
In Pymedusa Logs the search query don't respect the custom search templates format who has been set. ex : %SN.%E.N in setting -> in the log medusa always add the S%0SE%0E string who isn't desired format to match with provider releases Is a way to force medusa to stricly respect the setting in custom search templates? and send the desired querys to search providers? Thanks
Same issue here, it's always searching for a string I didn't enter. It never saves the custom template. Sadly unusable for me at this point cause it finds nothing in Dutch.
Same here. If I uncheck every template other than one that says "%SN %EN" knowing that "%EN" has a show title I want to find, the search results are based on the absolute show number or the season/episode number because the show title is nothing close to what I was looking for but the episode number matches.
Any solution? Which file in the code to look for custom templates?