Page 1 of 1
Re: Expression to deal with multiple episodes in a single file
Posted: 14 Mar 2021, 20:03
by kim
replace 01x01-03
with S01E01-E03
Re: Expression to deal with multiple episodes in a single file
Posted: 17 Mar 2021, 12:43
by rednoah
Do the {s00e00} and {sxe} built-in bindings not already support MultiEpisode type metadata as expected by Plex and Kodi? Do we want something different in this particular case?
Re: Expression to deal with multiple episodes in a single file
Posted: 17 Mar 2021, 14:49
by kim
e.g.
will fail and detect as only
Re: Expression to deal with multiple episodes in a single file
Posted: 17 Mar 2021, 16:50
by rednoah
I see. The 1x01 type pattern seems to be limited to range patterns such as 01x01-02 and 01x01-02-03. 01x01-03 indeed does not work as expected. I'll look into it.