title
Products            Buy            Support Forum            Professional            About            Codec Central
 
Results 1 to 13 of 13

Thread: Add multiple tags (Incl. cover art) from command line

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Join Date
    Dec 2009
    Posts
    13

    Add multiple tags (Incl. cover art) from command line

    I'm converting from flac to mp3 via the command line, and would like to include tags for artist, title, covert art, track, disc (part num), comments, and genre. How would I go about doing this? Is there a list of the various tag options and how to set them? I've got the ID tag update codec installed, but I'm not sure where to go from here. Thanks for your help!

    -Karen

  2. #2
    Administrator
    Join Date
    Apr 2002
    Posts
    43,854

    Re: Add multiple tags (Incl. cover art) from command line

    The flac contains the ID Tags?

  3. #3

    Join Date
    Dec 2009
    Posts
    13

    Re: Add multiple tags (Incl. cover art) from command line

    No, the flac is an empty slate as far as tags. I'm pulling those from elsewhere, as well as the cover art, and need to lay it all into the newly made MP3s.

  4. #4

    Join Date
    Dec 2009
    Posts
    13

    Re: Add multiple tags (Incl. cover art) from command line

    So - two questions, really -

    1) What would the syntax be to lay in the tags from the command line, onto an mp3 that's just been created from a flac file that has no tags in it to begin with (does it need to be a separate command from the conversion or can it be done in the same command as the conversion itself, as additional parameters?)

    2) Can the command line tagging handle cover art? Again, what would the syntax be?

    Thank you for your help on this!!
    -Karen

  5. #5
    Administrator
    Join Date
    Apr 2002
    Posts
    43,854

    Re: Add multiple tags (Incl. cover art) from command line

    See:

    http://www.dbpoweramp.com/developer-cli-encoder.htm

    For adding ID Tags, you could add album art if it was Folder.jpg and you included the DSP effect ID Tag Processing set to import Folder.jpg from where the source file is.

  6. #6

    Join Date
    Dec 2009
    Posts
    13

    Re: Add multiple tags (Incl. cover art) from command line

    Thanks, Spoon - that got me most of thw way there. I find that I can add both tags such as title, comments, etc., from the command line, no problem. However, when I do as you recommended above and attempt to add cover art, I get the title and comment tags, but no cover art. I can add the cover art (along with the title and comment) from the GUI, but when I copy the DSPEffects argument into my command line call, no cover art. Can you see anything wrong with the following? (Again, the file name for the jpg is correct - this works if I do it from within the GUI):

    coreconverter -infile=test.flac -outfile=test.mp3 -convert_to="mp3 (Lame)" -b 320 -encoding="SLOW" -priority="high" -errorfile="error.txt" -dspeffect1="ID Tag Processing=-add0={qt}Title=This is a Test!{qt} -add1={qt}Comment=blah blaH BLAH{qt} -case={qt}0{qt} -exportart={qt}(none){qt} -importart={qt}Folder.jpg{qt} -maxart={qt}(any){qt}"

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •