Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. ps aux | grep -i mopidy
  2. mopidy 473 0.2 6.8 126084 26012 ? Ssl 11:01 0:06 /usr/bin/python /usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf
  3. pi 2810 0.0 0.4 4268 1888 pts/0 S+ 11:40 0:00 grep --color=auto -i mopidy
  4.  
  5. ---------------------------------------------------
  6. pi@cosmos:/etc/mopidy $ sudo mopidyctl config
  7. Running "/usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf config" as user mopidy
  8. [core]
  9. cache_dir = /var/cache/mopidy
  10. config_dir = /etc/mopidy
  11. data_dir = /var/lib/mopidy
  12. max_tracklist_length = 10000
  13.  
  14. [logging]
  15. color = true
  16. console_format = %(levelname)-8s %(message)s
  17. debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
  18. debug_file = /var/log/mopidy/mopidy-debug.log
  19. config_file = /etc/mopidy/logging.conf
  20.  
  21. [audio]
  22. mixer = software
  23. mixer_volume =
  24. output = autoaudiosink
  25. buffer_time =
  26.  
  27. [proxy]
  28. scheme =
  29. hostname =
  30. port =
  31. username =
  32. password =
  33.  
  34. [mpd]
  35. enabled = true
  36. hostname = 127.0.0.1
  37. port = 6600
  38. password =
  39. max_connections = 20
  40. connection_timeout = 60
  41. zeroconf = Mopidy MPD server on $hostname
  42. command_blacklist =
  43. listall
  44. listallinfo
  45. default_playlist_scheme = m3u
  46.  
  47. [http]
  48. enabled = true
  49. hostname = 127.0.0.1
  50. port = 6680
  51. static_dir =
  52. zeroconf = Mopidy HTTP server on $hostname
  53.  
  54. [stream]
  55. enabled = true
  56. protocols =
  57. http
  58. https
  59. mms
  60. rtmp
  61. rtmps
  62. rtsp
  63. metadata_blacklist =
  64. timeout = 5000
  65.  
  66. etc etc ...
  67. -----------------------------------------------------
  68. pi@cosmos:/etc/mopidy $ sudo cat /etc/mopidy/mopidy.conf
  69. [core]
  70. cache_dir = /var/cache/mopidy
  71. config_dir = /etc/mopidy
  72. data_dir = /var/lib/mopidy
  73.  
  74. [logging]
  75. config_file = /etc/mopidy/logging.conf
  76. debug_file = /var/log/mopidy/mopidy-debug.log
  77.  
  78. [local]
  79. data_dir = /var/lib/mopidy/local
  80. media_dir = /var/lib/mopidy/media
  81.  
  82. [m3u]
  83. playlists_dir = /var/lib/mopidy/playlists
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement