mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-10 07:58:39 -05:00
- Changed from separate paths to unified structure under downloads/
- Structure: downloads/{permanent,cache,kept}/
- Removed Library:KeptPath config, now uses downloads/kept/
- Updated AdminController and JellyfinController to use new paths
- Web UI will now correctly show kept tracks in Active Playlists tab
- Matches user's actual folder structure on server
79 lines
1.7 KiB
JSON
79 lines
1.7 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"System.Net.Http.HttpClient.Default.LogicalHandler": "Warning",
|
|
"System.Net.Http.HttpClient.Default.ClientHandler": "Warning"
|
|
}
|
|
},
|
|
"Backend": {
|
|
"Type": "Subsonic"
|
|
},
|
|
"Subsonic": {
|
|
"Url": "http://localhost:4533",
|
|
"MusicService": "SquidWTF",
|
|
"ExplicitFilter": "All",
|
|
"DownloadMode": "Track",
|
|
"StorageMode": "Permanent",
|
|
"CacheDurationHours": 1,
|
|
"EnableExternalPlaylists": true
|
|
},
|
|
"Jellyfin": {
|
|
"Url": "http://localhost:8096",
|
|
"ApiKey": "",
|
|
"UserId": "",
|
|
"LibraryId": "",
|
|
"MusicService": "SquidWTF",
|
|
"ExplicitFilter": "All",
|
|
"DownloadMode": "Track",
|
|
"StorageMode": "Permanent",
|
|
"CacheDurationHours": 1,
|
|
"EnableExternalPlaylists": true
|
|
},
|
|
"Library": {
|
|
"DownloadPath": "./downloads"
|
|
},
|
|
"Qobuz": {
|
|
"UserAuthToken": "your-qobuz-token",
|
|
"UserId": "your-qobuz-user-id",
|
|
"Quality": "FLAC"
|
|
},
|
|
"Deezer": {
|
|
"Arl": "your-deezer-arl-token",
|
|
"ArlFallback": "",
|
|
"Quality": "FLAC"
|
|
},
|
|
"SquidWTF": {
|
|
"Quality": "FLAC"
|
|
},
|
|
"Redis": {
|
|
"Enabled": true,
|
|
"ConnectionString": "localhost:6379"
|
|
},
|
|
"SpotifyImport": {
|
|
"Enabled": false,
|
|
"SyncStartHour": 16,
|
|
"SyncStartMinute": 15,
|
|
"SyncWindowHours": 2,
|
|
"MatchingIntervalHours": 24,
|
|
"Playlists": []
|
|
},
|
|
"SpotifyApi": {
|
|
"Enabled": false,
|
|
"ClientId": "",
|
|
"ClientSecret": "",
|
|
"SessionCookie": "",
|
|
"CacheDurationMinutes": 60,
|
|
"RateLimitDelayMs": 100,
|
|
"PreferIsrcMatching": true
|
|
},
|
|
"MusicBrainz": {
|
|
"Enabled": true,
|
|
"Username": "",
|
|
"Password": "",
|
|
"BaseUrl": "https://musicbrainz.org/ws/2",
|
|
"RateLimitMs": 1000
|
|
}
|
|
}
|