12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- [core]
- cache_dir = /var/cache/mopidy
- config_dir = /etc/mopidy
- data_dir = /var/lib/mopidy
- restore_state = true
- [file]
- enabled = true
- media_dirs =
- /var/lib/mopidy/media
- follow_symlinks = true
- [local]
- enabled = true
- library = json
- media_dir = /var/lib/mopidy/media
- scan_follow_symlinks = true
- [m3u]
- playlists_dir = /var/lib/mopidy/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
- [spotify]
- username = 1259345154
- password = {{mopidy_spotify_pass}}
- client_id = 35a0ba20-960d-4a0d-8051-0b5616052b90
- client_secret = Ql_SaFO-rVA0Eknmb7cj2aj67VlFXRva3XH5zz-g8vE=
- [spotify_web]
- username = 1259345154
- password = starlit imaginary humid landing
- client_id = 35a0ba20-960d-4a0d-8051-0b5616052b90
- client_secret = {{mopidy_spotify_client_secret}}
- [soundcloud]
- auth_token = {{mopidy_soundcloud_auth_token}}
- [scrobbler]
- username = secstate
- password = {{mopidy_scrobbler_pass}}
- [podcast]
- enabled = true
- browse_root = https://gpodder.net/user/secstate/list/secstates-list.opml
- browse_order = desc
- lookup_order = asc
- cache_size = 64
- cache_ttl = 86400
- timeout = 10
- [musicbox_webclient]
- enabled = true
- musicbox = true
- on_track_click = ADD_THIS_BOTTOM
- [audio]
- output = lamemp3enc ! shout2send async=false mount=mopidy ip=127.0.0.1 port=8000 password=mainr0ot
|