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
MyTVSeries - Plugin that organizes TV Video Files
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="Patric" data-source="post: 68838" data-attributes="member: 10352"><p>Hi Salty,</p><p></p><p>great work! Now it seems to work for me just fine.</p><p></p><p>As an example I have the following setup:</p><p>[code]D:\Serien\Muppet Show\Season 3\Episode 22 - Roy Rogers & Dale Evans.avi</p><p>D:\Serien\Stargate SG-1\Season 10 (en)\Episode 01.avi[/code]</p><p>With this regex:</p><p>[code]d:\\serien\\(?<series>[^\\]+)\\season (?<season>[0-9]+)\\episode (?<episode>[0-9]+)( - (?<title>.+))*[/code]</p><p>And the "Search and Replace" option set to:</p><p>[code]<Space>(en) : <Empty></p><p><Space>(de) : <Empty>[/code]</p><p></p><p>Greetz</p><p>Patric</p><p></p><p><strong><span style="color: red">EDIT:</span></strong></p><p>I modified the Regex to work with multi-episode-files:</p><p>[code]d:\\serien\\(?<series>[^\\]+)\\season (?<season>[0-9]+)\\episode (?<episode>[0-9,]+)( - (?<title>.+))*[/code]</p><p></p><p>So even the following file is parsed and inserted as two episodes::</p><p>[code]D:\Serien\Eureka (en)\Season 1\Episode 01,02.avi[/code]</p></blockquote><p></p>
[QUOTE="Patric, post: 68838, member: 10352"] Hi Salty, great work! Now it seems to work for me just fine. As an example I have the following setup: [code]D:\Serien\Muppet Show\Season 3\Episode 22 - Roy Rogers & Dale Evans.avi D:\Serien\Stargate SG-1\Season 10 (en)\Episode 01.avi[/code] With this regex: [code]d:\\serien\\(?<series>[^\\]+)\\season (?<season>[0-9]+)\\episode (?<episode>[0-9]+)( - (?<title>.+))*[/code] And the "Search and Replace" option set to: [code]<Space>(en) : <Empty> <Space>(de) : <Empty>[/code] Greetz Patric [b][color=red]EDIT:[/color][/b] I modified the Regex to work with multi-episode-files: [code]d:\\serien\\(?<series>[^\\]+)\\season (?<season>[0-9]+)\\episode (?<episode>[0-9,]+)( - (?<title>.+))*[/code] So even the following file is parsed and inserted as two episodes:: [code]D:\Serien\Eureka (en)\Season 1\Episode 01,02.avi[/code] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
MyTVSeries - Plugin that organizes TV Video Files
Contact us
RSS
Top
Bottom