Advertisement
Guest User

mopidy.conf

a guest
Aug 23rd, 2017
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 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-Spotify 3.1.0
  13. # Mopidy-Spotify-Tunigo 1.0.0
  14. # Mopidy-Stream 2.1.0
  15. # Mopidy-Youtube 2.0.0
  16. #
  17. # Available options and defaults might have changed since then,
  18. # run `mopidy config` to see the current effective config and
  19. # `mopidy --version` to check the current version.
  20.  
  21. [core]
  22. #cache_dir = $XDG_CACHE_DIR/mopidy
  23. #config_dir = $XDG_CONFIG_DIR/mopidy
  24. #data_dir = $XDG_DATA_DIR/mopidy
  25. #max_tracklist_length = 10000
  26. #restore_state = false
  27.  
  28. [logging]
  29. #color = true
  30. #console_format = %(levelname)-8s %(message)s
  31. #debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
  32. #debug_file = mopidy.log
  33. #config_file =
  34.  
  35. [audio]
  36. #mixer = software
  37. #mixer_volume =
  38. output = lamemp3enc ! shout2send mount=mopidy ip=127.0.0.1 port=8000 password=- username=-
  39. #output = autoaudiosink
  40. #buffer_time =
  41.  
  42. [proxy]
  43. #scheme =
  44. #hostname =
  45. #port =
  46. #username =
  47. #password =
  48.  
  49. [mpd]
  50. enabled = true
  51. hostname = 0.0.0.0
  52. port = 6600
  53. password = -
  54. max_connections = 3
  55. #connection_timeout = 60
  56. #zeroconf = Mopidy MPD server on $hostname
  57. #command_blacklist =
  58. # listall
  59. # listallinfo
  60. #default_playlist_scheme = m3u
  61.  
  62. [http]
  63. #enabled = true
  64. #hostname = 127.0.0.1
  65. #port = 6680
  66. #static_dir =
  67. #zeroconf = Mopidy HTTP server on $hostname
  68.  
  69. [stream]
  70. #enabled = true
  71. #protocols =
  72. # http
  73. # https
  74. # mms
  75. # rtmp
  76. # rtmps
  77. # rtsp
  78. #metadata_blacklist =
  79. #timeout = 5000
  80.  
  81. [m3u]
  82. #enabled = true
  83. #base_dir = $XDG_MUSIC_DIR
  84. #default_encoding = latin-1
  85. #default_extension = .m3u8
  86. #playlists_dir =
  87.  
  88. [softwaremixer]
  89. #enabled = true
  90.  
  91. [file]
  92. #enabled = true
  93. #media_dirs =
  94. # $XDG_MUSIC_DIR|Music
  95. # ~/|Home
  96. #excluded_file_extensions =
  97. # .jpg
  98. # .jpeg
  99. #show_dotfiles = false
  100. #follow_symlinks = false
  101. #metadata_timeout = 1000
  102.  
  103. [local]
  104. #enabled = true
  105. #library = json
  106. #media_dir = /home/user/Music
  107. #scan_timeout = 1000
  108. #scan_flush_threshold = 100
  109. #scan_follow_symlinks = false
  110. #excluded_file_extensions =
  111. # .directory
  112. # .html
  113. # .jpeg
  114. # .jpg
  115. # .log
  116. # .nfo
  117. # .png
  118. # .txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement