mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
- Remove duplicate JellyfinUrl and ApiKey from SpotifyImportSettings - Use existing JELLYFIN_URL and JELLYFIN_API_KEY settings - Simplify configuration - no duplicate settings needed - Update documentation and .env.example
27 lines
527 B
JSON
27 lines
527 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"SpotifyImport": {
|
|
"Enabled": false,
|
|
"SyncStartHour": 16,
|
|
"SyncStartMinute": 15,
|
|
"SyncWindowHours": 2,
|
|
"Playlists": [
|
|
{
|
|
"Name": "Release Radar",
|
|
"SpotifyName": "Release Radar",
|
|
"Enabled": true
|
|
},
|
|
{
|
|
"Name": "Discover Weekly",
|
|
"SpotifyName": "Discover Weekly",
|
|
"Enabled": true
|
|
}
|
|
]
|
|
}
|
|
}
|