DJDoubleD / refreezer

An alternative Deezer music streaming & downloading client, based on Freezer.
GNU General Public License v3.0
221 stars 5 forks source link

[Feature] Implement new lyrics API in DownloadServer too #1

Closed DJDoubleD closed 3 months ago

DJDoubleD commented 3 months ago

Implement new lyrics API in java DownloadServer like in UI. Downloading lyrics now gives JSON exception for tracks that only use new API

Example album: https://www.deezer.com/us/album/589673702

W:2024.07.23 01:21:39 (TrackID: 2811095062, ID: 24): Error downloading lyrics! org.json.JSONException: No value for LYRICS SYNC_JSON

DJDoubleD commented 3 months ago

New API with fallback to old method implemented in commit 3a29640. Also moved fetching lyrics back to the post-processing & only when requested true settings in commit 14a6e94. Lyrics availability in UI should now match downloaded lyrics. A warning is printed in error log if lyrics are requested but none were returned/available.