Re: [Freevo-users] Unicode musings

2006-12-29 Thread Duncan Webb
Pascal Schirrmann wrote: > Duncan Webb a écrit : >> Pascal Schirrmann wrote: >> >>> The debug gave me a hint about an error in the AUDIO_ITEMS. After >>> correcting that, it seems to work a little better (or is it due to >>> version 8853 ?) >>> >> AUDIO_ITEMS still has a bug in that it do

Re: [Freevo-users] Securing freevo webserver (was WWW Authentication in SVN version)

2006-12-29 Thread Ryan Roth
It turns out python has a md5 module built right in. I went ahead and changed it to md5. So to summarize, since there have been so many emails and version ;) The passwd helper takes a username and password from the user and dumps md5 encoded strings for the user to add to local_config.py Th

Re: [Freevo-users] webradio issue

2006-12-29 Thread Tanja
Hi Japie, I just was playing around with webradio.fxd. Maybe I found something which can help you with your playlist problem. In the source there is the following example: foo.jpg xine ===> http://6

Re: [Freevo-users] Securing freevo webserver (was WWW Authentication in SVN version)

2006-12-29 Thread Ryan Roth
The newest version is on the tracker page. The reason I do not like plain text in the local_conf.py is because I keep backups of this file on my PC, and I imagine others may do so too. I just do not like the idea of plain text passwords. If you really want I can change it to md5, but since t

Re: [Freevo-users] Securing freevo webserver (was WWW Authentication in SVN version)

2006-12-29 Thread Ryan Roth
No more local_conf.py foolery Index: src/www/web_types.py === --- src/www/web_types.py(revision 8853) +++ src/www/web_types.py(working copy) @@ -27,8 +27,8 @@ # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #

Re: [Freevo-users] Securing freevo webserver (was WWW Authentication in SVN version)

2006-12-29 Thread Ryan Roth
I can change it to just dump the user & password to the console. Also if a user uses crypt- for a password it WILL still work, since it checks all passwrods against plain text first. Duncan Webb wrote: > Ryan Roth wrote: > >> OK I have stunnel working. I would like to write a howto for the

Re: [Freevo-users] Securing freevo webserver (was WWW Authentication in SVN version)

2006-12-29 Thread Duncan Webb
Ryan Roth wrote: > OK I have stunnel working. I would like to write a howto for the wiki, > but I would like to include the encrypted passwords in the how to also. Great wiki page. I think it would be better to use a tuple for encrypted user names and passwords, then the password checker can de

Re: [Freevo-users] Installation of freevo-1.X

2006-12-29 Thread Duncan Webb
Tanja wrote: > Hi Duncan, > > Thanks for you reply! > > I tried it differently now. > I downloaded the released kaa-base and kaa-metadata files and installed > them to the system via python setup.py install. > And then I run freevo-1.x directly from its directry which worked good > for older vers

Re: [Freevo-users] Installation of freevo-1.X

2006-12-29 Thread Dirk Meyer
Tanja wrote: > I am a bit supprised by this. Is freevo-1.x needing imlib2? IIRC SVN does. Duncan tries to use as much kaa modules as possible for a better testing for freevo 2.0 Dischi -- Greetings, you have reached the Sixth Sense Detective Agency. We know who you are and what you want, so at

Re: [Freevo-users] Installation of freevo-1.X

2006-12-29 Thread Tanja
For the record, now it is working! Tanja schrieb: > Hi Duncan, > > Thanks for you reply! > > I tried it differently now. > I downloaded the released kaa-base and kaa-metadata files and installed > them to the system via python setup.py install. > And then I run freevo-1.x directly from its dire

Re: [Freevo-users] Installation of freevo-1.X

2006-12-29 Thread Tanja
Hi Duncan, Thanks for you reply! I tried it differently now. I downloaded the released kaa-base and kaa-metadata files and installed them to the system via python setup.py install. And then I run freevo-1.x directly from its directry which worked good for older versions of freevo and seems also

