Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: I need to understand tags in my FLAC (Read 2699 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

I need to understand tags in my FLAC

When I open my FLAC I see that:

ID3 €  $ TIT2    Voulez-Vous DanserTPE1    Ace Of BaseTALB       The SignTYER    1993TRCK    10/12MCDI  n  j         >Ú   ‚¾   È#    †   B   ‚T   Æì       4 
  V\    ù    Ú¬ ª  %Cÿ ÿTLEN    200066COMM 
  eng Track 10TCON    DanceTENC  !  Exact Audio Copy  (Secure mode)TSSE  Á  flac.exe -6 -V -T "ARTIST=Ace Of Base" -T "TITLE=Voulez-Vous Danser" -T "ALBUM=The Sign" -T "DATE=1993" -T "TRACKNUMBER=10" -T "GENRE=Dance" -T "COMMENT=Track 10" -o --replay-gain-replay-gainn 

I understand my flac have a ID3 v2.3 embedded at the beginning of the file. It's seem it's not all time the case ... I saw flac beginning directly with "flaC"...

After that, I have a big empty block...

After that I have this:
fLaC  "    .Ù
ÄBð † œÂ€ÍõâPàñ/L» z                      °      P]     
p      iÕ            +ýù      à      <Q”      !       Lþ      (P      ]éç      /      o+      5Р     €ÝÓ      <€      ’T      C@      ¢®3      J      ³Ïm      P°      Å;ˆ      Wp      ÕôØ      ^0      äy      dà      ôæ      k     Ŷ      r`    ž€      y    )^7      Р   ;&q      †    E[¾  ?    reference libFLAC 1.2.1 20070917    ALBUM=The Sign  ALBUM ARTIST=Ace Of Base  ARTIST=Ace Of Base  COMMENT=Track 10  COMPOSER=Ace Of Base     DATE=1993,  FIRST_PLAYED=2008-05-05 20:42:36 LAST_PLAYED   GENRE=Dance+  LAST_PLAYED=2008-05-05 20:42:36 LAST_PLAYED  PERFORMER=Ace Of Base  PLAY_COUNTER=1%  REPLAYGAIN_REFERENCE_LOUDNESS=89.0 dB  TITLE=Voulez-Vous Danser   TOTALDISCS=1  TOTALTRACKS=12  TRACKNUMBER=10  replaygain_album_gain=-0.47 dB  replaygain_album_peak=0.765411  replaygain_track_gain=-0.47 dB  replaygain_track_peak=0.765411 -                                                             

They are the tags I have to read. I am not too sure what they are ...

ID3 extended tag ? Flac tag ?