Guest User

/.config/mopdiy/mopidy.conf

a guest
Jul 29th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.99 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. restore_state = false
  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 = autoaudiosink
  19. buffer_time =
  20.  
  21. [proxy]
  22. scheme =
  23. hostname =
  24. port =
  25. username =
  26. password =
  27.  
  28. [spotify]
  29. enabled = true
  30. username = 129656559
  31. password = ********
  32. client_id = a063d1eb-1841-45f7-8fe0-5c8d7627f256
  33. client_secret = ********
  34. bitrate = 320
  35. volume_normalization = true
  36. private_session = false
  37. timeout = 10
  38. allow_cache = true
  39. allow_network = true
  40. allow_playlists = true
  41. search_album_count = 20
  42. search_artist_count = 10
  43. search_track_count = 50
  44. toplist_countries =
  45.  
  46. [mpd]
  47. enabled = true
  48. hostname = 127.0.0.1
  49. port = 6600
  50. password =
  51. max_connections = 20
  52. connection_timeout = 60
  53. zeroconf = $hostname
  54. command_blacklist =
  55.   listall
  56.   listallinfo
  57. default_playlist_scheme = m3u
  58.  
  59. [http]
  60. enabled = true
  61. hostname = 127.0.0.1
  62. port = 6680
  63. static_dir =
  64. zeroconf = $hostname
  65.  
  66. [stream]
  67. enabled = true
  68. protocols =
  69.   http
  70.   https
  71.   mms
  72.   rtmp
  73.   rtmps
  74.   rtsp
  75. metadata_blacklist =
  76. timeout = 5000
  77.  
  78. [m3u]
  79. enabled = true
  80. base_dir = $XDG_MUSIC_DIR
  81. default_encoding = latin-1
  82. default_extension = .m3u8
  83. playlists_dir =
  84.  
  85. [softwaremixer]
  86. enabled = true
  87.  
  88. [file]
  89. enabled = true
  90. media_dirs =
  91.   $XDG_MUSIC_DIR|Music
  92.   ~/|Home
  93. excluded_file_extensions =
  94.   .jpg
  95.   .jpeg
  96. show_dotfiles = false
  97. follow_symlinks = false
  98. metadata_timeout = 1000
  99.  
  100. [local]
  101. enabled = true
  102. library = json
  103. media_dir = $XDG_MUSIC_DIR
  104. scan_timeout = 1000
  105. scan_flush_threshold = 100
  106. scan_follow_symlinks = false
  107. excluded_file_extensions =
  108.   .directory
  109.   .html
  110.   .jpeg
  111.   .jpg
  112.   .log
  113.   .nfo
  114.   .png
  115.   .txt
  116.  
  117. [api_explorer]
  118. enabled = true
  119.  
  120. [moped]
  121. enabled = true
Add Comment
Please, Sign In to add comment