I create flac files from recordings and in the flac tags, I add some custom fields (MICS, PREAMP, ADC). I'd like to be able see these in MC, seems simple, but when I added these as library fields, they just showed up as blank on files that I know have them:
$ metaflac --export-tags-to=- dmb2015-07-14t01.flac
ADC=Sound Devices 744
ALBUM=2015-07-14 | Cricket Wireless - Bonner Springs, KS | dpa4028.flac16
ARTIST=Dave Matthews Band
ENCODER=xACT 2.36
MICS=DPA4028
PREAMP=Lunatec V2
TITLE=Introduction
TRACKNUMBER=1
DATE=2015-07-14
The ones in this list that don't show in my MC are ADC, Encoder, Mics and Preamp. Ideally, I want to be able to search on these things, and I wanted to add a few more fields but figured before I went through the effort of adding additional tag lines, that I should figure out how to use them in MC.
Thanks!