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: FLAC to MP3 Tagging (Read 3299 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

FLAC to MP3 Tagging

Hello,

I am looking to archive/back-up most of my CD’s digitally and store them for future use. My preference is to store them as individual track FLAC files so I can readily convert some of the tracks into MP3 files for playing through iTunes and on iPods/iPads.

I downloaded Exact Audio Copy to rip the CD’s to the FLAC format. After much screaming, crying and gnashing of teeth I finally got that working well.  Success! I can rip a CD to a group of FLAC files and create a Cue file and a log! That ensures I can burn a CD with Image Burn when and if I need to.

I then used Switch Sound File Converter Plus to convert the FLAC tracks to MP3’s with success.  BUT…to my dismay the tagging information is non-existent. The MP3 when dragged into iTunes is devoid of any tagging.

Can anyone help me in ensuring the tagging info is included in this conversion process?
Thanks in advance for your help!

Mark

FLAC to MP3 Tagging

Reply #1
I understand your problem, first of all verify if the FLAC files have tags, if they do that's not the problem and the problem would be the conversion from FLAC to MP3 and the problem would be the program. Try a diferent one maybe dbpoweramp, I've personally tried foobar2000 and it's worked perfectly for me. if you were in Ubuntu I could help you out a lot more. But first of all verify if your flacs have tags if they don't when you transcode to mp3 or any other lossy format they simply won't exist.

Hope it helps

felix

FLAC to MP3 Tagging

Reply #2
Hi Felix,

Thanks for your help! How does one verify the FLAC tagging is correct?

I have downloaded some FLAC files previously, and used Switch Sound File Converter Plus to do the conversion and all turned out well (the files imported right into iTunes and all of the proper information was in the right place).  So I know it works.  I am assuming there is something I am not doing correctly regarding the EAC ripping that is not formatting or storing the tag information correctly.

Thanks in advance for your help!

Mark

FLAC to MP3 Tagging

Reply #3
Hey Mark,


To check if the FLAC files even have tags just open them either with a tag editor or download a player which plays FLAC such as foobar2000 and if it has tags they will show up correctly in the program. If they don't have tags you either have to add them manually or re-rip the disc using EAC and making sure that it analyzes the disc and recognizes it in freeddb or any of the CD databases that are around and autotags your music.


Felix

FLAC to MP3 Tagging

Reply #4
Mark, as a sanity check, your EAC "External Compression" command line should look something like this:

Code: [Select]
-8 -V -T "ARTIST=%artist%" -T "TITLE=%title%" -T "ALBUM=%albumtitle%" -T "DATE=%year%" -T "TRACKNUMBER=%tracknr%" -T "GENRE=%genre%" -T "COMMENT=%comment%" %source% -o %dest%

The -V is optional (verification), but everything that comes after that needs to be present in order for the flac.exe compressor to be able to add tags to the .flac files - EAC itself can't (well, not proper ones  ).
"Not sure what the question is, but the answer is probably no."

 

FLAC to MP3 Tagging

Reply #5
Hey mixminus1,

I knew it was something simple that I had not configured properly.  Your command line string did the trick!  Many MANY thanks for your help!

Mark