Advertisement
Guest User

Untitled

a guest
Apr 4th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. [core]
  2. cache_dir = $XDG_CACHE_DIR/mopidy
  3. config_dir = $XDG_CONFIG_DIR/mopidy
  4. data_dir = $XDG_DATA_DIR/mopidy
  5. max_tracklist_length = 10000
  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 = mopidy.log
  12. config_file =
  13.  
  14. [audio]
  15. mixer = software
  16. mixer_volume =
  17. output = autoaudiosink
  18. buffer_time =
  19.  
  20. [proxy]
  21. scheme =
  22. hostname =
  23. port =
  24. username =
  25. password =
  26.  
  27. [mpd]
  28. enabled = true
  29. hostname = 127.0.0.1
  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 = 127.0.0.1
  43. port = 6680
  44. static_dir =
  45. zeroconf = Mopidy HTTP server on $hostname
  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. show_dotfiles = false
  75. follow_symlinks = false
  76. metadata_timeout = 1000
  77.  
  78. [local]
  79. enabled = false ; Extension disabled due to config errors.
  80. library = json
  81. media_dir = ; Must be set.
  82. scan_timeout = 1000
  83. scan_flush_threshold = 100
  84. scan_follow_symlinks = false
  85. excluded_file_extensions =
  86. .directory
  87. .html
  88. .jpeg
  89. .jpg
  90. .log
  91. .nfo
  92. .png
  93. .txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement