Advertisement
Guest User

mopidy

a guest
May 21st, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 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.1.0
  6. # Mopidy-File 2.1.0
  7. # Mopidy-HTTP 2.1.0
  8. # Mopidy-Local 2.1.0
  9. # Mopidy-M3U 2.1.0
  10. # Mopidy-MPD 2.1.0
  11. # Mopidy-SoftwareMixer 2.1.0
  12. # Mopidy-Stream 2.1.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. #restore_state = false
  24.  
  25. [logging]
  26. #color = true
  27. #console_format = %(levelname)-8s %(message)s
  28. #debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
  29. #debug_file = mopidy.log
  30. #config_file =
  31.  
  32. [audio]
  33. #mixer = software
  34. #mixer_volume =
  35. #output = autoaudiosink
  36. #buffer_time =
  37.  
  38. [proxy]
  39. #scheme =
  40. #hostname =
  41. #port =
  42. #username =
  43. #password =
  44.  
  45. [mpd]
  46. #enabled = true
  47. #hostname = 127.0.0.1
  48. #port = 6600
  49. #password =
  50. #max_connections = 20
  51. #connection_timeout = 60
  52. #zeroconf = Mopidy MPD server on $hostname
  53. #command_blacklist =
  54. # listall
  55. # listallinfo
  56. #default_playlist_scheme = m3u
  57.  
  58. [http]
  59. #enabled = true
  60. #hostname = 127.0.0.1
  61. #port = 6680
  62. #static_dir =
  63. #zeroconf = Mopidy HTTP server on $hostname
  64.  
  65. [stream]
  66. #enabled = true
  67. #protocols =
  68. # http
  69. # https
  70. # mms
  71. # rtmp
  72. # rtmps
  73. # rtsp
  74. #metadata_blacklist =
  75. #timeout = 5000
  76.  
  77. [m3u]
  78. #enabled = true
  79. #base_dir = $XDG_MUSIC_DIR
  80. #default_encoding = latin-1
  81. #default_extension = .m3u8
  82. #playlists_dir =
  83.  
  84. [softwaremixer]
  85. #enabled = true
  86.  
  87. [file]
  88. #enabled = true
  89. #media_dirs =
  90. # $XDG_MUSIC_DIR|Music
  91. # ~/|Home
  92. #excluded_file_extensions =
  93. # .jpg
  94. # .jpeg
  95. #show_dotfiles = false
  96. #follow_symlinks = false
  97. #metadata_timeout = 1000
  98.  
  99. [local]
  100. #enabled = true
  101. #library = json
  102. #media_dir = $XDG_MUSIC_DIR
  103. #scan_timeout = 1000
  104. #scan_flush_threshold = 100
  105. #scan_follow_symlinks = false
  106. #excluded_file_extensions =
  107. # .directory
  108. # .html
  109. # .jpeg
  110. # .jpg
  111. # .log
  112. # .nfo
  113. # .png
  114. # .txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement