replace 01x01-03
with S01E01-E03
Expression to deal with multiple episodes in a single file
Re: Expression to deal with multiple episodes in a single file
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
e.g.
will fail and detect as only
Code: Select all
01x01-03
Code: Select all
01x01
Re: Expression to deal with multiple episodes in a single file
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.