CUETools Command Line flac Image Insert 2018-12-31 01:46:49 Hi,I tried the CUETools command line interface for convert:CUETools.exe /convert <cuefilename>It worked fine, except I did not get any album cover art in my flac files. Is there any way to specify an image file when working at the command line?
Re: CUETools Command Line flac Image Insert Reply #1 – 2018-12-31 05:02:51 Note: CUETools uses the 'convert' profile (stored as profile-convert.txt) when you run this command so make sure you make changes to the correct profile (the 'default' profile is stored as settings.txt).CUETools uses a string match to select Cover Art. This is useful when the 'make selection' popup windows are suppressed. Placeholders can also be used so something like %artist% - %album%.jpg can be to used for matches as well.A string match may also be helpful for this issue of so many coverart files.
Re: CUETools Command Line flac Image Insert Reply #2 – 2018-12-31 20:30:18 Hmmm. OK. I basically got that to work (once I found that settings.txt and profile-convert.txt are stored in the .../AppData/Roaming/... folder.)Problem, though... special characters. When I use the command line to convert a WAV to flac, and the artist and album have no special characters, then I get flac files with album art (Woo-Hoo! ). On the other hand, the presence of special characters seems to break the magic .I have these three files sitting in my "F:\RipCUE\A" folder (The WAV and CUE files were generated by EAC):Mode LastWriteTime Length Name---- ------------- ------ -----a---- 11/10/2018 8:24 AM 1444 AC-DC - High Voltage.cue-ar--- 11/9/2018 9:23 PM 133269 AC-DC - High Voltage.jpg-ar--- 10/8/2018 2:10 PM 469348700 AC-DC - High Voltage.wavBelow are the first several lines in "AC-DC - High Voltage.cue". Note that the PERFORMER command's value has a "/" in it.REM GENRE RockREM DATE 1976REM DISCID 730A6409REM COMMENT "ExactAudioCopy v1.3"PERFORMER "AC/DC"TITLE "High Voltage"REM COMPOSER ""FILE "AC-DC - High Voltage.wav" WAVE TRACK 01 AUDIOMy CUE Paths Template is:G:\$ifgreater(%totaldiscs%,1,RipFLAC Un-Mod,RipFLAC)\%artist%\%album%[ - %totaldiscs%.%discnumber%]\%artist% - %album%.cueThis is from my profile-convert.txt file:Advanced=<CUEConfigAdvanced>= <CoverArtFiles>= <string>%artist% - %album%.jpg</string>= <string>folder.jpg</string>...= <string>front.jpg</string>= </CoverArtFiles>=</CUEConfigAdvanced>When I use CUETools to convert "AC-DC - High Voltage.wav", GUI or command line, my flac files end up in:G:\RipFLAC\AC_DC\High VoltageHowever, when I use the command line - no image in flac.I thought maybe because EAC does / -> - (dash) and CUETools does / -> _ (underscore), that was the problem. I tried renaming "AC-DC - High Voltage.jpg" to "AC_DC - High Voltage.jpg". Still, no joy in Mudville.It seems, and correct me if I'm wrong, that CUETools is not using its special character replacement in %artist% and %album% when looking for the cover art files that it uses when generating folder and file names to save audio files. If you can confirm this, I'll post it over in the list where I posted "[that] issue of so many coverart files"On the other hand, I did observe , now that my profile-convert.txt has <string>%artist% - %album%.jpg</string>, that the GUI picks up, for names without special characters, the album art correctly without stopping to ask me.
Re: CUETools Command Line flac Image Insert Reply #3 – 2018-12-31 23:18:08 QuoteIt seems, and correct me if I'm wrong, that CUETools is not using its special character replacement in %artist% and %album% when looking for the cover art files that it uses when generating folder and file names to save audio files.I'll confirm.Note: profile-convert.txt and settings.txt were for reference. You can make changes from the GUI by switching profiles. Last Edit: 2018-12-31 23:23:27 by korth