Type: Parsing - Simple
Podcasts
Description:
How to parse a podcast with the numbering scheme 0001-9999. Marks all Seasons of the podcast as Season 1.
Must use String Replacement to insert Season 1 Identifier (Season number identified after -- and before x).
Podcasts
Description:
How to parse a podcast with the numbering scheme 0001-9999. Marks all Seasons of the podcast as Season 1.
Must use String Replacement to insert Season 1 Identifier (Season number identified after -- and before x).
Code:
Example String Replacement
Sample Filenames:
diggnation--0142--2008-03-20hamsters--hd.h264.mov
diggnation--0143--2008-03-27foxnews--hd.h264.mov
diggnation--0144--amsterdamnation2--hd.h264.mov
Replace This: diggnation--
With This: diggnation--1x
Code:
Simple Expression to parse
<series>--<season>x<episode>--<title>.<ext>