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 the predifined trees to the config : those are the AUDIO_ALBUM_TREE_SPEC.append() lines in the plugin-docstring. 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. On Sun, 13 Mar 2005 21:35:14 +0000, Nicholas Ruddick <[EMAIL PROTECTED]> wrote: > 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 config.AUDIO_ALBUM_TREE_SPEC: > AttributeError: 'module' object has no attribute 'AUDIO_ALBUM_TREE_SPEC' > > Nick > > Martijn Voncken wrote: > > >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 usefull plugin ;-) , especially for those with a > >>big(tagged) audio collection. > >> > >>Could someone send me a plugin-upload-account? > >>And please test/review the plugin. > >> > >>Martijn. > >> > >> > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Freevo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-devel > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
