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
Support
Installation, configuration support
Playing Topfield .rec 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="dman_lfc" data-source="post: 508355" data-attributes="member: 10331"><p>Basically our TSReader filter is used for the .ts extension files and another demuxer is used for the .rec files.</p><p>Hence why you don't have the options when playing back the extensions when they're .rec.</p><p>This can be easily changed in MP BUT there could be other formats using that same extension and cause confusion *shrug*</p><p></p><p>See here: <a href="http://www.file-extensions.org/rec-file-extension" target="_blank">File extension REC - EpiData data file</a></p><p></p><p>To hard code it however you have to change line 304 in PlayerFactory.cs to:</p><p>if (extension == ".tsbuffer" || extension == ".ts" || extension == ".rec") //new support for Topfield recordings</p><p></p><p>Add the .rec support to a feature request otherwise just rename the files accordingly.</p><p></p><p>DMAN</p></blockquote><p></p>
[QUOTE="dman_lfc, post: 508355, member: 10331"] Basically our TSReader filter is used for the .ts extension files and another demuxer is used for the .rec files. Hence why you don't have the options when playing back the extensions when they're .rec. This can be easily changed in MP BUT there could be other formats using that same extension and cause confusion *shrug* See here: [url=http://www.file-extensions.org/rec-file-extension]File extension REC - EpiData data file[/url] To hard code it however you have to change line 304 in PlayerFactory.cs to: if (extension == ".tsbuffer" || extension == ".ts" || extension == ".rec") //new support for Topfield recordings Add the .rec support to a feature request otherwise just rename the files accordingly. DMAN [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Installation, configuration support
Playing Topfield .rec files
Contact us
RSS
Top
Bottom