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
Exclude Specific Folder
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: 723759" data-attributes="member: 18896"><p>Your problem is best solved by adjusting the parsing expression then as indicated by Inker. The harder way would be to detect the "divx\" part of the pathname and refuse to parse the episode, but an easier way would be to adjust the extension that is accepted from an "accept all", to "mkv". I'm pretty sure your h264 files are all in the MKV Matroska container format and your low resolution files as AVI, otherwise this wouldn't work.</p><p></p><p>In the case that it will, then for the default filename parsing expression you do the following; edit the very end bit that shows "(?<ext>[^.]*)$" into "<strong>(?<ext>mkv)$</strong>"</p><p></p><p>Be sure to edit all the other parsing expressions then as well, or disable them, as more then likely all your files are parsed with the filename expression which is listed first.</p></blockquote><p></p>
[QUOTE="RoChess, post: 723759, member: 18896"] Your problem is best solved by adjusting the parsing expression then as indicated by Inker. The harder way would be to detect the "divx\" part of the pathname and refuse to parse the episode, but an easier way would be to adjust the extension that is accepted from an "accept all", to "mkv". I'm pretty sure your h264 files are all in the MKV Matroska container format and your low resolution files as AVI, otherwise this wouldn't work. In the case that it will, then for the default filename parsing expression you do the following; edit the very end bit that shows "(?<ext>[^.]*)$" into "[b](?<ext>mkv)$[/b]" Be sure to edit all the other parsing expressions then as well, or disable them, as more then likely all your files are parsed with the filename expression which is listed first. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My TVSeries
Exclude Specific Folder
Contact us
RSS
Top
Bottom