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 ... Is there documentation for that ? Thanks in advance and congratulation for your great work ! Patrick PS : I tried to sign in forum but I received no inscription email, perhaps my anti-spam :( ------------------------------------------------ My elisa.conf on Ubuntu 7.10 : [general] version = '0.3.4.rc1' install_date = '2008-02-24' media_providers = ['youtube:youtube_media', 'shoutcast:shoutcast_media', 'coherence:upnp_media', 'base:local_media', 'media_db:elisa_media', 'gvfs:gnomevfs_media', 'audiocd:audiocd_media', 'picasa:picasa_media', 'flickr:flickr_media', 'weather:weather_pgm_view'] metadata_providers = ['media_db:db_metadata', 'gstreamer:gst_metadata_client', 'amazon:amazon_covers', 'album_art:coverindir_metadata'] service_providers = ['media_db:media_scanner', 'hal:hal_service', 'coherence:coherence_service', 'osso:osso_service', 'lastfm:lastfm_scrobbler', 'updater:updater_service'] player_engines = ['base:playbin_engine', 'audiocd:cdda_engine'] backends = ['backend1'] frontends = ['frontend1'] [backend1] activity = 'raval:elisa_activity' mvc_mappings = 'raval:data/raval_mvc_mappings.conf' input_providers = ['lirc:lirc_input'] [frontend1] backend = 'backend1' theme = 'raval:tango_theme' input_providers = ['pigment:pigment_input'] [xmlmenu:locations_builder] locations = [] auto_locations = 1 [media_db:media_scanner] enabled = '1' fivemin_location_updates = [] hourly_location_updates = [] daily_location_updates = [] weekly_location_updates = [] unmonitored_locations = [] username = '' ignored_locations = [] db_backend = 'sqlite' database = 'elisa.db' hostname = '' commit_interval = 5 scan_interval = 100 password = '' generate_thumbnails = 1 [media_db:db] db_backend = 'sqlite' database = 'elisa.db' [lirc:lirc_input] # filename of the LIRC config map to use #lirc_rc = 'mce2.lirc' lirc_rc = '/home/pvincent/.lircrc.elisa' delay = '0' repeat = '3' [coherence:coherence_service] logmode = 'none' controlpoint = 'yes' [[plugins]] [base:service_activity] # a list of activites, which should beappear in the service_menu service_activities = ['service:about_activity'] [base:local_media] hidden_file_chars = '!.' [player] audiosink = 'autoaudiosink' [theme_switcher:theme_switcher_activity] # a list of themes 'plugin:component' like 'raval:tango_theme' themes = ['raval:tango_theme', 'raval:poblenou_theme', 'raval:chris_theme'] [gnome:gnome_screensaver_service] # Block the Screensaver. Available modes are: * 1 : block on playing only * # 2 : block from the start to the end, use this, if you are only using remotes, # on which the screensaver is not reacting * else: do not block! blocking_mode = 2 [youtube:youtube_media] # Your Youtube username, optional user = '' [fspot:fspot_media] # show hidden photos show_hidden = 1 # absolute path to f-spot photos.db file db_path = '/home/pvincent/.gnome2/f-spot/photos.db' [flickr:flickr_media] # show so many entries should beshown per page? per_page = '30' # Your Flickr username (optional) login = '' # Your Flickr password (optional) password = '' # A list of tags or flickr:// URIs locations = [] [lastfm:lastfm_scrobbler] user = 'login' password = 'pass' [picasa:picasa_media] username = 'login' password = 'pass' [stage6:stage_media] # This is a list of other Stage6-Uris, see CONFIGURATION in the plugins- # directory for more informations. certain_uris = [] # The maximum number of other pages to show max_pages = 99 # the password password = '' # The email which is registered at stage6, optional email = '' # Show the 'other pages'-item, experimental. See CONFIGURATION for more # informations pages = 0 [amazon:amazon_covers] # set your locale amazon here, could be any of de,jp,ca,uk,fr locale = '' [xmlmenu:xmltreemenu_activity] # Components used to build the menu menu_builders = ['xmlmenu:activity_node_builder', 'xmlmenu:locations_builder', 'xmlmenu:xdg_entry_builder', 'xmlmenu:playlist_node_builder', 'xmlmenu:menu_node_builder', 'xmlmenu:uri_node_builder'] # Local path to the XML file containing the Elisa menu description xml_menu = '/home/pvincent/.elisa/elisa_menu.xml' [raval:elisa_controller] # whether or not Elisa should start fullscreen start_fullscreen = '1' [base:player_controller] show_status_on_ok = '0' volume_decrement_step = '0.1' seek_backward_step = '15' volume_increment_step = '0.1' seek_forward_step = '30' [pigment:pigment_context] # If set to 1, the mouse behaviour will be adapted for touchscreen equipped # hardware. touchscreen = '0' use_gtk = '0' # The ratio of the screen. This is a string containing a relation value, # separated by a colon (:). Common values are 16:9, 4:3, 16:10, but it could be # any other, too. You can have special values : mm, based on screen size in # milimeters, sr, based on window manager resolution, or auto. auto will use mm # special value. screen_ratio = 'auto' # Here you can set the width in pixels the window should have at startup. The # height is computed using screen_ratio. If this value is 0, we decide # automatically. window_width = '0' # Show/Hide the rendering framerate. show_fps = '0' show_cpu = '0' start_fullscreen = '1' show_mem = '0' [raval:player_view] # The size the subtitle font should have (in pgm-size) subtitle_font_size = '0.2' # the size the visualisation should use for calculating the real size visualisation_size = 400 # Use this GStreamer Element for the visualisation in the player visualisation = '' [player:player_controller] volume_increment_step = '0.02' seek_backward_step = '15' seek_forward_step = '30' show_status_on_ok = '0' visualisation = '' volume_decrement_step = '0.02' [playback_view] # The size the subtitle font should have (in pgm-size) subtitle_font_size = '0.2' # the size the visualisation should use for calculating the real size visualisation_size = 400 [updater:updater_service] # timerange in seconds between 2 refreshes of the plugins cache update_interval = 86400
