Advertisement
Guest User

Untitled

a guest
Mar 9th, 2017
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. cache_dir = $XDG_CACHE_DIR/mopidy
  2. config_dir = $XDG_CONFIG_DIR/mopidy
  3. data_dir = $XDG_DATA_DIR/mopidy
  4. max_tracklist_length = 10000
  5. restore_state = false
  6.  
  7. [logging]
  8. color = true
  9. console_format = %(levelname)-8s %(message)s
  10. debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
  11. debug_file = /var/log/mopidy/mopidy-debug.log
  12. config_file = /etc/mopidy/logging.conf
  13.  
  14. [audio]
  15. mixer = software
  16. mixer_volume = 85
  17. output = alsasink
  18. buffer_time =
  19.  
  20. [proxy]
  21. scheme =
  22. hostname =
  23. port =
  24. username =
  25. password =
  26.  
  27. [mpd]
  28. enabled = true
  29. hostname = 0.0.0.0
  30. port = 6600
  31. password =
  32. max_connections = 20
  33. connection_timeout = 60
  34. zeroconf = Mopidy MPD server on $hostname
  35. command_blacklist =
  36. listall
  37. listallinfo
  38. default_playlist_scheme = m3u
  39.  
  40. [http]
  41. enabled = true
  42. hostname = 0.0.0.0
  43. port = 6680
  44. static_dir = /opt/webclient
  45. zeroconf =
  46.  
  47. [stream]
  48. enabled = true
  49. protocols =
  50. http
  51. https
  52. mms
  53. rtmp
  54. rtmps
  55. rtsp
  56. metadata_blacklist =
  57. timeout = 5000
  58.  
  59. [m3u]
  60. enabled = true
  61. base_dir =
  62. default_encoding = latin-1
  63. default_extension = .m3u8
  64. playlists_dir =
  65.  
  66. [softwaremixer]
  67. enabled = true
  68.  
  69. [file]
  70. enabled = true
  71. media_dirs =
  72. $XDG_MUSIC_DIR|Music
  73. ~/|Home
  74. excluded_file_extensions =
  75. .jpg
  76. .jpeg
  77. show_dotfiles = false
  78. follow_symlinks = false
  79. metadata_timeout = 1000
  80.  
  81. [local]
  82. enabled = true
  83. library = sqlite
  84. media_dir = /music
  85. scan_timeout = 1000
  86. scan_flush_threshold = 1000
  87. scan_follow_symlinks = false
  88. excluded_file_extensions =
  89. .html
  90. .jpeg
  91. .jpg
  92. .log
  93. .nfo
  94. .png
  95. .txt
  96. .mkv
  97. .avi
  98. .divx
  99. .qt
  100. .wmv
  101. .htm
  102. .zip
  103. .rar
  104. .gz
  105. .pdf
  106. .exe
  107. .ini
  108. .mid
  109. .db
  110. .m3u
  111. .sfv
  112. .midi
  113.  
  114. [spotify]
  115. enabled = true
  116. username = myusername
  117. password = 1234567
  118. bitrate = 320
  119. volume_normalization = true
  120. private_session = false
  121. timeout = 10
  122. allow_cache = true
  123. allow_network = true
  124. allow_playlists = true
  125. search_album_count = 20
  126. search_artist_count = 10
  127. search_track_count = 50
  128. toplist_countries =
  129.  
  130. [youtube]
  131. enabled = true
  132.  
  133. [websettings]
  134. enabled = true
  135. musicbox = true
  136. config_file = /boot/config/settings.ini
  137.  
  138. [tunein]
  139. enabled = true
  140. timeout = 5000
  141.  
  142. [subsonic]
  143. enabled = false ; Extension disabled by user config.
  144.  
  145. [spotify_tunigo]
  146. enabled = true
  147. region = all
  148. cache_time = 3600
  149.  
  150. [soundcloud]
  151. enabled = true
  152. explore_songs = 25
  153. auth_token = ********
  154.  
  155. [somafm]
  156. enabled = false ; Extension disabled by user config.
  157.  
  158. [simple-webclient]
  159. enabled = true
  160.  
  161. [scrobbler]
  162. enabled = false ; Extension disabled by user config.
  163.  
  164. [podcast]
  165. enabled = false ; Extension disabled by user config.
  166.  
  167. [podcast-itunes]
  168. enabled = true
  169. base_url = http://itunes.apple.com/
  170. root_name = iTunes Store
  171. genre_format = {name}
  172. charts_format = All {name}
  173. podcast_format = {collectionName}
  174. episode_format = {trackName} [{collectionName}]
  175. charts = AudioPodcasts
  176. country = US
  177. explicit =
  178. timeout = 10
  179.  
  180. [podcast-gpodder]
  181. enabled = true
  182. base_url = http://gpodder.net/
  183. root_name = gpodder.net
  184. tag_format = {tag}
  185. podcast_format = {title}
  186. count = 20
  187. timeout = 10
  188.  
  189. [musicbox_webclient]
  190. enabled = true
  191.  
  192. [mopify]
  193. enabled = true
  194.  
  195. [moped]
  196. enabled = true
  197.  
  198. [mobile]
  199. enabled = true
  200. title = Mopidy Mobile on $hostname
  201. ws_url =
  202.  
  203. [local-sqlite]
  204. enabled = true
  205. directories =
  206. Albums local:directory?type=album
  207. Artists local:directory?type=artist
  208. Composers local:directory?type=artist&role=composer
  209. Genres local:directory?type=genre
  210. Performers local:directory?type=artist&role=performer
  211. Release Years local:directory?type=date&format=%25Y
  212. Tracks local:directory?type=track
  213. Last Week's Updates local:directory?max-age=604800
  214. Last Month's Updates local:directory?max-age=2592000
  215. timeout = 10
  216. use_album_mbid_uri = true
  217. use_artist_mbid_uri = false
  218. use_artist_sortname = false
  219.  
  220. [internetarchive]
  221. enabled = false ; Extension disabled by user config.
  222.  
  223. [http-kuechenradio]
  224. enabled = true
  225. title = Mopidy Küchenradio
  226. default_locale = en
  227.  
  228. [gmusic]
  229. enabled = false ; Extension disabled by user config.
  230.  
  231. [dirble]
  232. enabled = true
  233. api_key = 123456789
  234. countries =
  235. US
  236. NL
  237. DE
  238. NO
  239. SE
  240. timeout = 5000
  241.  
  242. [audioaddict]
  243. enabled = false ; Extension disabled by user config.
  244.  
  245. [alsamixer]
  246. enabled = true
  247. card = 1
  248. control = master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement