title
Products            Buy            Support Forum            Professional            About            Codec Central
 

Edit ID3 tags via commandline or script?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bsteinwand
    • Dec 2008
    • 5

    Edit ID3 tags via commandline or script?

    How could I add/edit/delete ID3 tags with a command line or script?

    One advantage of dbPowerAmpConverter (CoreConvter.exe) over Lame.exe is that dbPowerAmpConverter preserves ID3 tags durring conversion

    I would like add/edit/delete ID3 tags durring conversion

    Thanks,
    Ben
  • LtData
    dBpoweramp Guru
    • May 2004
    • 8288

    #2
    Re: Edit ID3 tags via commandline or script?

    You can use the "ID Tag Update" DSP effect to add or delete tags, but not edit, unfortunately.

    Comment

    • bsteinwand
      • Dec 2008
      • 5

      #3
      Re: Edit ID3 tags via commandline or script?

      Cool. Can you point me towards any documentation or examples of how to use "DSP effect" from a command line, script, or code?

      Comment

      • LtData
        dBpoweramp Guru
        • May 2004
        • 8288

        #4
        Re: Edit ID3 tags via commandline or script?

        From http://www.dbpoweramp.com/developer-cli-encoder.htm:
        CoreConverter.exe -infile="z:\AFile.wav" -outfile="z:\Outfile.mp3" -dspeffect1="Bit Depth=-depth={qt}32 float{qt}" -dspeffect2="Graphic Equalizer= -EQ={qt}50, 50, 45, 45, 40, 40, 35, 35, 30, 30, 25, 25, 20, 20, 80, 80, 120, 120{qt}" -dspeffect3="Volume Normalize= -mode={qt}peak{qt} -maxamp={qt}100{qt} -desiredb={qt}-.1{qt}" -convert_to="mp3 (Lame)" -V 6

        To obtain the correct DSP effect command line, open CD Ripper, create a new profile. Add the desired DSP effects and close CD Ripper. Run regedit.exe and browse to:

        HKCU\Software\Illustrate\dBpoweramp\CDRipper\Profi les\{profilename}

        The correct CLI for all DSP effects will be shown under DSPEffects

        Comment

        Working...

        ]]>