To this, I would add 'TV Collision Detection' which sounds easier than it is. Basically, we need an efficient algorithm for detecting conflicts. The most intuitive method of just checking each show against every other is very intensive, and probably not the way to go. I can't think of anything off hand, but the first thing that popped into my head was "matrices" which doesn't mean much on it's own, but treating the TV show information like a MxN matrix might make it easier to try some different ideas.
Aubin On Fri, Jul 16, 2004 at 07:51:24PM +0000, Dirk Meyer wrote: > o Split tv into tv and recording. Maybe recording inside tv, maybe on > the same level. This would result in two plugin directories, one for > watching, one for recording. Most of the recordserver code should > also move into the recording dir. > > o Support for live pause. There are different ideas: create a > ringbuffer inside mplayer, or fix mplayer to support this without > external help. Maybe move the timeshift code from the xine pvr > plugin to a global one so it works with dvb, too. > > I have most test code from the mailing list on my computer, if > someone has the time to develop something like this, let me know. > > o Better DVB support. I want to watch and record at the same time if > it's the same frequence. Also live pause support is needed, > commercial detection, VPS support, etc. Some of this is not DVB > specific and may work with analog tv, too. > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click > _______________________________________________ > Freevo-cvslog mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/freevo-cvslog ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
