Musicseerr/config/config.example.json
Harvey 0f25ebc26d
Plex Integration + Music Source Integration Improvements (#37)
* plex integration

* The big one - Full Music Source page rework + Playlist importing + Full Plex Integration + Discovery Options + More Like This/Surprise Me/Instant Mix + More...

* Music source track page - Play all / shuffle fixes

* lint

* format

* fix type checks

* format
2026-04-13 23:39:01 +01:00

22 lines
515 B
JSON

{
"lidarr_url": "",
"lidarr_api_key": "",
"jellyfin_url": "",
"contact_email": "",
"quality_profile_id": null,
"metadata_profile_id": null,
"root_folder_path": "",
"port": 4243,
"audiodb_api_key": "",
"audiodb_premium": false,
"plex_url": "",
"plex_token": "",
"plex_enabled": false,
"music_library_ids": [],
"scrobble_to_plex": true,
"user_preferences": {
"primary_types": ["album", "ep", "single"],
"secondary_types": ["studio"],
"release_statuses": ["official"]
}
}