home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My TVSeries
Displaying 2nd episode of a double episode in TVSeries
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Delinquent" data-source="post: 319066" data-attributes="member: 80831"><p>This is the naming structure my extract and rename app uses when it comes to double eps</p><p></p><p>Single file for each part</p><p><Show_Name>\Season <Show_Season>\<Show_Name> <Show_Season>x<Episode_Number> - <Episode_Name>, Part <Part_Number>.avi</p><p>eg: Stargate Atlantis\Season 5\SGA 05x10 - First Contact, Part I.avi</p><p>eg: Stargate Atlantis\Season 5\SGA 05x10 - The Lost Tribe, Part II.avi</p><p></p><p>Single file for both parts where <Episode_Name> is the same</p><p><Show_Name>\Season <Show_Season>\<Show_Name> <Show_Season>x<Episode_Number>-<Episode2_Number> - <Episode_Name>, Part I & II.avi</p><p>eg: Greys Anatomy\Season 5\Greys Anatomy 05x01-02 - Dream a Little Dream of Me, Part I & II.avi</p><p></p><p>Single file but the two episodes have different names</p><p><Show_Name>\Season <Show_Season>\<Show_Name> <Show_Season>x<Episode_Number>-<Episode2_Number> - <Episode_Name>, <Episode2_Name>.avi</p><p>eg: Greys Anatomy\Season 2\Greys Anatomy 02x26-27 - Deterioration Of The Fight Or Flight Response, Losing My Religion.avi</p><p></p><p>These are the three parsing strings that i'm currently using:</p><p></p><p>(?<series>[\w .,'!&$]*)\\[\w .,'!&$]*\\[\w .,'!&$]*(?<season>[0-9]{2})[x](?([0-9]{2}-[0-9]{2})(?<episode>[0-9]{2})-(?<episode2>[0-9]{2})|(?<episode>[0-9]{2})).{3}(?<title>[^$]*?)\.(?<ext>[^.]*)</p><p></p><p>(?<series>[\w .,'!&$]*)\\[\w .,'!&$]*(?<season>[0-9]{2})[x](?([0-9]{2}-[0-9]{2})(?<episode>[0-9]{2})-(?<episode2>[0-9]{2})|(?<episode>[0-9]{2})).{3}(?<title>[^$]*?)\.(?<ext>[^.]*)</p><p></p><p>(?<series>[\w .,'!&$]*)\\[\d]*\\[\w .,'!&$]*(?<season>[0-9]{4})[x](?<episode>[0-9]{2})(?([ - ])(?<title>[^$]*?))\.(?<ext>[^.]*)</p><p></p><p>After all that i think my parsing strings aren't setup to handle the double eps...... <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite10" alt=":oops:" title="Oops! :oops:" loading="lazy" data-shortname=":oops:" /></p><p></p><p>EDIT: realised that i fogot the folder paths</p><p></p><p>OK, i think i know what my problem is....</p><p></p><p>It doesn't appear to have the ability to assign two individual episode names (i dont know how big of a problem this is, i thought i had a fairly standard way of organising my tv shows, but it would appear that no one else has asked the question).</p><p></p><p>I've asking in the Expressions/Rules Request thread to see if someone can give me a diffinate answer, but it is working to a extent (showing them as single eps with the first ep title).</p></blockquote><p></p>
[QUOTE="Delinquent, post: 319066, member: 80831"] This is the naming structure my extract and rename app uses when it comes to double eps Single file for each part <Show_Name>\Season <Show_Season>\<Show_Name> <Show_Season>x<Episode_Number> - <Episode_Name>, Part <Part_Number>.avi eg: Stargate Atlantis\Season 5\SGA 05x10 - First Contact, Part I.avi eg: Stargate Atlantis\Season 5\SGA 05x10 - The Lost Tribe, Part II.avi Single file for both parts where <Episode_Name> is the same <Show_Name>\Season <Show_Season>\<Show_Name> <Show_Season>x<Episode_Number>-<Episode2_Number> - <Episode_Name>, Part I & II.avi eg: Greys Anatomy\Season 5\Greys Anatomy 05x01-02 - Dream a Little Dream of Me, Part I & II.avi Single file but the two episodes have different names <Show_Name>\Season <Show_Season>\<Show_Name> <Show_Season>x<Episode_Number>-<Episode2_Number> - <Episode_Name>, <Episode2_Name>.avi eg: Greys Anatomy\Season 2\Greys Anatomy 02x26-27 - Deterioration Of The Fight Or Flight Response, Losing My Religion.avi These are the three parsing strings that i'm currently using: (?<series>[\w .,'!&$]*)\\[\w .,'!&$]*\\[\w .,'!&$]*(?<season>[0-9]{2})[x](?([0-9]{2}-[0-9]{2})(?<episode>[0-9]{2})-(?<episode2>[0-9]{2})|(?<episode>[0-9]{2})).{3}(?<title>[^$]*?)\.(?<ext>[^.]*) (?<series>[\w .,'!&$]*)\\[\w .,'!&$]*(?<season>[0-9]{2})[x](?([0-9]{2}-[0-9]{2})(?<episode>[0-9]{2})-(?<episode2>[0-9]{2})|(?<episode>[0-9]{2})).{3}(?<title>[^$]*?)\.(?<ext>[^.]*) (?<series>[\w .,'!&$]*)\\[\d]*\\[\w .,'!&$]*(?<season>[0-9]{4})[x](?<episode>[0-9]{2})(?([ - ])(?<title>[^$]*?))\.(?<ext>[^.]*) After all that i think my parsing strings aren't setup to handle the double eps...... :oops: EDIT: realised that i fogot the folder paths OK, i think i know what my problem is.... It doesn't appear to have the ability to assign two individual episode names (i dont know how big of a problem this is, i thought i had a fairly standard way of organising my tv shows, but it would appear that no one else has asked the question). I've asking in the Expressions/Rules Request thread to see if someone can give me a diffinate answer, but it is working to a extent (showing them as single eps with the first ep title). [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My TVSeries
Displaying 2nd episode of a double episode in TVSeries
Contact us
RSS
Top
Bottom