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
Expressions/Rules exchange
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="RoChess" data-source="post: 701043" data-attributes="member: 18896"><p>Current version:</p><p> </p><p style="margin-left: 20px"><strong><strong>[code]^(?:.*\\)?(?<series>[^\\]+?)[ _.\-\[]+(?:[s]?(?:eason\s?)?(?<season>\d+)[ _.\-\[\]]*[ex](?:pisode\s?)?(?<episode>\d+)|(?:\#|\-\s)(?<season>(?!(?:\d{4}.\d{2}.\d{2}|\d{2}.\d{2}.\d{4}))\d+)\.(?<episode>\d+))(?:[ _.+-]+(?:[s]?(?:eason\s?)?\k<season>[ _.\-\[\]]*[ex](?:pisode\s?)?(?<episode2>\d+)|(?:\#|\-\s)\k<season>\.(?<episode2>\d+))|(?:[ _.+-]*[ex+-]+(?:pisode\s?)?(?<episode2>\d+)))*[ _.\-\[\]]*(?<title>(?![^\\].*?(?<!the)[ .(-]sample[ .)-]).*?)\.(?<ext>[^.]*)$[/code]</strong></strong></p><p></p><p> </p><p>Supports:</p><ul> <li data-xf-list-type="ul">foo season 1 episode 01 - *</li> <li data-xf-list-type="ul">foo season 1 episode 01 + episode 02 - *</li> <li data-xf-list-type="ul">foo.s01_e01.*</li> <li data-xf-list-type="ul">foo_[s01]_[e01]_*</li> <li data-xf-list-type="ul">foo_[s01]_[e01-02]_*</li> <li data-xf-list-type="ul">foo.1x01.1x02.*</li> <li data-xf-list-type="ul">foo #1.01 + #1.02.*</li> <li data-xf-list-type="ul">foo.1x01.1x02.*</li> <li data-xf-list-type="ul">foo s01e01 - e02*</li> <li data-xf-list-type="ul">foo s01e01 + s01e02*</li> <li data-xf-list-type="ul">foo - s01e01 - s01e02 - *</li> <li data-xf-list-type="ul">foo.2009x101.*</li> <li data-xf-list-type="ul">foo.S18E203.2010.08.27.*</li> <li data-xf-list-type="ul">24.S08E01.04.00.PM-05.00.PM.*</li> <li data-xf-list-type="ul">and more combinations that are impossible to list all...</li> </ul><p>Which is in line with what XBMC supports. Also fixed filenames that contain a '$' sign in the episode title.</p><p> </p><p>Fixes:</p><ul> <li data-xf-list-type="ul"><span style="color: red"><span style="color: red"><span style="color: red"><span style="color: red">NEW: <span style="color: #323232">Added support for full text 'Season' and 'Episode' in filename</span></span></span></span></span></li> <li data-xf-list-type="ul"><span style="color: red"><span style="color: red">NEW: <span style="color: #323232">Prevent false positives when filename contains 'date' that uses dots as seperators.</span></span></span></li> <li data-xf-list-type="ul"><span style="color: red">NEW: </span>"Foo.S01E01.Bar\Foo.S01E02.Bar.avi" was seen as S01E01, this also caused 'Samples' to be picked up.</li> <li data-xf-list-type="ul">"Series S01E01 - 2010.08.07.avi" was seen as S01E01 + S01E08 from the new XBMC support</li> <li data-xf-list-type="ul">"Ben.10.1x23.episode.title" was seen as S10E1 with "x23.episode.title" as Episode title, this removes support for "Show.1.10.Episode.Title" scheme, but just use "Show.#1.10.Episode.Title" then (or "Show - 1.10 - Episode.Title"), which you can do via String Replacement instead of renaming all your files</li> <li data-xf-list-type="ul">Support added for S01E01E02 and S01E01-E02 pattern</li> <li data-xf-list-type="ul">New changes should allow for 'The Sample' to be part of episode title without ignoring it as a sample</li> </ul></blockquote><p></p>
[QUOTE="RoChess, post: 701043, member: 18896"] Current version: [INDENT=1][B][B][code]^(?:.*\\)?(?<series>[^\\]+?)[ _.\-\[]+(?:[s]?(?:eason\s?)?(?<season>\d+)[ _.\-\[\]]*[ex](?:pisode\s?)?(?<episode>\d+)|(?:\#|\-\s)(?<season>(?!(?:\d{4}.\d{2}.\d{2}|\d{2}.\d{2}.\d{4}))\d+)\.(?<episode>\d+))(?:[ _.+-]+(?:[s]?(?:eason\s?)?\k<season>[ _.\-\[\]]*[ex](?:pisode\s?)?(?<episode2>\d+)|(?:\#|\-\s)\k<season>\.(?<episode2>\d+))|(?:[ _.+-]*[ex+-]+(?:pisode\s?)?(?<episode2>\d+)))*[ _.\-\[\]]*(?<title>(?![^\\].*?(?<!the)[ .(-]sample[ .)-]).*?)\.(?<ext>[^.]*)$[/code][/B][/B][/INDENT] Supports: [LIST] [*]foo season 1 episode 01 - * [*]foo season 1 episode 01 + episode 02 - * [*]foo.s01_e01.* [*]foo_[s01]_[e01]_* [*]foo_[s01]_[e01-02]_* [*]foo.1x01.1x02.* [*]foo #1.01 + #1.02.* [*]foo.1x01.1x02.* [*]foo s01e01 - e02* [*]foo s01e01 + s01e02* [*]foo - s01e01 - s01e02 - * [*]foo.2009x101.* [*]foo.S18E203.2010.08.27.* [*]24.S08E01.04.00.PM-05.00.PM.* [*]and more combinations that are impossible to list all... [/LIST] Which is in line with what XBMC supports. Also fixed filenames that contain a '$' sign in the episode title. Fixes: [LIST] [*][COLOR=red][COLOR=red][COLOR=red][COLOR=red]NEW: [COLOR=#323232]Added support for full text 'Season' and 'Episode' in filename[/COLOR][/COLOR][/COLOR][/COLOR][/COLOR] [*][COLOR=red][COLOR=red]NEW: [COLOR=#323232]Prevent false positives when filename contains 'date' that uses dots as seperators.[/COLOR][/COLOR][/COLOR] [*][COLOR=red]NEW: [/COLOR]"Foo.S01E01.Bar\Foo.S01E02.Bar.avi" was seen as S01E01, this also caused 'Samples' to be picked up. [*]"Series S01E01 - 2010.08.07.avi" was seen as S01E01 + S01E08 from the new XBMC support [*]"Ben.10.1x23.episode.title" was seen as S10E1 with "x23.episode.title" as Episode title, this removes support for "Show.1.10.Episode.Title" scheme, but just use "Show.#1.10.Episode.Title" then (or "Show - 1.10 - Episode.Title"), which you can do via String Replacement instead of renaming all your files [*]Support added for S01E01E02 and S01E01-E02 pattern [*]New changes should allow for 'The Sample' to be part of episode title without ignoring it as a sample [/LIST] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My TVSeries
Expressions/Rules exchange
Contact us
RSS
Top
Bottom