Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Dev

recordedmarkup - mark field question

 

 

MythTV dev RSS feed   Index | Next | Previous | View Threaded


mdrons at yahoo

Jan 28, 2007, 8:49 PM

Post #1 of 3 (452 views)
Permalink
recordedmarkup - mark field question

I am trying to understand the mark field in the
recordedmarkup table. How is the value determined
when setting a bookmark? Is there a protocol message
from the frontent to the backend on the position, if
it is a position? I dont see any in my logs or
looking through the source.

I am working on mvpmc frontends and want to get the
bookmark to work. In sending the SET_BOOKMARK command
I am confused on the last field, which I believe to be
the mark field in the database. Any help/pointer in
the right direction.

Thank you, Mike



____________________________________________________________________________________
Get your own web address.
Have a HUGE year through Yahoo! Small Business.
http://smallbusiness.yahoo.com/domains/?p=BESTDEAL
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


mdrons at yahoo

Jan 29, 2007, 11:49 AM

Post #2 of 3 (434 views)
Permalink
Re: recordedmarkup - mark field question [In reply to]

Can anyone provide any help on this for me?

Thanks, Mike

--- Michael Drons <mdrons [at] yahoo> wrote:

> I am trying to understand the mark field in the
> recordedmarkup table. How is the value determined
> when setting a bookmark? Is there a protocol
> message
> from the frontent to the backend on the position, if
> it is a position? I dont see any in my logs or
> looking through the source.
>
> I am working on mvpmc frontends and want to get the
> bookmark to work. In sending the SET_BOOKMARK
> command
> I am confused on the last field, which I believe to
> be
> the mark field in the database. Any help/pointer in
> the right direction.
>
> Thank you, Mike
>
>
>
>
____________________________________________________________________________________
> Get your own web address.
> Have a HUGE year through Yahoo! Small Business.
> http://smallbusiness.yahoo.com/domains/?p=BESTDEAL
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev [at] mythtv
>
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>




____________________________________________________________________________________
Never Miss an Email
Stay connected with Yahoo! Mail on your mobile. Get started!
http://mobile.yahoo.com/services?promote=mail
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


cpinkham at bc2va

Jan 29, 2007, 7:00 PM

Post #3 of 3 (432 views)
Permalink
Re: recordedmarkup - mark field question [In reply to]

* On Mon Jan 29, 2007 at 11:49:10AM -0800, Michael Drons wrote:
> Can anyone provide any help on this for me?

Not trying to be snobbish or anything, but if you're modifying
a C program to try to talk to another C(++) program, why not just
look at the source to that second C program? This happens to be
one of the commands that is actually documented well in the source
code:

This is from mythtv/programs/mythbackend/mainserver.cpp:

void MainServer::HandleSetBookmark(QStringList &tokens,
PlaybackSock *pbs)
{
// Bookmark query
// Format: SET_BOOKMARK <chanid> <starttime> <long part1> <long part2>
// chanid is chanid, starttime is startime of prorgram in
// # of seconds since Jan 1, 1970, in UTC time. Same format as in
// a ProgramInfo structure in a string list. The two longs are the two
// portions of the bookmark value to set.

--
Chris
_______________________________________________
mythtv-dev mailing list
mythtv-dev [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

MythTV dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.