123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- [core]
- cache_dir = /var/cache/mopidy
- config_dir = /usr/local/etc
- data_dir = /var/lib/mopidy
- restore_state = true
- [file]
- enabled = true
- media_dirs =
- /var/lib/mopidy/media
- follow_symlinks = true
- [local]
- media_dir = /var/lib/mopidy/media/music
- [local-images]
- enabled = true
- image_dir = /var/lib/mopidy/media/music/.mopidy-images/
- [m3u]
- playlists_dir = /var/lib/mopidy/media/music/playlists
- [http]
- enabled = true
- hostname = 0.0.0.0
- port = 6680
- static_dir =
- zeroconf = Mopidy HTTP server on $hostname
- allowed_origins =
- csrf_protection = true
- [stream]
- enabled = true
- protocols =
- http
- https
- mms
- rtmp
- rtmps
- rtsp
- timeout = 5000
- metadata_blacklist =
- [mpd]
- enabled = true
- hostname = 0.0.0.0
- port = 6600
- password =
- max_connections = 20
- connection_timeout = 60
- zeroconf = Mopidy MPD server on $hostname
- command_blacklist = listall,listallinfo
- default_playlist_scheme = m3u
- [musicbox_webclient]
- enabled = true
- musicbox = true
- on_track_click = ADD_THIS_BOTTOM
- #[scrobbler]
- #api_key = {{mopidy_lastfm_api_key}}
- #api_secret = {{mopidy_lastfm_secret}}
- #username = powellc
- #password = {{mopidy_lastfm_password}}
- [bandcamp]
- identity: {{mopidy_bandcamp_identity}}
- [webhooks]
- enabled = true
- urls = http://vrobbler.service/api/v1/scrobbles/mopidy/
- tokens = {{vrobbler_webhook_token}}
- [lagukan]
- autostart = false
- [audio]
- output = audioresample ! audioconvert ! audio/x-raw,rate=48000,channels=2,format=S16LE ! wavenc ! tcpclientsink host=snapcast.service port=4098
- #output = lamemp3enc ! shout2send async=false mount=mopidy ip=icecast1.local port=8010 password=mainr0ot
- #output = tee name=t ! queue ! audioresample ! audio/x-raw,rate=48000,channels=2,format =S16LE ! audioconvert ! wavenc ! filesink location=/tmp/snapfifo t. ! queue ! lamemp3enc ! shout2send async=false mount=mopidy ip=icecast1.local port=8010 password=mainr0ot
|