Hi...
Sorry long to replay this...
Chris..
I think you can rewrite your data what you want as Data File, furthermore
like Dana said
"
Example, an option to "share" this information via meta tags/comments and/or an option to save this information in a database. " in Listbox of Your
and like you said "whats happend if the File is an WavFile

"
so far if wav field same with mp3 or ogg its ok...
if we have some field (maybe for now its not Starndart "ISO"),
than you can read the data for Others Player...
Philip...
I found "Improve ID3v2" after searching at wildword...
and I don't know, if you cek this +- 39 field.
standart what? "Him" used..
Too much someone to make deffrence standart for Tag.
How at this "Place" make New Standart TAG Who Knows

Name is "BASS_TAG"......bla...
// These constants define the different "frames" that can be found in the V2
// tag; all identified by a 4-char code.
const
TAG_TRACK: Tid3frameid = 'TRCK'; // Track number/Position in set
TAG_ENCODER: Tid3frameid = 'TENC'; // Encoded by
TAG_URL: Tid3frameid = 'WXXX'; // url to something
TAG_COPYRIGHT: Tid3frameid = 'TCOP'; // Copyright message
TAG_COMPOSER: Tid3frameid = 'TCOM'; // Composer
TAG_COMMENT: Tid3frameid = 'COMM'; // Comment;
TAG_YEAR: Tid3frameid = 'TYER'; // Year (ext)
TAG_ALBUM: Tid3frameid = 'TALB'; // Album/Movie/Show title
TAG_GENRE: Tid3frameid = 'TCON'; // Content type
TAG_ARTIST: Tid3frameid = 'TPE1'; // Lead performer(s)/Soloist(s)
TAG_TITLE: Tid3frameid = 'TIT2'; // Title/songname/content description
TAG_ORGALBUM: Tid3frameid = 'TOAL'; // Original album/movie/show title
TAG_ORGWRITER: Tid3frameid = 'TOLY'; // Original lyricist(s)/text writer
TAG_ORGARTIST: Tid3frameid = 'TOPE'; // Original artist(s)/performer(s)
TAG_BPM: Tid3frameid = 'TBPM'; // BPM (beats per minute)
TAG_ENCODINGTIME: Tid3frameid = 'TDEN'; // Encoding time
TAG_PLAYLISTDELAY: Tid3frameid = 'TDLY'; // Playlist delay
TAG_ORGRELEASETIME: Tid3frameid = 'TDOR'; // Original release time
TAG_RECORDINGTIME: Tid3frameid = 'TDRC'; // Recording time
TAG_RELEASETIME: Tid3frameid = 'TDRL'; // Release time
TAG_TAGGINGTIME: Tid3frameid = 'TDTG'; // Tagging time
TAG_WRITER: Tid3frameid = 'TEXT'; // Lyricist/Text writer
TAG_FILETYPE: Tid3frameid = 'TFLT'; // File type
TAG_INVOLVEDPEOPLE: Tid3frameid = 'TIPL'; // Involved people list
TAG_CONTENTGROUP: Tid3frameid = 'TIT1'; // Content group description
TAG_SUBTITLE: Tid3frameid = 'TIT3'; // Subtitle/Description refinement
TAG_INITKEY: Tid3frameid = 'TKEY'; // Initial key
TAG_LANG: Tid3frameid = 'TLAN'; // Language(s)
TAG_LENGTH: Tid3frameid = 'TLEN'; // Length string in millisecs
TAG_MUSICIANS: Tid3frameid = 'TMCL'; // Musician credits list
TAG_MEDIA: Tid3frameid = 'TMED'; // Media type
TAG_MOOD: Tid3frameid = 'TMOO'; // Mood
TAG_BAND: Tid3frameid = 'TPE2'; // Band/orchestra/accompaniment
TAG_CONDUCTOR: Tid3frameid = 'TPE3'; // Conductor/performer refinement
TAG_INTERPRETED: Tid3frameid = 'TPE4'; // Interpreted, remixed, or otherwise
// modified by
TAG_PARTOFSET: Tid3frameid = 'TPOS'; // Part of a set
TAG_PUBLISHER: Tid3frameid = 'TPUB'; // Publisher
TAG_ORGFILENAME: Tid3frameid = 'TOFN'; // Original filename
TAG_OWNER: Tid3frameid = 'TOWN'; // File owner/licensee
Sorry if my word have not comport with or (match)...
Best,
LuQ