Files
pmomusic/pmoqobuz/src
Eric Coissac dc062f8a3e refactor: replace cache_covers with register_tracks_lazy for playlist processing
Replace the old `cache_covers` approach with a new `register_tracks_lazy` method that handles track registration for lazy playback in playlists. The new implementation avoids expensive `get_stream_url` calls by deferring audio URL resolution to `QobuzLazyProvider`, caches covers in parallel with concurrency limited via semaphore (16), and stores full metadata including cover PKs. This significantly improves performance for large playlists while preserving all necessary track metadata.
2026-03-25 11:29:37 +01:00
..
2025-12-28 15:00:06 +01:00
2025-12-15 10:56:04 +01:00
2026-01-17 08:36:23 +01:00
2025-12-13 13:56:55 +01:00
2025-12-13 13:56:55 +01:00
2025-12-17 14:25:24 +01:00
2025-12-13 13:32:27 +01:00
2025-12-13 13:32:27 +01:00