FLAC encoding and Tagging
Reply #12 – 2007-02-01 01:50:03
No apology necessary for trying to help me out Martin H. Thanks a million Martin, DrBeachBoy, & Collector, thanks a million for all your help. Thank's mate is there a way to make Flac do it when it encodes from the WAV? Yes, there is I don't know if it has changed, but about a year ago i tried embedding a cuesheet into a FLAC file by using both methods i.e. what you will get when using both the "--cuesheet" and "--tag-from-file" switches of flac.exe and when using both of them, then fb2k would only show the content of the CUESHEET metadata block, which means no metadata available(i.e. "--cuesheet"). If that's not the case, then make sure that you've got the path to the cuesheet right and in double quotes if there's spaces in the file name. Also, you maybe need to select "Tagging/Reload-info from files" from the right-click menu(context menu), if you are embedding a cuesheet to a file that's allready loaded into a playlist in fb2k. I personally only use the flac.exe switch "--tag-from-file" to "embed" the cuesheet, as the apps i use supports this method perfectly, and as i need the metadata(i.e. fb2k and Burrrn). I personally use :flac.exe --tag-from-file="CUESHEET=PathToCue" --tag-from-file="EACLOG=PathToLog" Somefile.wav If you want both ways of embedding/storing the cuesheet(and EAC log) :flac.exe --cuesheet="PathToCue" --tag-from-file="CUESHEET=PathToCue" --tag-from-file="EACLOG=PathToLog" Somefile.wav Note: If you use the command-line from within EAC, then you can't embed the EAC log, and so you need to remove that part of the command-line, because it isn't generated before you press OK in the dialog that EAC outputs after the ripping is completed(i use the REACT EAC plugin to overcome this). To make sure that the cuesheet has been embedded/stored correctly, then use : metaflac.exe --list Somefile.flac And check if their is a VORBIS_COMMENT metadata block, with a tag called CUESHEET in it, which holds the content of the cuesheet(if you use "--tag-from-file"), or a CUESHEET metadata block with the info of the cuesheet in it, except the metadata(if you use "--cuesheet"), or both metadata blocks if you use both the flac.exe switches "--cuesheet" and "--tag-from-file". CU, Martin.