Advertisement
Guest User

Untitled

a guest
Sep 17th, 2016
3,123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. sudo mopidyctl config
  2. Running "/usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf config" as user mopidy
  3. [core]
  4. cache_dir = /var/cache/mopidy
  5. config_dir = /etc/mopidy
  6. data_dir = /var/lib/mopidy
  7. max_tracklist_length = 10000
  8.  
  9. [logging]
  10. color = true
  11. console_format = %(levelname)-8s %(message)s
  12. debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
  13. debug_file = /var/log/mopidy/mopidy-debug.log
  14. config_file = /etc/mopidy/logging.conf
  15.  
  16. [audio]
  17. mixer = software
  18. mixer_volume =
  19. output = audioresample ! audioconvert ! audio/x-raw,rate=48000,channels=2,format=S16LE ! wavenc ! filesink location=/tmp/snapfifo
  20. buffer_time =
  21.  
  22. [proxy]
  23. scheme =
  24. hostname =
  25. port =
  26. username =
  27. password =
  28.  
  29. [local-images]
  30. enabled = true
  31. library = json
  32. base_uri = /images/
  33. image_dir =
  34. album_art_files =
  35. *.jpg
  36. *.jpeg
  37. *.png
  38.  
  39. [musicbox_webclient]
  40. enabled = true
  41. musicbox = false
  42. websocket_host =
  43. websocket_port =
  44. on_track_click = PLAY_ALL
  45.  
  46. [spotmop]
  47. enabled = true
  48. debug = false
  49. pusherport = 6681
  50.  
  51. [spotify]
  52. enabled = true
  53. username = **********
  54. password = ********
  55. bitrate = 320
  56. volume_normalization = true
  57. private_session = true
  58. timeout = 10
  59. allow_cache = true
  60. allow_network = true
  61. allow_playlists = true
  62. search_album_count = 20
  63. search_artist_count = 10
  64. search_track_count = 50
  65. toplist_countries =
  66.  
  67. [mpd]
  68. enabled = true
  69. hostname = ::
  70. port = 6600
  71. password =
  72. max_connections = 20
  73. connection_timeout = 60
  74. zeroconf = Mopidy MPD server on $hostname
  75. command_blacklist =
  76. listall
  77. listallinfo
  78. default_playlist_scheme = m3u
  79.  
  80. [http]
  81. enabled = true
  82. hostname = ::
  83. port = 6680
  84. static_dir =
  85. zeroconf = Mopidy HTTP server on $hostname
  86.  
  87. [stream]
  88. enabled = true
  89. protocols =
  90. http
  91. https
  92. mms
  93. rtmp
  94. rtmps
  95. rtsp
  96. metadata_blacklist =
  97. timeout = 5000
  98.  
  99. [m3u]
  100. enabled = true
  101. base_dir =
  102. default_encoding = latin-1
  103. default_extension = .m3u8
  104. playlists_dir = /home/pi/
  105.  
  106. [softwaremixer]
  107. enabled = true
  108.  
  109. [file]
  110. enabled = true
  111. media_dirs =
  112. $XDG_MUSIC_DIR|Music
  113. ~/|Home
  114. show_dotfiles = false
  115. follow_symlinks = false
  116. metadata_timeout = 1000
  117.  
  118. [local]
  119. enabled = true
  120. library = json
  121. media_dir = /var/lib/mopidy/media
  122. scan_timeout = 1000
  123. scan_flush_threshold = 100
  124. scan_follow_symlinks = false
  125. excluded_file_extensions =
  126. .directory
  127. .html
  128. .jpeg
  129. .jpg
  130. .log
  131. .nfo
  132. .png
  133. .txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement