Files
navidrome-mopidy-playlist-sync/settings.py.example
2026-02-04 12:09:39 -07:00

14 lines
234 B
Plaintext

MOPIDY_PLAYLIST_DIR = '/var/lib/mopidy/m3u'
NAVIDROME_URL = ''
NAVIDROME_USER = ''
# Set this one:
NAVIDROME_PASSWORD = ''
# or these two:
SUBSONIC_SALT = ''
SUBSONIC_TOKEN = ''
MOPIDY_RPC_URL = 'http://127.0.0.1:6680/mopidy/rpc'