Alberto Hernando wrote:
> Hi.
>
>>>>> - I have 2 tv in my idlebar. This also happens in freevo-1.6.2. If I
>> disable tv.plugin, one of them dissapears, but I don't know where the
>> other comes from.
>>
>>>> This is because one is activated already in freevo_config so you don't
>> need one in your local_conf.
>>
>>> Ah. But the freevo_config one doesn't behave like the other. For
>> example, doesn't tell that the guide is empty. Can I remove it safely?
>>
>> You want to remove freevo_config.py? No you can't do this.
>
> No. I want to remove the extra tv icon and I thought that perhaps I could
> remove something from freevo_config.py. But it doesn't look possible.
The extra TV icon is from plugin.activate('tv', level=10) you can remove
this from your local_conf.py or do a
plugin.remove('tv')
plugin.activate('tv', level=40)
to move it about on the iconbar.
> Another thing that I'd like to use is alsamixer. The plugin is in the
> freevo/plugins directory, pyalsaaudio is installed and I have
>
> plugin.remove('mixer')
> plugin.activate('alsamixer')
freevo plugins -i alsamixer will give you information and a list of
settings for the alsamixer plugin.
> in my local_conf.py. But I get this:
>
> failed to load plugin alsamixer
> start 'freevo plugins -l' to get a list of plugins
> Traceback (most recent call last):
> File "/usr/lib/python2.5/site-packages/freevo/plugin.py", line 558, in
> __load_plugin__
> p = eval(object)()
> File "/usr/lib/python2.5/site-packages/freevo/plugins/alsamixer.py", line
> 74, in __init__
> self.main_mixer = alsaaudio.Mixer(config.ALSA_MIXER_NAME, 0,
> config.ALSA_CARDID)
> AttributeError: 'module' object has no attribute 'ALSA_MIXER_NAME'
You can try this:
freevo prompt
import alsamixer
But I guess that you have not got
http://sourceforge.net/projects/pyalsaaudio installed.
> In DEV_MIXER, I've tried alsa, /dev/snd/controlC0, nothing and perhaps
> others,
> with no result. Is this plugin working well? In the notes, the author doesn't
> make it clear.
The mixer names come from:
amixer scontrols
or
amixer controls
Duncan
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users