<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 15, 2015 at 7:12 PM, John Pilkington <span dir="ltr"><<a href="mailto:J.Pilk@tesco.net" target="_blank">J.Pilk@tesco.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class=""><div class="h5">On 15/03/15 19:00, Doug Haber wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Hi,<br>
<br>
I'm using the Services API to provide support for a front end on my TV.<br>
I'd like to add support for Bookmarks but the Service API doesn't seem<br>
to provide a way to get/set marks.  Even if I added that it looks like<br>
marks are stored as frames and not as timestamps and my TV API doesn't<br>
let me move to a particular frame (only to a timestamp).  Is there:<br>
<br>
A) Any plan to add support to get/set marks in the Services API for a<br>
particular RecordedId?  If not, would a patch that did that be accepted?<br>
<br>
B) Is there any way to convert a frame to a timstamp?<br>
<br>
Thanks!<br>
Doug<br>
</blockquote>
<br></div></div>
mythutil --getmarkup will create an xml file containing time-offset (ms), byte-offset and frame-offset for all keyframes, so the info is available, if not exactly convenient for use.<br>
<br>
John P<br>
<br>
<br>
______________________________<u></u>_________________<br>
mythtv-dev mailing list<br>
<a href="mailto:mythtv-dev@mythtv.org" target="_blank">mythtv-dev@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-dev" target="_blank">http://lists.mythtv.org/<u></u>mailman/listinfo/mythtv-dev</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/<u></u>Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a><br>
</blockquote></div><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks All!<div><br></div><div><a href="https://code.mythtv.org/trac/ticket/11491" target="_blank" style="font-size:12.8000001907349px">https://code.mythtv.org/trac/ticket/11491</a> is almost exactly what I need so I made a pull request for it (after modifying to get it to work with current Master).  I also added a Bookmark field which is useful to me.   The pull request is here:<br></div><div><br></div><div><a href="https://github.com/MythTV/mythtv/pull/93">https://github.com/MythTV/mythtv/pull/93</a><br></div><div><br></div><div>Thanks!</div><div>Doug</div></div></div>