boysetsfrog / vimpc

Official repository for vimpc a vi/vim inspired client for the Music Player Daemon (mpd). Pull requests are welcome.
GNU General Public License v3.0
269 stars 34 forks source link

more flexible format strings #35

Open noc7c9 opened 10 years ago

noc7c9 commented 10 years ago

Currently there are %a, %b, etc for use in the song format. In addition to this would be strings in the form %tag name% where tag name is same as the id3 tag or vorbiscomment or whatever metadata is used.

On a similar note, is there a format string for the date tag?

The idea is from foobar2000, a very impressive music player that is sadly windows only.

geo909 commented 7 years ago

+1 to more flexible format strings. In my case, I'd like to be able to sort things by genre. Is there a chance this could be implemented?