[Freevo-devel] Re: nvram-wakeup integration status ?

2005-03-13 Thread Dirk Meyer
Georg Künzel wrote: Hi, what is the status of the nvram-wakeup integration for 1.5.x odr 2.0 ? I thought Hans Meine had allready published a patch but I can't find it. Is it available for download somewhere ? I don't know for 1.5.x, but 2.0 has basic support for shutdown. I've wrote a

[Freevo-devel] Re: freevo and mpd

2005-03-13 Thread Dirk Meyer
Carsten Breuer wrote: i want to use MPD to control the music part of freevo and didn't find anything abou that. Both systems lock /dev/dsp so that i can't use both in paralel. What is mdp and what do you want freevo to do with it? Dischi -- Hidden DOS secret: add BUGS=OFF to your CONFIG.SYS

[Freevo-devel] new plugin: audio.album_tree

2005-03-13 Thread Martijn Voncken
Hi, I made a new plugin. I'm not able to create a plugin account,so I attached it here. Browse by artist/album etc... highly customizable,uses the sqlite database for the heavy lifting. I think i't a really usefull plugin ;-) , especially for those with a big(taggeed) audio collection. Culd

[Freevo-devel] Fwd: new plugin: audio.album_tree

2005-03-13 Thread Martijn Voncken
Sorry, I attached an old version of the plugin. Here is the correct plugin. Martijn. Hi, I made a new plugin. I'm not able to create a plugin account,so I attached it here. Browse by artist/album etc... highly customizable,uses the sqlite database for the heavy lifting. I think i'ts a really

Re: [Freevo-devel] [BUG] german umlauts cause record_client connection error

2005-03-13 Thread Tanja Striepling
freevo-devel@lists.sourceforge.net schrieb am 12.03.05 12:36:29: Tanja Striepling wrote: Hi there, Hi, we discovered a strange problem with freevo-1.5.3! Unfortunately its not too strange, but infamous unicode problems. We hope to make these all go away in 2.0.

Re: [Freevo-devel] [BUG] german umlauts cause record_client connection error

2005-03-13 Thread Rob Shortt
Tanja Striepling wrote: freevo-devel@lists.sourceforge.net schrieb am 12.03.05 12:36:29: File /usr/local/freevo/src/tv/record_types.py, line 69, in addProgram print 'addProgram: actually adding %s' % String(prog) Thats the line we should change. Try experimenting with the

Re: [Freevo-devel] new plugin: audio.album_tree

2005-03-13 Thread Nicholas Ruddick
Tried it and looks good. It says to activate put plugin.activate('audio.album_tree') however that didn't work for me. plugin.activate('album_tree') did however. I would like search by genre/artist/year - album/track . Could that work? Thanks, Nicholas Martijn Voncken wrote: Hi, I made a new

Re: [Freevo-devel] Fwd: new plugin: audio.album_tree

2005-03-13 Thread Nicholas Ruddick
This new version fails on me with - Traceback (most recent call last): File /usr/lib/python2.3/site-packages/freevo/plugin.py, line 572, in __load_plugin__ p = eval(object)() File /usr/lib/python2.3/site-packages/freevo/plugins/album_tree.py, line 158, in __init__ if not

[Freevo-devel] Re: new plugin: audio.album_tree

2005-03-13 Thread Martijn Voncken
Hi, nice to see someone trying my plugin :) I guess you are the first to try it. 1: about : AttributeError: 'module' object has no attribute 'AUDIO_ALBUM_TREE_SPEC' solution : Add AUDIO_ALBUM_TREE_SPEC = [] (without the quotes) to your local config for some debug trees. 2: You could allso add

[Freevo-devel] Genre showing in skin

2005-03-13 Thread Nicholas Ruddick
Hi, I'm trying to make the skin show genre, does Freevo support reading this? Should if expression=genre text width=140 align=right font=player infoGenre:/text goto_pos x=10 mode=relative/ text font=player info

Re: [Freevo-devel] Re: new plugin: audio.album_tree

2005-03-13 Thread Nicholas Ruddick
Cool, plugin.activate('album_tree') AUDIO_ALBUM_TREE_SPEC = [] AUDIO_ALBUM_TREE_SPEC.append( {'name':'Artist/Album/Track - Title' ,'spec':[artist,album,track||' - '||title] ,'alt_grouping':[None,None,'track'] } ) works great for me. Album Tree should really be in

Re: [Freevo-devel] Genre showing in skin

2005-03-13 Thread Nicholas Ruddick
Oops, Martijn has already answered this with Genre is not yet possible :( , there is no genre tag in the meta-database. that would require some modifications in the core and not in a plugin. Martijn. Thanks Martijn, Nick Nicholas Ruddick wrote: Hi, I'm trying to make the skin show genre, does

[Freevo-devel] Re: new plugin: audio.album_tree

2005-03-13 Thread Martijn Voncken
Hi Nicolas, The wait for 0.2 is removed from the second plugin i sent to the list. (perhaps you switched back to the 1st when it did not work) Did you read my other mail yet about /audio/plugins/? if you move it to /audio/plugins/ it there it should show up in the audio-menu. Martijn. On

[Freevo-devel] Re: Genre showing in skin

2005-03-13 Thread Martijn Voncken
Nick, there is a difference between the sqlite-meta-database and the other metadata in the fxd files etc. I'd leave the question open for someone who really knows. Martijn. On Sun, 13 Mar 2005 23:33:56 +, Nicholas Ruddick [EMAIL PROTECTED] wrote: Oops, Martijn has already answered this

Re: [Freevo-devel] Re: nvram-wakeup integration status ?

2005-03-13 Thread Georg Künzel
Freevo 2.0 has something similar. It checks the idletime for freevo and asks the recordserver about next schedule and the current recording status. If shutdown is possible, it will run a special shutdown script and also supports starting a wakeup script. But I only send the wakeup information

Re: [Freevo-devel] Re: new plugin: audio.album_tree

2005-03-13 Thread Nicholas Ruddick
ok. The version I have comes up under freevo plugins -l as album_tree v0.5 but when I go to list plugins on the freevo web_server, the web_server still says (note:not usable for me--some VA albums clutter the tree.) #Config: plugin.activate('audio.album_tree') #leave AUDIO_ALBUM_TREE_SPEC empty

[Freevo-devel] Re: new plugin: audio.album_tree

2005-03-13 Thread Martijn Voncken
Tried it and looks good. It says to activate put plugin.activate('audio.album_tree') however that didn't work for me. plugin.activate('album_tree') did however. I would like search by Hi , did you place the album_tree.py file in /audio/plugins/? if you placed it somewhere else: copy the