08-27-2020, 01:00 PM
@Tim Curtis
I misspoke before. It's painful making sure I start with a clean slate for each test.
Let's take my FLAC file.with its two consecutive GENRE entries
For this, mediainfo reports
After updating the Library
But, the moOde Library/Tag view lists only
which I think is consistent with what you have posted previously. I was misled in my earlier post by the fact that Electronic was already in the tag list from another, single-genre file.
And, of course, "Electronic;Music" gets added to the tag list after updating if I've added my MP3 file with its concatenated genre entry.
Regards,
Kent
I misspoke before. It's painful making sure I start with a clean slate for each test.
Let's take my FLAC file.with its two consecutive GENRE entries
Code:
pi@moode3a:/mnt/SDCARD/FuriousFreak $ metaflac --list ff-16b-2c-44100hz.flac
METADATA block #0
...
METADATA block #1
type: 4 (VORBIS_COMMENT)
is last: false
length: 198
vendor string: Lavf56.40.101
comments: 8
comment[0]: TITLE=Furious Freak-FLAC
comment[1]: ARTIST=Kevin MacLeod
comment[2]: ALBUM=Incompetech.com
comment[3]: DATE=2016
comment[4]: TRACKNUMBER=02
comment[5]: DESCRIPTION=docs.expressif.com
comment[6]: GENRE=Electronic
comment[7]: GENRE=Music
For this, mediainfo reports
Code:
pi@moode3a:/mnt/SDCARD/FuriousFreak $ mediainfo ff-16b-2c-44100hz.flac
General
Complete name : ff-16b-2c-44100hz.flac
Format : FLAC
Format/Info : Free Lossless Audio Codec
File size : 21.4 MiB
Duration : 3 min 7 s
Overall bit rate mode : Variable
Overall bit rate : 958 kb/s
Album : Incompetech.com
Track name : Furious Freak-FLAC
Track name/Position : 02
Performer : Kevin MacLeod
Genre : Electronic / Music
Description : docs.expressif.com
Recorded date : 2016
After updating the Library
Code:
pi@moode3a:/mnt/SDCARD/FuriousFreak $ mpc list genre
Electronic
Music
Utilities
But, the moOde Library/Tag view lists only
Code:
Music
Utilities
which I think is consistent with what you have posted previously. I was misled in my earlier post by the fact that Electronic was already in the tag list from another, single-genre file.
And, of course, "Electronic;Music" gets added to the tag list after updating if I've added my MP3 file with its concatenated genre entry.
Regards,
Kent