Hi all,
consider as an example a FLAC file with following fields (and values):
ALBUM RATING A=2
ALBUM RATING B=4
ALBUM RATING C=3
Is it possible somehow to export all the fields beginning with ALBUM RATING at once? Think of a $meta_new(ALBUM RATING *,;), that should led to 2;4;3 as output.
