Can you everyone send me details from the DB?
>
>SELECT * FROM `capturecard`
>
>I would also be interested if
> the sql query produces rows from the DB. Can you run this query for a
> recording that was made by anything tuner that is not a PVR-500, PVR-150,
> PVR-350
>
>SELECT m.type AS type, m.mark AS mark, s.offset AS offset,
>s.type AS stype FROM recordedmarkup AS m INNER JOIN recordedseek AS s ON
>(m.chanid = s.chanid AND m.starttime = s.starttime AND FLOOR((8+m.mark) / 15)
>=
>FLOOR((8+s.mark) / 15) ) WHERE m.chanid = ? AND m.starttime = ? AND m.type IN
>(4, 5) AND s.type = 9 ORDER BY mark;
>
>This is a new query for commskip on the newer cards, but I am at a loss on how
>to get mvpmc to determine that it needs this query.
>
>You need to fill in the chanid and starttime of a recording. starttime is in
>the form '2008-05-22T13:29:00'
>
>Thanks for the help.
>
>Mike
>
>
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/