acaloiaro / di-tui

A simple terminal UI player for di.fm
BSD 2-Clause "Simplified" License
41 stars 4 forks source link

Simpler album art fetching #23

Closed moniquelive closed 5 months ago

moniquelive commented 5 months ago

Instead of using Music Brainz api, now uses plain AudioAddict.com details api which gives us the specific album cover art for the given Track ID.

We still need to do an extra request in order to get the album art cover image url. Then we do the actual image downloading.

moniquelive commented 5 months ago

As proposed on #22