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="zeflash" data-source="post: 79993" data-attributes="member: 13641"><p>Hum.</p><p>I just tweaked the regex I use in meedio, and applied it to the text list of all my tvshows structure (dir *.avi /F /S)</p><p>This regex works in the various testing programs:</p><p></p><p>[code]</p><p>^.*?\\(?<series>[^\\$]+)\\[^\\$]*?(?:s(?<season>[0-9]{1,2})e(?<episode>[0-9]{2})|(?<season>[0-9])x?(?<episode>[0-9]{2}))[ \-\.]*(?<title>.*?)\.(?:avi|mpg)$</p><p>[/code]</p><p></p><p>Yet it's not working in myTVSeries. And it should! I'll try to debug.</p><p>Can someone tell me how to debug this? </p><p>I'm trying to debug using configuration.exe, but if I run it from devenv I'm pretty much always getting a lock somewhere...</p><p>And the test app that is also there in the sources of .40 is missing some files (in the resources, format.txt and 2 other I don't remember)</p></blockquote><p></p>
[QUOTE="zeflash, post: 79993, member: 13641"] Hum. I just tweaked the regex I use in meedio, and applied it to the text list of all my tvshows structure (dir *.avi /F /S) This regex works in the various testing programs: [code] ^.*?\\(?<series>[^\\$]+)\\[^\\$]*?(?:s(?<season>[0-9]{1,2})e(?<episode>[0-9]{2})|(?<season>[0-9])x?(?<episode>[0-9]{2}))[ \-\.]*(?<title>.*?)\.(?:avi|mpg)$ [/code] Yet it's not working in myTVSeries. And it should! I'll try to debug. Can someone tell me how to debug this? I'm trying to debug using configuration.exe, but if I run it from devenv I'm pretty much always getting a lock somewhere... And the test app that is also there in the sources of .40 is missing some files (in the resources, format.txt and 2 other I don't remember) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
MyTVSeries - Plugin that organizes TV Video Files
Contact us
RSS
Top
Bottom