Re: [Freevo-users] Unicode musings

2006-12-29 Thread Pascal Schirrmann
Duncan Webb a écrit : > Pascal Schirrmann wrote: > >> The debug gave me a hint about an error in the AUDIO_ITEMS. After >> correcting that, it seems to work a little better (or is it due to >> version 8853 ?) >> > > AUDIO_ITEMS still has a bug in that it doesn't allow web radio unless it

Re: [Freevo-users] Securing freevo webserver (was WWW Authentication in SVN version)

2006-12-29 Thread Ryan Roth
http://freevo.sourceforge.net/cgi-bin/doc/SecureWebserver - 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 & business topics thro

Re: [Freevo-users] Installation of freevo-2.0

2006-12-29 Thread Dirk Meyer
Tanja wrote: > "/usr/local/freevo-2.0/lib/python2.4/site-packages/freevo/ui/directory.py", > line 89, in ? > freevo_hide_played = (str, kaa.beacon.ATTR_SIMPLE), >File > "/usr/local/freevo-2.0/lib/python2.4/site-packages/kaa/beacon/__init__.py", > line 138, in register_file_type_attrs >

Re: [Freevo-users] freevo crash on audio cd

2006-12-29 Thread Dirk Meyer
Jaap Struyk wrote: > Op vr 29-12-2006, om 15:34 schreef Duncan Webb: > >> This seems a fair enough solution, sorry we could not help more. Did you >> check to see if there any known python bugs with stack-protector enabled. > > There are more, some calls by python are interpreted as stack smash but

Re: [Freevo-users] Securing freevo webserver (was WWW Authentication in SVN version)

2006-12-29 Thread Ryan Roth
OK I have stunnel working. I would like to write a howto for the wiki, but I would like to include the encrypted passwords in the how to also. Duncan Webb wrote: > Ryan Roth wrote: > >> The reason I wanted this is start making the web interface more secure. >> I wanted to take with people a

Re: [Freevo-users] Installation of freevo-2.0

2006-12-29 Thread Tanja
Dirk Meyer schrieb: > Tanja wrote: >> Now freevo-2.0 seems to start, but closes again directly. >> I again have a very long traceback. > > Please send. Here it comes: 2006-12-29 17:04:53,356 ERROR[ rpc] __init__.py 1072: Authentication failed 2006-12-29 17:04:53,358 ERROR[ rpc] __i

Re: [Freevo-users] freevo crash on audio cd

2006-12-29 Thread Jaap Struyk
Op vr 29-12-2006, om 15:34 schreef Duncan Webb: > This seems a fair enough solution, sorry we could not help more. Did you > check to see if there any known python bugs with stack-protector enabled. There are more, some calls by python are interpreted as stack smash but aren't. Maybe the core tel

Re: [Freevo-users] Installation of freevo-2.0

2006-12-29 Thread Dirk Meyer
Tanja wrote: > Now freevo-2.0 seems to start, but closes again directly. > I again have a very long traceback. Please send. > Thus my questions are still valid: > Has someone of you freevo-2.0 running? I, but I'm not sure that is counting much because I know where some bugs are :) > What is its

Re: [Freevo-users] Installation of freevo-2.0

2006-12-29 Thread Tanja
OK, I found it by myself. Stupid me! beacon can not be found, because it is not in the path. A simple export PATH=$PATH:/usr/local/freevo-2.0/bin has been the solution for that. Now freevo-2.0 seems to start, but closes again directly. I again have a very long traceback. Thus my questions are st

Re: [Freevo-users] Securing freevo webserver (was WWW Authentication in SVN version)

2006-12-29 Thread Ryan Roth
Can you apply the current changes to svn? And I will start working on HTTPS. None of it is yet implemented right? Duncan Webb wrote: > Ryan Roth wrote: > >> The reason I wanted this is start making the web interface more secure. >> I wanted to take with people and see what they though abou

