Advertisement
Guest User

mopidy joao

a guest
Mar 20th, 2018
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. # For further information about options in this file see:
  2. # http://docs.mopidy.com/
  3. #
  4. # The initial commented out values reflect the defaults as of:
  5. # Mopidy 2.1.0
  6. # Mopidy-File 2.1.0
  7. # Mopidy-HTTP 2.1.0
  8. # Mopidy-Local 2.1.0
  9. # Mopidy-M3U 2.1.0
  10. # Mopidy-MPD 2.1.0
  11. # Mopidy-SoftwareMixer 2.1.0
  12. # Mopidy-Spotify 3.1.0
  13. # Mopidy-Stream 2.1.0
  14. #
  15. # Available options and defaults might have changed since then,
  16. # run `mopidy config` to see the current effective config and
  17. # `mopidy --version` to check the current version.
  18.  
  19. [core]
  20. #cache_dir = $XDG_CACHE_DIR/mopidy
  21. #config_dir = $XDG_CONFIG_DIR/mopidy
  22. #data_dir = $XDG_DATA_DIR/mopidy
  23. #max_tracklist_length = 10000
  24. #restore_state = false
  25.  
  26. [logging]
  27. #color = true
  28. #console_format = %(levelname)-8s %(message)s
  29. #debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
  30. #debug_file = mopidy.log
  31. #config_file =
  32.  
  33. [audio]
  34. output = tee name=t ! queue ! autoaudiosink t. ! queue ! udpsink port=5555
  35. #mixer = software
  36. #mixer_volume =
  37. #output = autoaudiosink
  38. #buffer_time =
  39.  
  40. [proxy]
  41. #scheme =
  42. #hostname =
  43. #port =
  44. #username =
  45. #password =
  46.  
  47. [mpd]
  48. #enabled = true
  49. #hostname = 127.0.0.1
  50. #port = 6600
  51. #password =
  52. #max_connections = 20
  53. #connection_timeout = 60
  54. #zeroconf = Mopidy MPD server on $hostname
  55. #command_blacklist =
  56. # listall
  57. # listallinfo
  58. #default_playlist_scheme = m3u
  59.  
  60. [http]
  61. #enabled = true
  62. #hostname = 127.0.0.1
  63. #port = 6680
  64. #static_dir =
  65. #zeroconf = Mopidy HTTP server on $hostname
  66.  
  67. [stream]
  68. #enabled = true
  69. #protocols =
  70. # http
  71. # https
  72. # mms
  73. # rtmp
  74. # rtmps
  75. # rtsp
  76. #metadata_blacklist =
  77. #timeout = 5000
  78.  
  79. [m3u]
  80. #enabled = true
  81. #base_dir =
  82. #default_encoding = latin-1
  83. #default_extension = .m3u8
  84. #playlists_dir =
  85.  
  86. [softwaremixer]
  87. #enabled = true
  88.  
  89. [file]
  90. #enabled = true
  91. #media_dirs =
  92. # $XDG_MUSIC_DIR|Music
  93. # ~/|Home
  94. #excluded_file_extensions =
  95. # .jpg
  96. # .jpeg
  97. #show_dotfiles = false
  98. #follow_symlinks = false
  99. #metadata_timeout = 1000
  100.  
  101. [local]
  102. #enabled = true
  103. #library = json
  104. #media_dir =
  105. #scan_timeout = 1000
  106. #scan_flush_threshold = 100
  107. #scan_follow_symlinks = false
  108. #excluded_file_extensions =
  109. # .directory
  110. # .html
  111. # .jpeg
  112. # .jpg
  113. # .log
  114. # .nfo
  115. # .png
  116. # .txt
  117.  
  118. [spotify]
  119. enabled = true
  120. username = joao@viado.com
  121. password = chuparola123
  122. client_id = temquepegarcodigonospotify
  123. client_secret = pegarsecrettbm
  124. bitrate = 320
  125. volume_normalization = true
  126. private_session = false
  127. timeout = 10
  128. allow_cache = true
  129. allow_network = true
  130. allow_playlists = true
  131. search_album_count = 20
  132. search_artist_count = 10
  133. search_track_count = 50
  134. toplist_countries =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement