jcorporation / myMPD

myMPD is a standalone and mobile friendly web mpd client with a tiny footprint and advanced features.
https://jcorporation.github.io/myMPD/
GNU General Public License v3.0
418 stars 65 forks source link

Show more playing song info when tags are disabled #207

Closed parkmino closed 4 years ago

parkmino commented 4 years ago

It would be good to show more song info on playing panel when tags are disabled. The tag info could be readable from the file just like cover image. If tags are not available, only showing simple song info would be helpful.

jcorporation commented 4 years ago

You mean to extract infos like artist, album, title from filename and path?

parkmino commented 4 years ago

Either way should be fine, tag extraction or estimation, only for the playing song.

jcorporation commented 4 years ago

Your songs are tagged and you have tags disabled in MPD? I am not duplicating MPD tag reading functions. If you would tag like functions you must simply activate tags. myMPD wont‘t get workarrounds.