Bleuzen / SpotRec

Spotify desktop client recorder for PulseAudio
MIT License
75 stars 17 forks source link

Add album art to file after saving #15

Closed Rijul-A closed 2 years ago

Rijul-A commented 2 years ago

Once a song download is complete, this change will spawn a new thread to download the artwork (sourced from the D-Bus metadata) and save it to disk. It will then be merged into the song through ffmpeg, and the artwork will be deleted.

Reference: https://github.com/patrickziegler/SpotifyRecorder/commit/4c1cc0a5449d0ca8bfb409ef98f4c7a21c73fe0f New dependency: requests for fetching album art from Spotify servers

Bleuzen commented 2 years ago

Haven't tested it yet, but I like this feature :)

Keep in mind that this is not always appreciated, so it should be optional. Would like to see a command line switch to enable it before merge.