kokolihapihvi / RockSniffer

RockSniffer application
MIT License
77 stars 29 forks source link

Album Art #46

Closed Drockzoids closed 1 year ago

Drockzoids commented 1 year ago

Where does Rocksniffer store the album art? One of my songs is Black Lab This Night and the cover is probably not stream friendly, so I wanted to modify it slightly.

kokolihapihvi commented 1 year ago

Hi, dlc details are stored in the cache.sqlite file, which you can open with any SQLite browser, e.g. DB Browser for SQLite. It should technically be possible to export the image out of the album_art column, modify it, and import the modified version back into the cache.

However, a more permanent solution would be to modify the song file and change it there instead.