mirror of
https://github.com/HabiRabbu/Musicseerr
synced 2026-04-21 21:47:16 +00:00
* 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
22 lines
515 B
JSON
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"]
|
|
}
|
|
}
|