[mythtv] [mythtv-commits] Ticket #3350: Threaded Preview Gen does not use qmap index consistently

Chris Pinkham cpinkham at bc2va.org
Fri Apr 27 05:23:14 UTC 2007


* On Thu Apr 26, 2007 at 03:28:13PM -0400, Daniel Kristjansson wrote:
> what is currently selected. Maybe a tiny delay before the
> second one is kicked off would help too, then if you scroll
> quickly a preview generation would catch up more quickly.

To delay or not to delay could be driven by how many items
are in the queue at that point in time.  If there are items queued
up then the user is scrolling faster than we can keep up, so
delaying a little would help in case another request comes in
that would take priority over the previous one because of the
FILO.  If we're able to generate previews as fast as the user
is scrolling and the queue is empty then we don't need to delay
at all probably.

> > mythblah -c chanid -s startime -f framenum -o /path/to/snapshot.png
> 
> That could be useful, especially if you could specify a
> file as well, instead of just a chanid & starttime. 

Sounds like it could be a special --snapshot argument to mythtranscode.

--
Chris


More information about the mythtv-dev mailing list