Takesh Miike wrote:
> I have installed new freevo release 1.76 on ubuntu. Its working but i 
> want to change some things like plugins.
> 
> As you can see my config files are in /.freevo
> 
> 2008-02-18 01:42:33,292 INFO config.py (481): logdir: /var/log 
> /home/eco/.freevo/log
> 2008-02-18 01:42:33,292 INFO config.py (482): staticdir: /var/lib 
> /home/eco/.freevo/static
> 2008-02-18 01:42:33,293 INFO config.py (483): cachedir: /var/cache 
> /home/eco/.freevo/cache
> 2008-02-18 01:42:33,318 INFO config.py (502): Loading freevo 
> configuration file "/home/eco/.freevo/freevo.conf"
> 2008-02-18 01:42:33,405 INFO config.py (589): Loading local 
> configuration file "/home/eco/.freevo/local_conf.py"
> 
> Im trying to change some things like headlines adresses but it isnt 
> working. Changing resolution in the freevo.conf works
> but when im changing the local_conf.py nothing happens.

For headlines you just need to define HEADLINES_LOCATIONS like:

HEADLINES_LOCATIONS = [
  (u'Tweakers.net', 'http://tweakers.net/feeds/mixed.xml'),
     (u'BBC Front Page',
'http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml'),
     (u'BBC World',
'http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/world/rss.xml'),
     (u'BBC Technology',
'http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/technology/rss.xml'),
]

When you restart freevo the new headlines should be taken.

> For example. Im going to the local_conf.py and im changing the plugin 
> headlines. I put it to plugin.remove to see what happens
> and when im starting freevo headlines are still there. I dont want to 
> remove it but i see there is no chance to make any changes in the 
> configuration.
> I cant add adresses because i see always the freevo headlines not mine.

Just add:
plugin.remove('headlines')


> Thats the problem. The question is how to edit the config to see the 
> changes. How to install plugins?

plugin.activate(<name>)

For a list of plug-ins, you can run:
freevo plugins -l
and for detailed information on a particular plug-in, you can then run:
freevo plugins -i <name>

> I have read the faq few times but i cant understand it. It doesnt work.
> 
> On the freevo site i can read there are many plugins included in the 
> release. But how to activate them?
> What should i do to activate cd import plugin. To make a copy of the cd 
> with freevo.
> 
> Can someone please help me. Im a newbie. I want to use freevo!

If you are still having problems it may be a good idea to post you
local_conf.py and your freevo.conf.

Duncan

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to