Guest User

Untitled

a guest
May 16th, 2022
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.91 KB | None | 0 0
  1. sudo mopidyctl config
  2. Running "/usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.co nf config" as user mopidy
  3. INFO [MainThread] mopidy.__main__ Starting Mopidy 3.2.0
  4. DEBUG [MainThread] mopidy.ext Loading entry point: file = mopidy.file:Extensi on
  5. DEBUG [MainThread] mopidy.ext Loaded extension: Mopidy-File 3.2.0
  6. DEBUG [MainThread] mopidy.ext Loading entry point: http = mopidy.http:Extensi on
  7. DEBUG [MainThread] mopidy.ext Loaded extension: Mopidy-HTTP 3.2.0
  8. DEBUG [MainThread] mopidy.ext Loading entry point: m3u = mopidy.m3u:Extension
  9. DEBUG [MainThread] mopidy.ext Loaded extension: Mopidy-M3U 3.2.0
  10. DEBUG [MainThread] mopidy.ext Loading entry point: softwaremixer = mopidy.sof twaremixer:Extension
  11. DEBUG [MainThread] mopidy.ext Loaded extension: Mopidy-SoftwareMixer 3.2.0
  12. DEBUG [MainThread] mopidy.ext Loading entry point: stream = mopidy.stream:Ext ension
  13. DEBUG [MainThread] mopidy.ext Loaded extension: Mopidy-Stream 3.2.0
  14. DEBUG [MainThread] mopidy.ext Loading entry point: spotify = mopidy_spotify:E xtension
  15. DEBUG [MainThread] mopidy.ext Loaded extension: Mopidy-Spotify 4.1.1
  16. DEBUG [MainThread] mopidy.ext Loading entry point: mpd = mopidy_mpd:Extension
  17. DEBUG [MainThread] mopidy.ext Loaded extension: Mopidy-MPD 3.3.0
  18. DEBUG [MainThread] mopidy.ext Loading entry point: iris = mopidy_iris:Extensi on
  19. DEBUG [MainThread] mopidy.ext Loaded extension: Mopidy-Iris 3.63.0
  20. DEBUG [MainThread] mopidy.ext Discovered extensions: file, http, m3u, softwar emixer, stream, spotify, mpd, iris
  21. DEBUG [MainThread] mopidy.config.keyring Fetching passwords from your keyring failed. Any passwords stored in the keyring will not be available. (org.freedes ktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISP LAY for X11)
  22. INFO [MainThread] mopidy.config Loading config from builtin defaults
  23. INFO [MainThread] mopidy.config Loading config from file:///usr/share/mopidy /conf.d/mopidy.conf
  24. INFO [MainThread] mopidy.config Loading config from file:///etc/mopidy/mopid y.conf
  25. INFO [MainThread] mopidy.config Loading config from command line options
  26. DEBUG [MainThread] mopidy.ext Validating extension: file
  27. DEBUG [MainThread] mopidy.ext Validating extension: http
  28. DEBUG [MainThread] mopidy.ext Validating extension: m3u
  29. DEBUG [MainThread] mopidy.ext Validating extension: softwaremixer
  30. DEBUG [MainThread] mopidy.ext Validating extension: stream
  31. DEBUG [MainThread] mopidy.ext Validating extension: spotify
  32. DEBUG [MainThread] mopidy.ext Validating extension: mpd
  33. INFO [MainThread] mopidy.ext Disabled extension mpd: Mopidy>=3.3.0 required, but found Mopidy 3.2.0 at /usr/lib/python3/dist-packages
  34. DEBUG [MainThread] mopidy.ext Validating extension: iris
  35. INFO [MainThread] mopidy.__main__ Enabled extensions: spotify, http, iris, softwaremixer, stream, file, m3u
  36. INFO [MainThread] mopidy.__main__ Disabled extensions: mpd
  37. [core]
  38. cache_dir = /var/cache/mopidy
  39. config_dir = /etc/mopidy
  40. data_dir = /var/lib/mopidy
  41. max_tracklist_length = 10000
  42. restore_state = false
  43.  
  44. [logging]
  45. verbosity = 3
  46. format = %(levelname)-8s [%(threadName)s] %(name)s %(message)s
  47. color = false
  48. config_file =
  49.  
  50. [audio]
  51. mixer = software
  52. mixer_volume =
  53. output = alsasink device=hw:0,0
  54. buffer_time =
  55.  
  56. [proxy]
  57. scheme =
  58. hostname =
  59. port =
  60. username =
  61. password =
  62.  
  63. [file]
  64. enabled = true
  65. media_dirs =
  66. $XDG_MUSIC_DIR|Music
  67. ~/|Home
  68. excluded_file_extensions =
  69. .directory
  70. .html
  71. .jpeg
  72. .jpg
  73. .log
  74. .nfo
  75. .pdf
  76. .png
  77. .txt
  78. .zip
  79. show_dotfiles = false
  80. follow_symlinks = false
  81. metadata_timeout = 1000
  82.  
  83. [http]
  84. enabled = true
  85. hostname = 0.0.0.0
  86. port = 6680
  87. zeroconf = Mopidy HTTP server on $hostname
  88. allowed_origins =
  89. csrf_protection = true
  90. default_app = mopidy
  91.  
  92. [m3u]
  93. enabled = true
  94. base_dir =
  95. default_encoding = latin-1
  96. default_extension = .m3u8
  97. playlists_dir =
  98.  
  99. [softwaremixer]
  100. enabled = true
  101.  
  102. [stream]
  103. enabled = true
  104. protocols =
  105. http
  106. https
  107. mms
  108. rtmp
  109. rtmps
  110. rtsp
  111. metadata_blacklist =
  112. timeout = 5000
  113.  
  114. [spotify]
  115. enabled = true
  116. username = *******************
  117. password = ********
  118. client_id = **************
  119. client_secret = ********
  120. bitrate = 320
  121. volume_normalization = true
  122. private_session = false
  123. timeout = 10
  124. allow_cache = true
  125. allow_network = true
  126. allow_playlists = true
  127. search_album_count = 20
  128. search_artist_count = 10
  129. search_track_count = 50
  130. toplist_countries =
  131.  
  132. [mpd]
  133. enabled = false ; Extension disabled by self check.
  134.  
  135. [iris]
  136. enabled = true
  137. country = GB
  138. locale = en_GB
  139. verify_certificates = true
  140. snapcast_enabled = true
  141. snapcast_host = localhost
  142. snapcast_port = 1780
  143. snapcast_ssl = false
  144. snapcast_stream = Default
  145. spotify_authorization_url = https://jamesbarnsley.co.nz/iris/auth_spotify.php
  146. lastfm_authorization_url = https://jamesbarnsley.co.nz/iris/auth_lastfm.php
  147. genius_authorization_url = https://jamesbarnsley.co.nz/iris/auth_genius.php
  148. data_dir = $XDG_DATA_DIR/iris
Advertisement
Add Comment
Please, Sign In to add comment