[Freevo-devel] Skins

2004-11-16 Thread Stephan Kanthak
Hi! A question concerning the current (HEAD) development: will it be possible to use skins from 1.5.x on 2.x? If not will they be at least easily adaptable? Cheers, Stephan --- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS

[Freevo-devel] pymbus crash

2004-11-16 Thread Rob Shortt
Dischi, I'm trying to get Freevo running with the new recrordserver so I can test some new ivtv stuff and am getting an mbus crash: recordserver found Crash! Traceback (most recent call last): File "/opt/freevo/site-packages/freevo/main.py", line 390, in ? gui.animation.render().wait() Fi

Re: [Freevo-devel] pymbus crash

2004-11-16 Thread Rob Shortt
Rob Shortt wrote: File "/opt/freevo/site-packages/mbus/types.py", line 327, in mlistAsString utf = unicode( mlist, encoding, 'ignore' ).encode( 'utf8' ) TypeError: unicode() argument 2 must be string, not None I'm using pyMbus-0.8.1. I'm going to walk through the code and find out why enc

Re: [Freevo-devel] recordserver doc

2004-11-16 Thread Rob Shortt
Hi, I've finally got a chance to check this out. Dirk Meyer wrote: The server also needs a valid TV_CHANNELS listing. It doesn't work without it. Here a small example. This part I do _not_ like (sorry). I wish to run Freevo with TV_CHANNELS=None and use info from the DB. Before the last changes

[Freevo-devel] analog tuner id vs dvb name and id

2004-11-16 Thread Rob Shortt
I've been thinking more on how we deal with tuner ids and dvb name of our channels. If you think about it these things are the same thing. The tuner id is some key your cable provider gives you for a certain channel. For me an example is tuner id '9' is the channel 'ATV'. The cable provider

Re: [Freevo-devel] recordserver doc

2004-11-16 Thread Rob Shortt
Rob Shortt wrote: TV_CHANNELS=None and use info from the DB. Before the last changes to tv/channels.py it used TV_CHANNELS to compliment data from the DB. Now it is all or nothing. ... Since reading channels from memory is faster than querying the DB then we simply load the DB on bootup and me