Guest User

Untitled

a guest
Apr 21st, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. [general]
  2. version = '0.3.5'
  3. install_date = '2008-03-12'
  4. media_providers = ['daap:daap_media', 'youtube:youtube_media', 'shoutcast:shoutcast_media', 'fspot:fspot_media', 'coherence:upnp_media', 'ipod:ipod_media', 'base:local_media', 'media_db:elisa_media', 'gvfs:gnomevfs_media', 'audiocd:audiocd_media', 'flickr:flickr_media']
  5. metadata_providers = ['media_db:db_metadata', 'gstreamer:gst_metadata_client', 'album_art:coverindir_metadata', 'amazon:amazon_covers', 'album_art:cover_in_dir']
  6. service_providers = ['updater:updater_service', 'media_db:media_scanner', 'gnome:gnome_screensaver_service', 'hal:hal_service', 'coherence:coherence_service', 'osso:osso_service']
  7. player_engines = ['base:playbin_engine', 'audiocd:cdda_engine']
  8. backends = ['backend1']
  9. frontends = ['frontend1']
  10.  
  11. [backend1]
  12. activity = 'raval:elisa_activity'
  13. mvc_mappings = 'raval:data/raval_mvc_mappings.conf'
  14. input_providers = ['lirc:lirc_input']
  15.  
  16. [frontend1]
  17. backend = 'backend1'
  18. theme = 'raval:tango_theme'
  19. input_providers = ['pigment:pigment_input']
  20.  
  21. [xmlmenu:locations_builder]
  22. locations = ['file:///Media/Video']
  23. auto_locations = 1
  24.  
  25. [[file:///Media/Video]]
  26. label = 'Movies'
  27. only_media = ['video']
  28. location_type = 'local'
  29.  
  30. [[file://Media/Pictures/Movies]]
  31. label = 'Home Movies'
  32. only_media = ['video']
  33. location_type = 'local'
  34.  
  35. [[file://Media/music/The Collection]]
  36. label = 'Music Collection'
  37. only_media = ['audio']
  38. location_type = 'local'
  39.  
  40.  
  41.  
  42. [media_db:media_scanner]
  43. enabled = '1'
  44. fivemin_location_updates = []
  45. hourly_location_updates = []
  46. daily_location_updates = []
  47. weekly_location_updates = []
  48. unmonitored_locations = []
  49. username = ''
  50. ignored_locations = []
  51. db_backend = 'sqlite'
  52. database = 'elisa.db'
  53. hostname = ''
  54. commit_interval = 5
  55. scan_interval = 0.01
  56. password = ''
  57. generate_thumbnails = False
  58.  
  59. [media_db:db]
  60. db_backend = 'sqlite'
  61. database = 'elisa.db'
  62.  
  63. [lirc:lirc_input]
  64. # filename of the LIRC config map to use
  65. lirc_rc = 'elisa.lirc'
  66. delay = '4'
  67. repeat = '1'
  68.  
  69. [coherence:coherence_service]
  70. logmode = 'none'
  71. controlpoint = 'yes'
  72.  
  73. [[plugins]]
  74.  
  75. [base:service_activity]
  76. # a list of activites, which should beappear in the service_menu
  77. service_activities = ['service:about_activity']
  78.  
  79. [base:local_media]
  80. hidden_file_chars = '!.'
  81.  
  82. [player]
  83. audiosink = 'autoaudiosink'
  84.  
  85. [theme_switcher:theme_switcher_activity]
  86. # a list of themes 'plugin:component' like 'raval:tango_theme'
  87. themes = ['raval:tango_theme', 'raval:poblenou_theme', 'raval:chris_theme']
  88. [updater:updater_service]
  89. # timerange in seconds between 2 refreshes of the plugins cache
  90. update_interval = 86400
  91. [gnome:gnome_screensaver_service]
  92. # Block the Screensaver. Available modes are: * 1 : block on playing only *
  93. # 2 : block from the start to the end, use this, if you are only using remotes,
  94. # on which the screensaver is not reacting * else: do not block!
  95. blocking_mode = 2
  96. [fspot:fspot_media]
  97. # show hidden photos
  98. show_hidden = 0
  99. # absolute path to f-spot photos.db file
  100. db_path = '/home/mtuckerb/.gnome2/f-spot/photos.db'
  101. [amazon:amazon_covers]
  102. # set your locale amazon here, could be any of de,jp,ca,uk,fr
  103. locale = ''
  104. [xmlmenu:xmltreemenu_activity]
  105. # Components used to build the menu
  106. 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']
  107. # Local path to the XML file containing the Elisa menu description
  108. xml_menu = '/root/.elisa/elisa_menu.xml'
  109. [player:player_controller]
  110. volume_increment_step = '0.02'
  111. seek_backward_step = '15'
  112. seek_forward_step = '30'
  113. show_status_on_ok = '0'
  114. visualisation = 'libvisual_jess'
  115. volume_decrement_step = '0.02'
  116. [pigment:pigment_context]
  117. # If set to 1, the mouse behaviour will be adapted for touchscreen equipped
  118. # hardware.
  119. touchscreen = '1'
  120. # Show/Hide the CPU usage.
  121. show_cpu = '0'
  122. use_gtk = '0'
  123. # Here you can set the width in pixels the window should have at startup. The
  124. # height is computed using screen_ratio. If this value is 0, we decide
  125. # automatically.
  126. window_width = '0'
  127. # Show/Hide the rendering framerate.
  128. show_fps = '0'
  129. # The ratio of the screen. This is a string containing a relation value,
  130. # separated by a colon (:). Common values are 16:9, 4:3, 16:10, but it could be
  131. # any other, too. You can have special values : mm, based on screen size in
  132. # milimeters, sr, based on window manager resolution, or auto. auto will use mm
  133. # special value.
  134. screen_ratio = 'auto'
  135. # If set to 1, Elisa will start fullscreen otherwise windowed
  136. start_fullscreen = '1'
  137. # Show/Hide the memory usage.
  138. show_mem = '0'
  139. [player:playback_view]
  140. # The size the subtitle font should have (in pgm-size)
  141. subtitle_font_size = '0.2'
  142. # the size the visualisation should use for calculating the real size
  143. visualisation_size = 400
  144. [youtube:youtube_media]
  145. # Your Youtube username, optional
  146. user = ''
  147. [flickr:flickr_media]
  148. # show so many entries should beshown per page?
  149. per_page = '30'
  150. # Your Flickr username (optional)
  151. login = ''
  152. # Your Flickr password (optional)
  153. password = ''
  154. # A list of tags or flickr:// URIs
Add Comment
Please, Sign In to add comment