View Single Post
Old 2008-04-10, 21:32   #11 (permalink)
djburt
Portal User
 
Join Date: Apr 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

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).
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>
djburt is offline   Reply With Quote