Advertisement
Guest User

mopidy.config

a guest
Sep 4th, 2015
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. [core]
  2. cache_dir = /home/malte/.config/mopidy
  3. config_dir = /home/malte/.config/mopidy
  4. data_dir = /home/malte/.config/mopidy
  5. max_tracklist_length = 10000
  6.  
  7. [logging]
  8. color = true
  9. console_format = %(levelname)-8s %(message)s
  10. debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
  11. debug_file = mopidy.log
  12. config_file =
  13.  
  14. [audio]
  15. mixer = software
  16. mixer_volume =
  17. output = pulsesink device=combined
  18.  
  19. [proxy]
  20. scheme =
  21. hostname =
  22. port =
  23. username =
  24. password =
  25.  
  26. [gmusic]
  27. enabled = true
  28. username = xxxxxx
  29. password = ********
  30. deviceid = xxxxxx
  31. all_access = false
  32. refresh_library = 1440
  33. refresh_playlists = 60
  34. show_radio_stations_browse = true
  35. show_radio_stations_playlist = false
  36. max_radio_stations = 0
  37. max_radio_tracks = 25
  38.  
  39. [podcast-itunes]
  40. enabled = true
  41. base_url = http://itunes.apple.com/
  42. root_name = iTunes Store
  43. genre_format = {name}
  44. charts_format = All {name}
  45. podcast_format = {collectionName}
  46. episode_format = {trackName} [{collectionName}]
  47. charts = AudioPodcasts
  48. country = DE
  49. explicit = Yes
  50. timeout = 10
  51.  
  52. [mpd]
  53. enabled = true
  54. hostname = ::
  55. port = 6600
  56. password =
  57. max_connections = 20
  58. connection_timeout = 60
  59. zeroconf = Mopidy MPD server on $hostname
  60. command_blacklist =
  61. listall
  62. listallinfo
  63.  
  64. [http]
  65. enabled = true
  66. hostname = ::
  67. port = 6680
  68. static_dir =
  69. zeroconf = Mopidy HTTP server on $hostname
  70.  
  71. [stream]
  72. enabled = true
  73. protocols =
  74. http
  75. https
  76. mms
  77. rtmp
  78. rtmps
  79. rtsp
  80. metadata_blacklist =
  81. timeout = 5000
  82.  
  83. [m3u]
  84. enabled = true
  85. playlists_dir = /home/malte/.config/mopidy/m3u
  86.  
  87. [softwaremixer]
  88. enabled = true
  89.  
  90. [file]
  91. enabled = false ; Extension disabled by user config.
  92.  
  93. [local]
  94. enabled = true
  95. library = json
  96. media_dir = /home/malte/music
  97. data_dir = $XDG_DATA_DIR/mopidy/local
  98. scan_timeout = 1000
  99. scan_flush_threshold = 1000
  100. scan_follow_symlinks = false
  101. excluded_file_extensions =
  102. .directory
  103. .html
  104. .jpeg
  105. .jpg
  106. .log
  107. .nfo
  108. .png
  109. .txt
  110. .db
  111. .ini
  112. .pdf
  113.  
  114. [podcast]
  115. enabled = true
  116. browse_limit = 100
  117. search_limit = 20
  118. search_details = false
  119. update_interval = 86400
  120. feeds =
  121. http://www.radioeins.de/archiv/podcast/zwei_alte_hasen.feed.podcast.xml
  122. http://www1.wdr.de/radio/podcasts/wdr5/zeitzeichen244.podcast
  123. http://www.npr.org/rss/podcast.php?id=510019
  124. http://www.npr.org/rss/podcast.php?id=510253
  125. http://www.npr.org/rss/podcast.php?id=510306
  126. feeds_root_name = Subscribed Feeds
  127. feeds_cache_size = 32
  128. feeds_cache_ttl = 3600
  129. feeds_timeout = 10
  130.  
  131. [moped]
  132. enabled = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement