Advertisement
Guest User

Untitled

a guest
Mar 5th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. [core]
  2. cache_dir = /var/cache/mopidy
  3. config_dir = /etc/mopidy
  4. data_dir = /var/lib/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 = /var/log/mopidy/mopidy-debug.log
  12. config_file = /etc/mopidy/logging.conf
  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. [local-sqlite]
  28. enabled = true
  29. directories =
  30. Albums local:directory?type=album
  31. Artists local:directory?type=artist
  32. Composers local:directory?type=artist&role=composer
  33. Genres local:directory?type=genre
  34. Performers local:directory?type=artist&role=performer
  35. Release Years local:directory?type=date&format=%25Y
  36. Tracks local:directory?type=track
  37. Last Week's Updates local:directory?max-age=604800
  38. Last Month's Updates local:directory?max-age=2592000
  39. timeout = 10
  40. use_album_mbid_uri = true
  41. use_artist_mbid_uri = false
  42. use_artist_sortname = false
  43.  
  44. [mpd]
  45. enabled = true
  46. hostname = ::
  47. port = 6600
  48. password =
  49. max_connections = 20
  50. connection_timeout = 60
  51. zeroconf = Mopidy MPD server on $hostname
  52. command_blacklist =
  53. listall
  54. listallinfo
  55. default_playlist_scheme = m3u
  56.  
  57. [http]
  58. enabled = true
  59. hostname = 127.0.0.1
  60. port = 6680
  61. static_dir =
  62. zeroconf = Mopidy HTTP server on $hostname
  63.  
  64. [stream]
  65. enabled = true
  66. protocols =
  67. http
  68. https
  69. mms
  70. rtmp
  71. rtmps
  72. rtsp
  73. metadata_blacklist =
  74. timeout = 5000
  75.  
  76. [m3u]
  77. enabled = true
  78. base_dir =
  79. default_encoding = latin-1
  80. default_extension = .m3u8
  81. playlists_dir = /cccpool/media/music/playlists
  82.  
  83. [softwaremixer]
  84. enabled = true
  85.  
  86. [file]
  87. enabled = true
  88. media_dirs =
  89. $XDG_MUSIC_DIR|Music
  90. ~/|Home
  91. show_dotfiles = false
  92. follow_symlinks = false
  93. metadata_timeout = 1000
  94.  
  95. [local]
  96. enabled = true
  97. library = json
  98. media_dir = /cccpool/media/music/library
  99. scan_timeout = 5000
  100. scan_flush_threshold = 100
  101. scan_follow_symlinks = false
  102. excluded_file_extensions =
  103. .directory
  104. .html
  105. .jpeg
  106. .jpg
  107. .log
  108. .nfo
  109. .png
  110. .txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement