Advertisement
Guest User

mopidy config

a guest
Aug 10th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
  2. [core]
  3. cache_dir = $XDG_CACHE_DIR/mopidy
  4. config_dir = $XDG_CONFIG_DIR/mopidy
  5. data_dir = $XDG_DATA_DIR/mopidy
  6. max_tracklist_length = 10000
  7.  
  8. [logging]
  9. color = true
  10. console_format = %(levelname)-8s %(message)s
  11. debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
  12. debug_file = mopidy.log
  13. config_file =
  14.  
  15. [audio]
  16. mixer = software
  17. mixer_volume =
  18. output = pulsesink
  19.  
  20. [proxy]
  21. scheme =
  22. hostname =
  23. port =
  24. username =
  25. password =
  26.  
  27. [spotify_tunigo]
  28. enabled = true
  29. region = all
  30. cache_time = 3600
  31.  
  32. [mpd]
  33. enabled = true
  34. hostname = 127.0.0.1
  35. port = 6600
  36. password =
  37. max_connections = 20
  38. connection_timeout = 60
  39. zeroconf = Mopidy MPD server on $hostname
  40. command_blacklist =
  41. listall
  42. listallinfo
  43.  
  44. [http]
  45. enabled = false ; Extension disabled by user config.
  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. playlists_dir = $XDG_DATA_DIR/mopidy/m3u
  62.  
  63. [softwaremixer]
  64. enabled = true
  65.  
  66. [file]
  67. enabled = true
  68. media_dirs =
  69. $XDG_MUSIC_DIR|Music
  70. ~/|Home
  71. show_dotfiles = false
  72. follow_symlinks = false
  73. metadata_timeout = 1000
  74.  
  75. [local]
  76. enabled = false ; Extension disabled due to config errors.
  77. library = json
  78. media_dir = ; Must be set.
  79. data_dir = $XDG_DATA_DIR/mopidy/local
  80. scan_timeout = 1000
  81. scan_flush_threshold = 1000
  82. scan_follow_symlinks = false
  83. excluded_file_extensions =
  84. .directory
  85. .html
  86. .jpeg
  87. .jpg
  88. .log
  89. .nfo
  90. .png
  91. .txt
  92.  
  93. [notifier]
  94. enabled = true
  95.  
  96. [mpris]
  97. enabled = true
  98. desktop_file = /usr/share/applications/mopidy.desktop
  99. bus_type = session
  100.  
  101. [spotify]
  102. enabled = true
  103. username = kefkf
  104. password = ********
  105. bitrate = 320
  106. timeout = 10
  107. cache_dir = $XDG_CACHE_DIR/mopidy/spotify
  108. settings_dir = $XDG_CONFIG_DIR/mopidy/spotify
  109. toplist_countries =
  110. AD
  111. AR
  112. AU
  113. AT
  114. BE
  115. CO
  116. CY
  117. DK
  118. EE
  119. FI
  120. FR
  121. DE
  122. GR
  123. HK
  124. IS
  125. IE
  126. IT
  127. LV
  128. LI
  129. LT
  130. LU
  131. MY
  132. MX
  133. MC
  134. NL
  135. NZ
  136. NO
  137. PT
  138. ES
  139. SG
  140. SE
  141. CH
  142. TW
  143. TR
  144. GB
  145. US
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement