05-16-2022, 12:41 PM
I did try:
I believe .flac use vorbis tags. The fields:
When I try and add the equivalent tags (id3v2.3.0) to .mp3 files, using 'kid3' ... for example:
For Performer, I use the: TIPL frame which equates to InvolvedPeople and should map to Performer (somehow?) but doesn't.
For Label, I use the: TPUB frame which equates to Publisher / and should map to Label (somehow?) but doesn't.
Code:
telnet localhost 6600
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
OK MPD 0.23.4
currentsong
file: http://path/minimserver/*/music/_lossless/Cannonball*20Adderley/1958*20-*20Somethin*27*20Else/01*20-*20Cannonball*20Adderley*20-*20Autumn*20Leaves.flac
Title: Autumn Leaves
Album: Somethin' Else
AlbumArtist: Cannonball Adderley
Artist: Cannonball Adderley
Genre: Jazz
Date: 1958
Track: 1
Performer: Alto Saxophone: Cannonball Adderley; Trumpet: Miles Davis; Drums: Art Blakey; Bass: Sam Jones; Piano: Hank Jones; Engineer: Rudy Van Gelder
Label: Blue Note/Universal
Location: Van Gelder Studio, Hackensack, New Jersey
Pos: 0
Id: 2355
OK
I believe .flac use vorbis tags. The fields:
- Performer
- Label
- Location
When I try and add the equivalent tags (id3v2.3.0) to .mp3 files, using 'kid3' ... for example:
For Performer, I use the: TIPL frame which equates to InvolvedPeople and should map to Performer (somehow?) but doesn't.
For Label, I use the: TPUB frame which equates to Publisher / and should map to Label (somehow?) but doesn't.