Re: [Freevo-users] WWW Authentication in SVN version

2006-12-28 Thread Ryan Roth
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 box.

Re: [Freevo-users] WWW Authentication in SVN version

2006-12-28 Thread Ryan Roth
All right here is a new version. All encrypted user names and password start with 'crypt-' in the local_conf.py It works with encrypted, unencrypted, or even a mix of the two. The helper 'passwd' will parse the local_conf and add encrypted users to the existing list. Index: src/www/web_types.p

Re: [Freevo-users] Unicode musings

2006-12-28 Thread Duncan Webb
Pascal Schirrmann wrote: > harri a écrit : > > First of all, many many thanks, Harry ! > > You'll find my further tests. I just installed the svn 8853 version. >> On Wednesday 27 December 2006 21:31, Pascal Schirrmann wrote: >> >> Are you running a multi cpu kernel by any chance? What does >

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

2006-12-28 Thread Francisco Eduardo Álvarez Solano
I have a TDT2Go USB DVB-T card and I use xine plugin to watch tv. In local_conf.py I have: XINE_VO_DEV = 'xv' XINE_COMMAND = '%s --hide-gui -pq -g -B --geometry %sx%s+0+0 --no-splash' % (CONF.xine, CONF.width, CONF.height) XINE_ARGS_DEF = '--no-lirc' And in ~/.xine/config: # Enable deinterla

Re: [Freevo-users] WWW Authentication in SVN version

2006-12-28 Thread Ryan Roth
If people are interested in it I will make a patch for it. Duncan Webb wrote: > Ryan Roth wrote: > >> Can we change to this? >> >> http://sourceforge.net/tracker/index.php?func=detail&aid=1623854&group_id=46652&atid=446898 >> > > I must admit I'm a bit dubious about security on a freevo bo

Re: [Freevo-users] WWW Authentication in SVN version

2006-12-28 Thread Duncan Webb
Ryan Roth wrote: > Can we change to this? > > http://sourceforge.net/tracker/index.php?func=detail&aid=1623854&group_id=46652&atid=446898 I must admit I'm a bit dubious about security on a freevo box, I guess it all comes down to how people use freevo. If your unhappy with the current method you

Re: [Freevo-users] Unicode musings

2006-12-28 Thread Pascal Schirrmann
harri a écrit : First of all, many many thanks, Harry ! You'll find my further tests. I just installed the svn 8853 version. > On Wednesday 27 December 2006 21:31, Pascal Schirrmann wrote: > > Are you running a multi cpu kernel by any chance? What does > cat /proc/cpuinfo say? > > The two

Re: [Freevo-users] WWW Authentication in SVN version

2006-12-28 Thread Ryan Roth
Can we change to this? http://sourceforge.net/tracker/index.php?func=detail&aid=1623854&group_id=46652&atid=446898 Duncan Webb wrote: > Ryan Roth wrote: > >> Has the way you set the WWW users changed in the SVN version? I seem to >> be having trouble getting a username and password to work.

Re: [Freevo-users] WWW Authentication in SVN version

2006-12-28 Thread Duncan Webb
Ryan Roth wrote: > Has the way you set the WWW users changed in the SVN version? I seem to > be having trouble getting a username and password to work. WWW_USERS = { 'freevo' : 'freevo' } still works. Duncan - Take Survey

[Freevo-users] WWW Authentication in SVN version

2006-12-28 Thread Ryan Roth
Has the way you set the WWW users changed in the SVN version? I seem to be having trouble getting a username and password to work. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel an

[Freevo-users] sensors idlebar plugin and 2.6.19

2006-12-28 Thread Stephen Rowles
Hi all, My freevo setup continues to get better :) I've just enabled the idlebar plugin, however it doesn't know about the new i2c sensors location with the 2.6.19 kernel. I had to edit system.py in /usr/lib/python2.4/site-packages/freevo/plugins/idlebar to get it to work. I added the new path