ravachol / kew

A command-line music player
GNU General Public License v2.0
567 stars 21 forks source link

Album art doesn't have schema #113

Closed raffaem closed 7 months ago

raffaem commented 7 months ago

kew is passing album art in MPRIS mpris:artUrl as local file path. For example, 'mpris:artUrl': <'/tmp/kew/raffaele/covervqtauc.jpg'>.

But the specification says that:

Local files should use the "file://" schema

ravachol commented 7 months ago

Should work now.