Testing help needed for Myth 0.25 support

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
rwats2011nz Offline
Junior Member
Posts: 10
Joined: Feb 2011
Reputation: 0
Post: #101
Applied the patch and have disabled commerical skipping. A bit of a pain but at least it fully usable now. Thanks for you help.
find quote
dteirney Offline
Team-XBMC Developer
Posts: 820
Joined: Jul 2007
Reputation: 6
Location: New Zealand
Post: #102
@rwats2011nz, the following change makes auto commskip seeking as fast as normal seeking for me. http://s3.teirney.net/xbmc/patches/comms...shed.patch

Can you try and let me know if it works for you as well. Not sure what has changed in dvdplayer, will need to investigate more.

Use MythTV for recording TV? Try the integrated MythTV support in XBMC Media Center. Now with commercial skip support built-in and integration with the Movie database!
find quote
dteirney Offline
Team-XBMC Developer
Posts: 820
Joined: Jul 2007
Reputation: 6
Location: New Zealand
Post: #103
I've pushed in the Myth 0.25 protocol related changes to XBMC master now.

I'll be looking at the commercial skip seeking problem that others have been having this week.

Thanks everyone for your help. If you do have any Myth 0.25 protocol related problems either raise them here or create a trac ticket.

Use MythTV for recording TV? Try the integrated MythTV support in XBMC Media Center. Now with commercial skip support built-in and integration with the Movie database!
find quote
rdoac Offline
Senior Member
Posts: 163
Joined: May 2009
Reputation: 0
Post: #104
Is it possible to do a patch against previous versions too? I have to go back to a tree from mid feb if I want to watch my slingbox. I would love to be able to patch in the differences and use mythbox (now updated to 0.25 and working with your tree) with it?
find quote
rdoac Offline
Senior Member
Posts: 163
Joined: May 2009
Reputation: 0
Post: #105
Wanted to report back, we watched a recording last night using Mythbox git, which used cmyth for playback. The commercial skips were firing in the wrong place and jumping 7 mins. I am going to apply the patch and see if it's better. (No Commercial Skip would be better). Commercial skip fired if we clicked play or play+skip.
find quote
dteirney Offline
Team-XBMC Developer
Posts: 820
Joined: Jul 2007
Reputation: 6
Location: New Zealand
Post: #106
(2012-05-07 13:57)rdoac Wrote:  Wanted to report back, we watched a recording last night using Mythbox git, which used cmyth for playback. The commercial skips were firing in the wrong place and jumping 7 mins. I am going to apply the patch and see if it's better. (No Commercial Skip would be better). Commercial skip fired if we clicked play or play+skip.

I'd need a log and more detail about what the wrong place means. Note that there are some advanced EDL settings that can be configured in XBMC to help clean up the sometimes dubious commercial breaks that are detected by mythcommflag (depending on the algorithm configured). I use Logo Detection only for DVB-T recordings in NZ and found that to be the most reliable for the content broadcast over here. I strongly recommend testing the different options if you have the patience. Curiously the "All available methods" algorithm was the worst performing option based on the testing I did.

For more detail see http://wiki.xbmc.org/index.php?title=Use...#.3Cedl.3E

7 minutes sounds curiously like twice the typical 3:30 commercial breaks we get over here so it's possible the frame rate for content was being guessed at half the rate when it perhaps shouldn't be. There are some heuristics applied to determine what frame rate to use to obtain the time markers from the frame markers stored in mythbackend. If the frame rate was guessed incorrectly then the positioning would be off by a factor of 2 as well. Would need a log file to see if the heuristics need adjusting.

You can find the heuristics and the log messages that should appear in the log file in the ReadEditDecisionLists() method at https://github.com/xbmc/xbmc/blob/master...er/Edl.cpp

Use MythTV for recording TV? Try the integrated MythTV support in XBMC Media Center. Now with commercial skip support built-in and integration with the Movie database!
(This post was last modified: 2012-05-07 14:35 by dteirney.)
find quote
fiveisalive Offline
Fan
Posts: 345
Joined: Jul 2009
Reputation: 0
Location: United States
Post: #107
(2012-05-07 13:57)rdoac Wrote:  Wanted to report back, we watched a recording last night using Mythbox git, which used cmyth for playback. The commercial skips were firing in the wrong place and jumping 7 mins. I am going to apply the patch and see if it's better. (No Commercial Skip would be better). Commercial skip fired if we clicked play or play+skip.

I had the same problem with MythBox (skipping regardless of "Play" or "Play+Skip") and incorrect jumps in some shows. This was when I had set the MythBox options to use "streaming", but when I disabled streaming and set the local recordings directory, all was well. So there seems to be some issues with streaming vs. local recordings, I found this out in the MythBox thread: http://forum.xbmc.org/showthread.php?tid...#pid850552 It seems that the issues are with xbmc's myth:// commercial skipping code vs. the commercial skip points supplied by mythtv itself.
find quote
rdoac Offline
Senior Member
Posts: 163
Joined: May 2009
Reputation: 0
Post: #108
The commercial skip normally works fine in mythfrontend, this leads me to believe that it was xbmc/mythbox not reading the timings correctly.
find quote
dteirney Offline
Team-XBMC Developer
Posts: 820
Joined: Jul 2007
Reputation: 6
Location: New Zealand
Post: #109
If anyone has a USB tuner that's not working with Live TV, I've resurrected some old patches that need testing. Details at http://forum.xbmc.org/showthread.php?tid=131011

Would be great if someone happens to have a USB tuner, e.g. HDPVR, and could check if the changes are still working with a Myth 0.25 backend. The submitted patch was originally against Myth 0.24.

Use MythTV for recording TV? Try the integrated MythTV support in XBMC Media Center. Now with commercial skip support built-in and integration with the Movie database!
find quote
dteirney Offline
Team-XBMC Developer
Posts: 820
Joined: Jul 2007
Reputation: 6
Location: New Zealand
Post: #110
I've created a new thread to track commercial skip problems as well. http://forum.xbmc.org/showthread.php?tid=131016

Use MythTV for recording TV? Try the integrated MythTV support in XBMC Media Center. Now with commercial skip support built-in and integration with the Movie database!
find quote
Post Reply