Re: [Freevo-users] 15.4-1.6.1:some problems

2006-12-18 Thread Francisco Eduardo Álvarez Solano
I messed things... But, seeing that 1.6.1 has some bugs too, would you suggest me using 1.7.0rc1? It has some interesting features. Freevo 1.7.0-rc1 works quite well (at least for me), though it has several bugs: I cannot manage to use imdb plugin, nor the webserver, and I have some issues

Re: [Freevo-users] 15.4-1.6.1:some problems

2006-12-18 Thread Duncan Webb
Francisco Eduardo Álvarez Solano wrote: I messed things... But, seeing that 1.6.1 has some bugs too, would you suggest me using 1.7.0rc1? It has some interesting features. Freevo 1.7.0-rc1 works quite well (at least for me), Works quite well for me too. :) though it has

[Freevo-users] About m3u playlists and mplayer

2006-12-18 Thread Francisco Eduardo Álvarez Solano
I'm trying to play m3u playlists directly with mplayer, as if they were an audio file like a mp3 or ogg file (I mean without browsing them). To achieve this I have in local_conf.py: PLAYLIST_SUFFIX = [ ] AUDIO_SUFFIX = [ 'm3u', 'mp3', 'ogg', 'wav', 'm4a', 'wma', 'aac', 'flac', 'mka' ] But I've

Re: [Freevo-users] About m3u playlists and mplayer

2006-12-18 Thread Duncan Webb
Francisco Eduardo Álvarez Solano wrote: I'm trying to play m3u playlists directly with mplayer, as if they were an audio file like a mp3 or ogg file (I mean without browsing them). To achieve this I have in local_conf.py: PLAYLIST_SUFFIX = [ ] AUDIO_SUFFIX = [ 'm3u', 'mp3', 'ogg', 'wav',

[Freevo-users] audio behind on tv recordings

2006-12-18 Thread Elizabeth Dodd
Using mencoder to record my tv i have a variable lag for the audio. At the beginning it may be a few seconds behind and then appear to catch up later. I thought that the cpu load was to blame and reduced the recording video size but it doesn't seem to be any better. What else do i need to

Re: [Freevo-users] IMDB lookup crashes

2006-12-18 Thread Ryan Roth
A lot of times i immediately get 'Unknown error connecting to IMDB', other times I get a 'even MENU-SELECT crashed' here is the error trace for one: http://us.imdb.com/find?q=ringer%20;s=tt [('0267891', u'The Ringer', u'2005', ''), ('0117480', u'Ringer', u'1996', ''), ('0455857', u'When a

Re: [Freevo-users] IMDB lookup crashes

2006-12-18 Thread Duncan Webb
Ryan Roth wrote: A lot of times i immediately get 'Unknown error connecting to IMDB', other times I get a 'even MENU-SELECT crashed' here is the error trace for one: http://us.imdb.com/find?q=ringer%20;s=tt [('0267891', u'The Ringer', u'2005', ''), ('0117480', u'Ringer', u'1996', ''),

Re: [Freevo-users] IMDB lookup crashes

2006-12-18 Thread Ryan Roth
Is there not a better way to fix it, or do we just need to wait on the BeautifulSoap Guys? Duncan Webb wrote: Ryan Roth wrote: A lot of times i immediately get 'Unknown error connecting to IMDB', other times I get a 'even MENU-SELECT crashed' here is the error trace for one:

Re: [Freevo-users] IMDB lookup crashes

2006-12-18 Thread Ryan Roth
Also I am still getting 'unknown error while connecting to IMDB' on a bunch of other movies. Al that gets logged for them is: http://us.imdb.com/title/tt0457510/?fr=c2l0ZT1kZnx0dD0xfGZiPXV8cG49MHxxPW5hY2hvIGxpYnJlIHxteD0yMHxsbT01MDB8aHRtbD0x;fc=1;ft=20

Re: [Freevo-users] IMDB lookup crashes

2006-12-18 Thread Ryan Roth
I just noticed that the files that return that error or files that do not return multiple pages from IMDB, but instead go directly to an exact match. Also sorry for 'spamming' with so many separate messages. - Take

Re: [Freevo-users] IMDB lookup crashes

2006-12-18 Thread Ryan Roth
Freevo 1.x SVN? Because that is what I am running. Duncan Webb wrote: Ryan Roth wrote: Also I am still getting 'unknown error while connecting to IMDB' on a bunch of other movies. Al that gets logged for them is:

Re: [Freevo-users] IMDB lookup crashes

2006-12-18 Thread Ryan Roth
Create a file called 'Nacho Libre (2006).avi' and try a IMDB lookup on it. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT

Re: [Freevo-users] IMDB lookup crashes

2006-12-18 Thread harri
On Monday 18 December 2006 18:16, Duncan Webb wrote: The real problem is Python and it's unicode handling, it's not very good but the fix is simple. :) Change line 352 in /usr/lib/python2.4/site.py from:     encoding = ascii # Default value set by _PyUnicode_Init() to:     encoding =

Re: [Freevo-users] IMDB lookup crashes

2006-12-18 Thread Ryan Roth
The current SVN version solved the issue. While we're on the subject of IMDB lookups, after completing and update the listing does not auto update to show the changes like it use to. Instead you have to back one menu and then re-enter to see the results of the IMDB lookup. I am assuming

Re: [Freevo-users] IMDB lookup crashes

2006-12-18 Thread Duncan Webb
Ryan Roth wrote: The current SVN version solved the issue. While we're on the subject of IMDB lookups, after completing and update the listing does not auto update to show the changes like it use to. Instead you have to back one menu and then re-enter to see the results of the IMDB

Re: [Freevo-users] audio behind on tv recordings

2006-12-18 Thread mike lewis
On 12/18/06, Elizabeth Dodd [EMAIL PROTECTED] wrote: Using mencoder to record my tv i have a variable lag for the audio. At the beginning it may be a few seconds behind and then appear to catch up later. I thought that the cpu load was to blame and reduced the recording video size but it

[Freevo-users] Freevo on FreeBSD...

2006-12-18 Thread Anders Trobäck
Hi, new to this list and Freevo so bare with me! Is there anyone on this list who is running Freevo on FreeBSD as a tuner (not just as a movie player)? \\troback -- Microsoft is not the answer. Microsoft is the question. And 'No' is the answer!

Re: [Freevo-users] IMDB lookup crashes

2006-12-18 Thread harri
On Tuesday 19 December 2006 01:05, Duncan Webb wrote: You sound that you know Python's Unicode handling pretty well, would you be able to take a look at the library.rpy code, it breaks all over the place because the file names are being passed around as unicode strings. If I roll my sleeves