Re: [Freevo-users] Freevo2 and Info skin

2007-10-13 Thread Ryan Roth
Yeah. I hacked the skin so that it could only display it the way I wanted :) Dirk Meyer wrote: > Ryan Roth wrote: > >> I have always used the info skin in freevo. I prefer to use the 3rd >> style option by pressing 'd' in a sub menu. In freevo2 I was able to >> choose info as my skin,

Re: [Freevo-users] Traceback from config.py with todays rel-1 svn

2007-10-13 Thread John Molohan
don locke wrote: > I've posted a patch that should fix this. > > Line - 611 > fv.res += DisplayGroups(str(fconfig), expandAll) > > should be > > fv.res += DisplayGroups(fconfig, expandAll) > > > Don. Hi Don, Thanks for the quick reply. I now get this traceback: *web.Server Traceback (most recent

Re: [Freevo-users] Traceback from config.py with todays rel-1 svn

2007-10-13 Thread don locke
I've posted a patch that should fix this. Line - 611 fv.res += DisplayGroups(str(fconfig), expandAll) should be fv.res += DisplayGroups(fconfig, expandAll) Don. - This SF.net email is sponsored by: Splunk Inc. Still grep

[Freevo-users] Traceback 2 from config.py with todays rel-1 svn

2007-10-13 Thread Christian Lyra
Hi i´d like to add this error too: Crash! Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/freevo/main.py", line 437, in ? plugin.init(splash.progress) File "/usr/lib/python2.4/site-packages/freevo/plugin.py", line 309, in init callback(int((float(current) / l

[Freevo-users] Traceback from config.py with todays rel-1 svn

2007-10-13 Thread John Molohan
*web.Server Traceback (most recent call last):* : string indices must be integers /usr/lib/python2.5/site-packages/twisted/web/server.py, line 160 in process 158try: 159 resrc = self.site.getResourceFor(self) 160 self.render(resrc) 161excep

Re: [Freevo-users] Freevo2 and Info skin

2007-10-13 Thread Dirk Meyer
Ryan Roth wrote: > I have always used the info skin in freevo. I prefer to use the 3rd > style option by pressing 'd' in a sub menu. In freevo2 I was able to > choose info as my skin, but I can't seem to find a way to tell it to use > the 3rd style option. Any suggestions? Freevo 2.0 ski