Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     [core]
  2.     cache_dir = $XDG_CACHE_DIR/mopidy
  3.     config_dir = $XDG_CONFIG_DIR/mopidy
  4.     data_dir = $XDG_DATA_DIR/mopidy
  5.     max_tracklist_length = 10000
  6.     restore_state = false
  7.  
  8.     [logging]
  9.     color = true
  10.     console_format = %(levelname)-8s %(message)s
  11.     debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n  %(message)s
  12.     debug_file = mopidy.log
  13.     config_file =
  14.  
  15.     [audio]
  16.     mixer = software
  17.     mixer_volume =
  18.     output = autoaudiosink
  19.     buffer_time =
  20.  
  21.     [proxy]
  22.     scheme =
  23.     hostname =
  24.     port =
  25.     username =
  26.     password =
  27.  
  28.     [mpd]
  29.     enabled = true
  30.     hostname = 127.0.0.1
  31.     port = 6600
  32.     password =
  33.     max_connections = 20
  34.     connection_timeout = 60
  35.     zeroconf = Mopidy MPD server on $hostname
  36.     command_blacklist =
  37.       listall
  38.       listallinfo
  39.     default_playlist_scheme = m3u
  40.  
  41.     [http]
  42.     enabled = true
  43.     hostname = 127.0.0.1
  44.     port = 6680
  45.     static_dir =
  46.     zeroconf = Mopidy HTTP server on $hostname
  47.  
  48.     [stream]
  49.     enabled = true
  50.     protocols =
  51.       http
  52.       https
  53.       mms
  54.       rtmp
  55.       rtmps
  56.       rtsp
  57.     metadata_blacklist =
  58.     timeout = 5000
  59.  
  60.     [m3u]
  61.     enabled = true
  62.     base_dir =
  63.     default_encoding = latin-1
  64.     default_extension = .m3u8
  65.     playlists_dir =
  66.  
  67.     [softwaremixer]
  68.     enabled = true
  69.  
  70.     [file]
  71.     enabled = true
  72.     media_dirs =
  73.       $XDG_MUSIC_DIR|Music
  74.       ~/|Home
  75.     excluded_file_extensions =
  76.       .jpg
  77.       .jpeg
  78.     show_dotfiles = false
  79.     follow_symlinks = false
  80.     metadata_timeout = 1000
  81.  
  82.     [local]
  83.     enabled = false  ; Extension disabled due to config errors.
  84.     library = json
  85.     media_dir =  ; Must be set.
  86.     scan_timeout = 1000
  87.     scan_flush_threshold = 100
  88.     scan_follow_symlinks = false
  89.     excluded_file_extensions =
  90.       .directory
  91.       .html
  92.       .jpeg
  93.       .jpg
  94.       .log
  95.       .nfo
  96.       .png
  97.       .txt
  98.  
  99.     [youtube]
  100.     enabled = false  ; Extension disabled by self check.
  101.  
  102.     [tunein]
  103.     enabled = true
  104.     timeout = 5000
  105.  
  106.     [somafm]
  107.     enabled = true
  108.     encoding = mp3
  109.     quality = fast
  110.  
  111.     [podcast]
  112.     enabled = true
  113.     browse_root = Podcasts.opml
  114.     browse_order = desc
  115.     lookup_order = asc
  116.     cache_size = 64
  117.     cache_ttl = 86400
  118.     timeout = 10
  119.  
  120.     [local-sqlite]
  121.     enabled = true
  122.     directories =
  123.       Albums                  local:directory?type=album
  124.       Artists                 local:directory?type=artist
  125.       Composers               local:directory?type=artist&role=composer
  126.       Genres                  local:directory?type=genre
  127.       Performers              local:directory?type=artist&role=performer
  128.       Release Years           local:directory?type=date&format=%25Y
  129.       Tracks                  local:directory?type=track
  130.       Last Week's Updates     local:directory?max-age=604800
  131.       Last Month's Updates    local:directory?max-age=2592000
  132.     timeout = 10
  133.     use_album_mbid_uri = true
  134.     use_artist_mbid_uri = false
  135.     use_artist_sortname = false
  136.  
  137.     [alsamixer]
  138.     enabled = true
  139.     card = 0
  140.     control = Master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement