Simon,
Please let me know if this is not correct for PAL. But one of the major
change is on line 286 of mythtv.c. Basically divide the mark by 12 for PAL and
15 for NTSC. There are some other changes were I use 12 instead of 15. The
other changes were better SQL queries using the starttime, a NULL string issue,
set the bookmark value for other frontends, bookmark failure notice to the OSD.One other change is how I find the jump to mark in the cmyth_get_bookmark_mark function. Today the query looks for offset>= `number`. This returns the jump to mark past the actual bookmark. So with this patch I minus 1 from the mark value. The one that I cant seem to understand is the speed at which the mvpmc responds. Any thoughts on this? Thanks, Mike ----- Original Message ---- From: Simon Hyde <[EMAIL PROTECTED]> To: Michael Drons <[EMAIL PROTECTED]> Cc: Mike Holden <[EMAIL PROTECTED]>; [email protected] Sent: Saturday, August 30, 2008 7:28:03 PM Subject: Re: [Mvpmc-users] Save current position -- Please TEST On Fri, 29 Aug 2008, Michael Drons wrote: > Sorry but life took over and I got busy. Anyways I have made some new > changes to the dongle. > > I have posted it to > http://www.mvpmc.org/~mdrons/dongles/dongle.bin.mvpmc.bookmark.1 > > I hoping people can test for me. > > Changes: > Added support for PAL (I think) > The SQL was fixed for getting the bookmark (added starttime) > Fixed a NULL string issue on the get bookmark > minus 1 for the mark entry that corresponds to the video offset. > > If this does not work for you please send me the log output of your tests. Any chance of a patch so that I can see what has changed here/apply to my working repository to test? I had a look at the old code quite hard and couldn't find anything PAL-specific in there, so I'd be interested to see what you've changed. Cheers, Simon
new_bookmarks.patch.2
Description: Binary data
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
