freerange / jam-coop

A platform co-operative for musicians and fans
https://jam.coop
GNU Affero General Public License v3.0
56 stars 2 forks source link

Wrong FLAC tags #183

Closed graue closed 6 months ago

graue commented 7 months ago

The FLAC tags on an album I downloaded look like:

TIT2=Side A
TRCK=01
TALB=Pan and Scan
TPE1=pinyonpine 
encoder=Lavf58.20.100

Those look like names of ID3 tags. The FLAC tags should be called title, tracknumber, album, and artist. It would also be nice to have the release date.

(FLAC FAQ: "FLAC has it's own native tagging system which is identical to that of Vorbis," then under Vorbis comment documentation see "Field names.")

floehopper commented 7 months ago

Good catch. I'll take a look.

floehopper commented 7 months ago

I've split the release date idea into #185