Skip to content

Instantly share code, notes, and snippets.

@sseneca
Created December 24, 2021 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sseneca/f14dd0933eafedaa4de972adb2431680 to your computer and use it in GitHub Desktop.
Save sseneca/f14dd0933eafedaa4de972adb2431680 to your computer and use it in GitHub Desktop.
mopidy config
[core]
cache_dir = /var/cache/mopidy
config_dir = /etc/mopidy
data_dir = /var/lib/mopidy
max_tracklist_length = 10000
restore_state = false
[logging]
verbosity = 0
format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
color = true
config_file = /etc/mopidy/logging.conf
[audio]
mixer = software
mixer_volume =
output = tee name=t ! queue ! pulsesink server=127.0.0.1:8888 t. ! queue ! udpsink host=127.0.0.1 port=5555
buffer_time =
[proxy]
scheme =
hostname =
port =
username =
password =
[file]
enabled = true
media_dirs =
$XDG_MUSIC_DIR|Music
~/|Home
excluded_file_extensions =
.directory
.html
.jpeg
.jpg
.log
.nfo
.pdf
.png
.txt
.zip
show_dotfiles = false
follow_symlinks = false
metadata_timeout = 1000
[http]
enabled = true
hostname = 127.0.0.1
port = 6680
zeroconf = Mopidy HTTP server on $hostname
allowed_origins =
csrf_protection = true
default_app = mopidy
[m3u]
enabled = true
base_dir =
default_encoding = latin-1
default_extension = .m3u8
playlists_dir = /var/lib/mopidy/playlists
[softwaremixer]
enabled = true
[stream]
enabled = true
protocols =
http
https
mms
rtmp
rtmps
rtsp
metadata_blacklist =
timeout = 5000
[mpd]
enabled = true
hostname = 127.0.0.1
port = 6600
password = ********
max_connections = 20
connection_timeout = 60
zeroconf = Mopidy MPD server on $hostname
command_blacklist =
listall
listallinfo
default_playlist_scheme = m3u
[jellyfin]
enabled = true
username = sseneca
user_id =
password = ********
hostname = https://jellyfin.ssene.ca
libraries =
albumartistsort =
port =
client_cert =
client_key =
album_format =
max_bitrate =
watched_status = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment