Search all tags in an mpd library

0

I'm interested in using MPD as my main music playing application, but I really want to be able to search by record label/music publisher (TPUB for mp3 or ORGANIZATION for flac/ogg).

  1. does mpd support this kind of behavior (i.e. searching all tags)
  2. are there any mpd clients that specifically support doing this?

Thanks.

erp

Posted 2016-02-17T02:35:30.463

Reputation: 263

Answers

0

You may want to try ncmpcpp, this player has a Any (tags) search mode: https://github.com/arybczak/ncmpcpp/blob/f56c825b36d81ca3d49c140f90f7c2ac8f9ce94e/src/search_engine.cpp#L149

Delapouite

Posted 2016-02-17T02:35:30.463

Reputation: 111