Is there a way to index or access arbitrary Ogg/Vorbis tags via mpd? #1603
-
Hi all, I have a large collection of music in Ogg/Vorbis format, curated using custom tools that I have written myself to do tagging and file placement. In particular, while I try to keep to using "standard" tags, I have some additional non-standard tags that I use… notably:
(The files are stored under a path derived by UUID to make syncing via I'm conscious that MPD seems to have a fixed list of tags it supports: https://mpd.readthedocs.io/en/stable/protocol.html#tags I was wondering if it were possible to expose those other tags like The other alternative of course is I just ignore MPD's library support, and instead create my own that can be used to inject URIs into MPD… which may be the best route forward. Any solution proposed to #1236 may work too for this use case, although my application is somewhat different. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
The
readcomments
command can be used to download arbitrary Vorbis comments of a song, but you can't search the database by those.