Le samedi 08 mars 2008 à 20:30 +0100, Patrick VINCENT a écrit :
> Can anybody tell me how to install and activate simply plugins, such
> as picasa, weather, lastfm_scrobbler, art cover ?
>
> I tried to modify my elisa.conf without success. I looked as well for
> a option in the elisa menu but nothing appears in the system /
> configuration menu ...
>
There's no UI for (plugins) configuration yet.
> Is there documentation for that ?
>
Unfortunately, there's none yet
If you want to enable the picasa plugin, add 'picasa:picasa_media' in
the "media_providers" option at the beginning of elisa.conf
The weather plugin doesn't work.
The lastfm_scrobbler service hasn't been tested in months so it might
not work well.. If you want to give it a try add
'lastfm:lastfm_scrobbler' in the "service_providers" option of the
config
If by "art cover" you mean the cover_in_dir component which looks for
files like "front.jpg" in the album directories, you can activate it by
adding the 'album_art:cover_in_dir' value in the "metadata_providers"
option of the config.
Oncce these options have been updated you might need to configure each
plugin one by one. A new config section is created by component
("[plugin_name:component_name]") where you should see the options to
configure (like your last.fm account, google account). Example:
[lastfm:lastfm_scrobbler]
user = 'foo'
password = 'bar'
Philippe