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
Development
Submit: code patches (MediaPortal/TV-Server/etc.)
Live commercial skip detection
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="elliottmc" data-source="post: 1034442" data-attributes="member: 14268"><p>Good news!</p><p></p><p>Trying another recording this morning, and the .edl, .xml and .txt files are all being updated while the recording is in progress.</p><p></p><p>90210 - E4+1 - 2013-10-18 - 7_25 AM.edl</p><p></p><p>[code]</p><p>421.08 475.92 0</p><p>[/code]</p><p></p><p>90210 - E4+1 - 2013-10-18 - 7_25 AM.xml</p><p></p><p>[code]</p><p><?xml version="1.0" encoding="utf-8" ?></p><p><root></p><p> <commercial start="421.080000" end="475.920000" /></p><p> </root></p><p>[/code]</p><p></p><p>90210 - E4+1 - 2013-10-18 - 7_25 AM.txt</p><p></p><p>[code]</p><p>10527 11898</p><p>[/code]</p><p></p><p>Obviously this is good news, because we can in principle use the .txt or .edl files and not need to mess with the .xml file.</p><p></p><p>What I don't yet know is if changing to</p><p></p><p>output_dvrmstb=0 ; this tells comskip to output an xml commercial file</p><p></p><p>will still do this.</p><p></p><p>The problem is that when I play the recording, I see the following in the logs</p><p></p><p>[code]</p><p>[2013-10-18 07:43:58,719] [Log ] [MPMain ] [INFO ] - g_Player.Play(rtsp://SERVER:554/158ABA34 Recording)</p><p>[2013-10-18 07:43:58,738] [Log ] [MPMain ] [DEBUG] - PlayerFactory: Successfully created player instance for file - rtsp://SERVER:554/158ABA34</p><p>[2013-10-18 07:43:58,741] [Log ] [MPMain ] [DEBUG] - g_Player.LoadChapters() - Automatic ComSkip mode is off.</p><p>[2013-10-18 07:43:58,742] [Log ] [MPMain ] [WARN ] - g_Player.LoadChapters() - Invalid chapter file</p><p>[/code]</p><p></p><p>and no comskip markers are shown (this is on a multiseat client).</p><p></p><p>I am guessing it is looking at the .txt file and this does not have the expected format at this stage.</p><p></p><p>So, all looking good, and I am sure this can be fixed, but IMO not yet ready for 1.6.0. I am happy to help with further testing.</p></blockquote><p></p>
[QUOTE="elliottmc, post: 1034442, member: 14268"] Good news! Trying another recording this morning, and the .edl, .xml and .txt files are all being updated while the recording is in progress. 90210 - E4+1 - 2013-10-18 - 7_25 AM.edl [code] 421.08 475.92 0 [/code] 90210 - E4+1 - 2013-10-18 - 7_25 AM.xml [code] <?xml version="1.0" encoding="utf-8" ?> <root> <commercial start="421.080000" end="475.920000" /> </root> [/code] 90210 - E4+1 - 2013-10-18 - 7_25 AM.txt [code] 10527 11898 [/code] Obviously this is good news, because we can in principle use the .txt or .edl files and not need to mess with the .xml file. What I don't yet know is if changing to output_dvrmstb=0 ; this tells comskip to output an xml commercial file will still do this. The problem is that when I play the recording, I see the following in the logs [code] [2013-10-18 07:43:58,719] [Log ] [MPMain ] [INFO ] - g_Player.Play(rtsp://SERVER:554/158ABA34 Recording) [2013-10-18 07:43:58,738] [Log ] [MPMain ] [DEBUG] - PlayerFactory: Successfully created player instance for file - rtsp://SERVER:554/158ABA34 [2013-10-18 07:43:58,741] [Log ] [MPMain ] [DEBUG] - g_Player.LoadChapters() - Automatic ComSkip mode is off. [2013-10-18 07:43:58,742] [Log ] [MPMain ] [WARN ] - g_Player.LoadChapters() - Invalid chapter file [/code] and no comskip markers are shown (this is on a multiseat client). I am guessing it is looking at the .txt file and this does not have the expected format at this stage. So, all looking good, and I am sure this can be fixed, but IMO not yet ready for 1.6.0. I am happy to help with further testing. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Submit: code patches (MediaPortal/TV-Server/etc.)
Live commercial skip detection
Contact us
RSS
Top
Bottom