[Freevo-users] Installation of freevo-2.0

2006-12-29 Thread Tanja
Hi again, as I had no luck with freevo-1.X, I went to try freevo-2.0 from svn. I have some free time at the moment, thus I can be brave ;-) I followed the instructions in the wiki on how to install it to a directory. The installation seems to be no problem, python setup.py install --prefix==/usr

Re: [Freevo-users] freevo crash on audio cd

2006-12-29 Thread Duncan Webb
Jaap Struyk wrote: > I managed to get a core-dump (wich is like arabic to me) > http://www.japie.deserver.nl/ftp/HLFS/mminfo.core.bz2 so I rebuild > Python with fno-stack-protector wich does work but leaves me with a > (potential) security risk. > But since Python is only used for freevo I can live

Re: [Freevo-users] Installation of freevo-1.X

2006-12-29 Thread Duncan Webb
Tanja wrote: > Hello together, > > I am trying to install the current svn version of freevo-1 > > First I downloaded the current svn version of kaa > (revision 2301) > and installed it using the prefix-option: > python setup.py install --prefix=/usr/local/freevo-1.7 > No problem so far! The prob

Re: [Freevo-users] Securing freevo webserver (was WWW Authentication in SVN version)

2006-12-29 Thread Duncan Webb
Ryan Roth wrote: > The reason I wanted this is start making the web interface more secure. > I wanted to take with people and see what they though about changing the > web server to a secure server. This would be nice for those of us who > forward web traffic from our public IP to our Freevo b

Re: [Freevo-users] Thoughts on recording / viewing multiple channels at once. (DVB)

2006-12-29 Thread Dirk Meyer
Alberto Hernando wrote: > El Miércoles, 27 de Diciembre de 2006 23:24, Stephen Rowles escribió: >> dvbstream can be used to multicast out the all the pids on given frequency. >> >> Could the record sub-system be changed instead of recording using >> mplayer to dump one channel, dvbstream could be u

[Freevo-users] Installation of freevo-1.X

2006-12-29 Thread Tanja
Hello together, I am trying to install the current svn version of freevo-1 First I downloaded the current svn version of kaa (revision 2301) and installed it using the prefix-option: python setup.py install --prefix=/usr/local/freevo-1.7 No problem so far! After that I downloaded the current svn

Re: [Freevo-users] Picture quality with xine and DVB-T broadcasts

2006-12-29 Thread Gerardo Martínez Bernat
I guess it doesn't matter which player you use. If you disable the postprocessing and you don't see any image quality drop, it should be a good setting for you. So don't worry at all for disabling xine's "--post=pp:quality=10" option. Anyway, I will try to tune TVE50 when I arrive home (I think

Re: [Freevo-users] Picture quality with xine and DVB-T broadcasts

2006-12-29 Thread Francisco Eduardo Álvarez Solano
2006/12/29, Gerardo Martínez Bernat <[EMAIL PROTECTED]>: I don't use xine but mplayer with a DVB-T card. Anyway I don't use any kind of postprocessing and image quality is really good with near zero use of CPU (this isn't accurate as depends on the host). If you are connecting PC to TV via S-Vid

Re: [Freevo-users] freevo crash on audio cd

2006-12-29 Thread Jaap Struyk
I managed to get a core-dump (wich is like arabic to me) http://www.japie.deserver.nl/ftp/HLFS/mminfo.core.bz2 so I rebuild Python with fno-stack-protector wich does work but leaves me with a (potential) security risk. But since Python is only used for freevo I can live with it, maybe the core file

Re: [Freevo-users] Picture quality with xine and DVB-T broadcasts

2006-12-29 Thread Gerardo Martínez Bernat
I don't use xine but mplayer with a DVB-T card. Anyway I don't use any kind of postprocessing and image quality is really good with near zero use of CPU (this isn't accurate as depends on the host). If you are connecting PC to TV via S-Video or composite video it isn't really worth to enable deinte