[Freevo-devel] [PATCH] local_conf.py.examle

2004-03-28 Thread Nick Hatch
This patch attempts to clarify some of the wording and layout of the local_conf.py file. Many typo and wording fixes; however, there should be no functional differences. Also, I think this counts as my first real contribution to the Open Source community. I hope to help contribute to Freevo in

Re: [Freevo-devel] Documentation updates and typo fixes

2004-03-28 Thread Florian Demmer
Krister Lagerstrom wrote: Aubin Paul wrote: On Sat, Mar 27, 2004 at 08:59:56PM -0600, Krister Lagerstrom wrote: Of course, anything to make it better. Also, I wouldn't mind changing some of the non-typo stuff, e.g. the Look at Pictures in the main menu doesn't sound right to me (apologies to

[Freevo-devel] [patch] adjust niceness of recordserver

2004-03-28 Thread Florian Demmer
after playing around and optimizing for a while with self compiled mplayer and x i found no other way to smoothly play full resolution pal mpeg2 recordings without hw acceleration on my via epia m10k, than to renice the recordserver process... it uses a config var called TV_RECORD_SERVER_NICE

[Freevo-devel] Advanced music listening features

2004-03-28 Thread Antti Kivimäki
Hi folks. First of all I'm about to wet my pants because this is my first post to a mailing list ever. I've been running freevo for a couple of months now and I really enjoy it. I don't have a TV-tuner card so I mostly use it to listen to music and watch movies. I'm a hardcore music listener

AW: [Freevo-devel] Advanced music listening features

2004-03-28 Thread Jan Grewe
Whoa dude, that are exactly the same ideas i am waiting patiently for! ... And even a lot better ideas ;) Looks like a lot of work, it would create not only playlist _managing_ but something like the Media Library from Winamp3, and then some... An additional feature i'd like to see: a little

[Freevo-cvslog] freevo/src/helpers tv_grab.py,1.5,1.6

2004-03-28 Thread Rob Shortt
Update of /cvsroot/freevo/freevo/src/helpers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31705/src/helpers Modified Files: tv_grab.py Log Message: Bugfix. Index: tv_grab.py === RCS file:

AW: AW: [Freevo-devel] Crash when Caching

2004-03-28 Thread Jan Grewe
Great, works again! Thanks... /jan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Krister Lagerstrom Gesendet: Sonntag, 28. März 2004 05:35 An: [EMAIL PROTECTED] Betreff: Re: AW: [Freevo-devel] Crash when Caching Jan Grewe wrote: Sorry,

[Freevo-devel] cvs crash: pygame parachute

2004-03-28 Thread Florian Demmer
whats a pygame parachute? :P current cvs crashes sometimes when scrolling left or right in the tv guide... all that can be found in the log or console is this: Pygame Parachute Traceback: Thread-0x82d8e50 File /usr/lib/python2.3/site-packages/freevo/plugins/rom_drives.py, line 782, in run

[Freevo-cvslog] freevo/boot recordserver_init,1.1,1.2

2004-03-28 Thread Rob Shortt
Update of /cvsroot/freevo/freevo/boot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6759 Modified Files: recordserver_init Log Message: Fix comment. Index: recordserver_init === RCS file:

[Freevo-wikilog] [Freevo Wiki] Update of FrequentlyAskedQuestions

2004-03-28 Thread freevo-wikilog
Dear Wiki user, You have subscribed to a wiki page or wiki category on Freevo Wiki for change notification. The following page has been changed by 24.128.246.209: http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

AW: [Freevo-devel] Animation and goom support for freevo.

2004-03-28 Thread Jan Grewe
Yes! It works! After some changes to the setup.py (SuSE has the glib stuff in /opt/gnome/[lib|include] ) i was able to compile it, and it works just fine! It doesn't crash like mpav (sorry, gustavo) and it's just ... Great! Doh! Hold on - just crashed ;( mplayervis.py (109): Detected MPlayer

[Freevo-wikilog] [Freevo Wiki] Update of RecordingInfo

2004-03-28 Thread freevo-wikilog
Dear Wiki user, You have subscribed to a wiki page or wiki category on Freevo Wiki for change notification. The following page has been changed by 69.196.182.170: http://freevo.sourceforge.net/cgi-bin/moin.cgi/RecordingInfo The comment on the change is: how to get line-in working for VIA-based

Re: [Freevo-devel] cvs crash: pygame parachute

2004-03-28 Thread Florian Demmer
this seems to be another unicode thing, it happens when i encounter an Ö in the guide, and in the indicated line in epg_types content of the channel/who information is stored in the cache... my guess: there is a String(blah) missing somewhere... Florian Demmer wrote: whats a pygame parachute?

[Freevo-devel] [patch] webinterface unicode crashes

2004-03-28 Thread Florian Demmer
this should fix crashing when trying to record or add stuff with non ascii chars to favs... --- htdocs.orig/record.rpy 2004-03-29 02:53:26.0 + +++ htdocs/record.rpy 2004-03-29 02:47:59.0 + @@ -146,7 +146,7 @@ if start == '%s' % what.start and chan == '%s'

Re: [Freevo-devel] cvs crash: pygame parachute

2004-03-28 Thread Florian Demmer
further investigation... i have a slot in dvd rom so i always get an exception that the ioctl with the close cdrom fails. never payed much attention, but came across a posting where one mentions that ioctl may block all threads. i tried commenting out the cdrom stuff and now the crash trace