Advertisement
Guest User

Untitled

a guest
Apr 4th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 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-Stream 2.0.0
  13. #
  14. # Available options and defaults might have changed since then,
  15. # run `mopidy config` to see the current effective config and
  16. # `mopidy --version` to check the current version.
  17.  
  18. [core]
  19. #cache_dir = $XDG_CACHE_DIR/mopidy
  20. #config_dir = $XDG_CONFIG_DIR/mopidy
  21. #data_dir = $XDG_DATA_DIR/mopidy
  22. #max_tracklist_length = 10000
  23.  
  24. [logging]
  25. #color = true
  26. #console_format = %(levelname)-8s %(message)s
  27. #debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
  28. #debug_file = mopidy.log
  29. #config_file =
  30.  
  31. [audio]
  32. #mixer = software
  33. #mixer_volume =
  34. #output = autoaudiosink
  35. #buffer_time =
  36.  
  37. [proxy]
  38. #scheme =
  39. #hostname =
  40. #port =
  41. #username =
  42. #password =
  43.  
  44. [mpd]
  45. #enabled = true
  46. #hostname = 127.0.0.1
  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 =
  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 = $XDG_MUSIC_DIR
  99. #scan_timeout = 1000
  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