Guest User

Untitled

a guest
Sep 23rd, 2017
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 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. enabled = true
  12. library = json
  13. data_dir = /var/lib/mopidy/local
  14. media_dir = /mnt/Seafile/Musik
  15. scan_timeout = 1000
  16. scan_flush_threshold = 100
  17. scan_follow_symlinks = false
  18. excluded_file_extensions =
  19. .directory
  20. .html
  21. .jpeg
  22. .jpg
  23. .log
  24. .nfo
  25. .png
  26. .txt
  27.  
  28. [m3u]
  29. playlists_dir = /var/lib/mopidy/playlists
  30.  
  31. [http]
  32. enabled = true
  33. hostname = 0.0.0.0
  34. port = 6680
  35. static_dir =
  36. zeroconf = Mopidy HTTP server on $hostname
Advertisement
Add Comment
Please, Sign In to add comment