Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. [core]
  2. cache_dir = /var/cache/mopidy
  3. config_dir = /etc/mopidy
  4. data_dir = /var/lib/mopidy
  5.  
  6. [logging]
  7. config_file = /etc/mopidy/logging.conf
  8. debug_file = /var/log/mopidy/mopidy-debug.log
  9.  
  10. # [local]
  11. # data_dir = /var/lib/mopidy/local
  12. # media_dir = /var/lib/mopidy/media
  13.  
  14. [m3u]
  15. playlists_dir = /var/lib/mopidy/playlists
  16.  
  17. [audio]
  18. output = tee name=t t. ! queue ! pulsesink server=127.0.0.1 t. ! queue ! audioresample ! audioconvert ! audio/x-raw,rate=44100,channels=2,forma>
  19.  
  20. [spotify]
  21. enabled = true
  22. username = <username>
  23. password = <password>
  24. client_id = <client-id>
  25. client_secret = <client-secret>
  26. allow_network = true
  27. allow_playlists = true
  28.  
  29. [mpd]
  30. enabled = true
  31. hostname = unix:/etc/mopidy/socket
  32. # port = 6600
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement