[mythtv-users] MythVideo question / feature request (?)

Chris Pinkham cpinkham at bc2va.org
Wed Feb 6 22:00:23 UTC 2008


* On Wed Feb 06, 2008 at 05:20:46PM -0400, Greg Estabrooks wrote:
>  Ok, that was easier than I expected

> # query location
> Playback Video 00:00:03 of 01:20:18 1x 2008-02-06T17:15:44 94
> # query location
> Playback DVD 1x 2008-02-06T15:17:00 167

> I just want to test it when I get home and I'll commit it after that.

This is what you had earlier:

> # query location
> Playback Recorded 00:00:18 of 01:20:18 1x 2008-02-06T13:34:59 453

I would think that for the Video and DVD results, you'd want to give
a filename or something instead of the bogus timestamp and empty chanid.

How about this format:

Playback Video 00:00:03 [of 01:20:18] 1x RELATIVE_FILENAME FRAMESPLAYED
Playback DVD 00:00:03 [of 01:20:18] 2x RELATIVE_FILENAME FRAMESPLAYED

The total length could be optional and may be best left off since we don't
know the length in a lot of cases.

I assume you're just making minor modifications near the end of
TV::ProcessNetworkControlCommand(), but all that info should be available
there.

--
Chris


More information about the mythtv-users mailing list