From db21522c8887e948ea7a6441757ef3badc7bb750 Mon Sep 17 00:00:00 2001 From: Sick Prodigy Date: Sun, 31 May 2026 14:43:29 -0400 Subject: [PATCH] chore: add example environment configuration file for MusicBrainz and Navidrome setup --- .env.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..68f37f9 --- /dev/null +++ b/.env.example @@ -0,0 +1,15 @@ +# MusicBrainz authentication +MB_USERNAME=your-musicbrainz-username +MB_PASSWORD=your-musicbrainz-password + +# Export scope +# Leave empty to export songs, albums, and artists +# ENTITY=song + +# Logging +LOG_LEVEL=INFO + +# Navidrome Subsonic API access +NAVIDROME_BASE_URL=https://navidrome.example.com +NAVIDROME_USERNAME=your-navidrome-username +NAVIDROME_PASSWORD=your-navidrome-password \ No newline at end of file