@el_Salmon wrote:
Hi,
I use ep_regexp to match episodes from Spanish sources currently, because they use T**E** instead of S**E** or SE**E**. But it's tedious to config for every item in my series list:templates: tv: series: - The Big Bang Theory: ep_regexp: - 'T(\d+)E(\d+)' - '\[T(\d+)\xAA\].*\[(\d+)\/24\]' - 'Temporada (\d+).*tulo (\d+)' - The Walking Dead: ep_regexp: - 'T(\d+)E(\d+)'
Is there any way to config ep_regexp in one place and to apply for every series item?
Posts: 2
Participants: 2