Advertisement
Guest User

Untitled

a guest
Mar 15th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. # For further information about options in this file see:
  2. # http://docs.mopidy.com/
  3. #
  4. # The initial commented out values reflect the defaults as of:
  5. # Mopidy 2.0.0
  6. # Mopidy-File 2.0.0
  7. # Mopidy-HTTP 2.0.0
  8. # Mopidy-Local 2.0.0
  9. # Mopidy-M3U 2.0.0
  10. # Mopidy-MPD 2.0.0
  11. # Mopidy-SoftwareMixer 2.0.0
  12. # Mopidy-Spotify 3.0.0
  13. # Mopidy-Spotify-Tunigo 1.0.0
  14. # Mopidy-Stream 2.0.0
  15. #
  16. # Available options and defaults might have changed since then,
  17. # run `mopidy config` to see the current effective config and
  18. # `mopidy --version` to check the current version.
  19.  
  20. [core]
  21. #cache_dir = $XDG_CACHE_DIR/mopidy
  22. #config_dir = $XDG_CONFIG_DIR/mopidy
  23. #data_dir = $XDG_DATA_DIR/mopidy
  24. #max_tracklist_length = 10000
  25.  
  26. [logging]
  27. #color = true
  28. #console_format = %(levelname)-8s %(message)s
  29. #debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
  30. #debug_file = mopidy.log
  31. #config_file =
  32.  
  33. [audio]
  34. #mixer = software
  35. #mixer_volume =
  36. #output = autoaudiosink
  37. #buffer_time =
  38.  
  39. [proxy]
  40. #scheme =
  41. #hostname =
  42. #port =
  43. #username =
  44. #password =
  45.  
  46. [mpd]
  47. enabled = true
  48. hostname = binaryplease-laptop
  49. port = 6600
  50. #password =
  51. #max_connections = 20
  52. #connection_timeout = 60
  53. #zeroconf = Mopidy MPD server on $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 = Mopidy HTTP server on $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. #show_dotfiles = false
  94. #follow_symlinks = false
  95. #metadata_timeout = 1000
  96.  
  97. [local]
  98. #enabled = true
  99. #library = json
  100. #media_dir = $XDG_MUSIC_DIR
  101. #scan_timeout = 1000
  102. #scan_flush_threshold = 100
  103. #scan_follow_symlinks = false
  104. #excluded_file_extensions =
  105. # .directory
  106. # .html
  107. # .jpeg
  108. # .jpg
  109. # .log
  110. # .nfo
  111. # .png
  112. # .txt
  113.  
  114. [spotify_tunigo]
  115. #enabled = true
  116. #region =
  117. #sub_genres = true
  118. #cache_time = 3600
  119.  
  120. [spotify]
  121. enabled = true
  122. username =
  123. password =
  124. bitrate = 160
  125. volume_normalization = true
  126. private_session = false
  127. timeout = 10
  128. allow_cache = true
  129. allow_network = true
  130. allow_playlists = true
  131. search_album_count = 20
  132. search_artist_count = 10
  133. search_track_count = 50
  134. toplist_countries =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement