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

Thread: Edit ID3 tags via commandline or script?

  1. #1

    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

  2. #2
    dBpoweramp Guru LtData's Avatar
    Join Date
    May 2004
    Location
    USA
    Posts
    8,288

    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.

  3. #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?

  4. #4
    dBpoweramp Guru LtData's Avatar
    Join Date
    May 2004
    Location
    USA
    Posts
    8,288

    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

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
  •