mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-10 16:08:39 -05:00
Add Spotify lyrics sidecar service and integrate with prefetch
- Add spotify-lyrics-api container to docker-compose - Update SpotifyLyricsService to use sidecar API - Prefetch now tries Spotify lyrics first (using track ID), then LRCLib - Add SPOTIFY_LYRICS_API_URL setting - Sidecar handles sp_dc cookie authentication automatically
This commit is contained in:
@@ -69,4 +69,11 @@ public class SpotifyApiSettings
|
||||
/// Used to track cookie age and warn when it's approaching expiration (~1 year).
|
||||
/// </summary>
|
||||
public string? SessionCookieSetDate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// URL of the Spotify Lyrics API sidecar service.
|
||||
/// Default: http://spotify-lyrics:8080 (docker-compose service name)
|
||||
/// This service wraps Spotify's color-lyrics API for easier access.
|
||||
/// </summary>
|
||||
public string LyricsApiUrl { get; set; } = "http://spotify-lyrics:8080";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user