title
Products            Buy            Support Forum            Professional            About            Codec Central
 

Run a script or command after conversion (move files, label or tag files)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Whole Bran Oats
    • Jan 2023
    • 5

    Run a script or command after conversion (move files, label or tag files)

    On Mac OS, I want to tag (label) files after conversion, so I can move them manually.

    I think the easiest way to do this is to use the utility 'tag' (installed by homebrew, brew.sh) so I can simply go:
    Code:
       tag -a blue [infile]
    • I can do the above command in Terminal (tag -a blue example.flac) and it works fine.

    I thought I should just add the DSP "Run External" and provide either the the full command above, in the "command line" field, or maybe provide the program path in the first box, and the parameters in the second box.

    Neither works.

    If the below is wrong — what's the right way?
    Screenshot





    Tag is installed by homebrew in /opt/homebrew/bin/tag (a link to /opt/homebrew/Cellar/tag/0.10_1/bin/tag).
    Last edited by Whole Bran Oats; September 05, 2024, 07:20 PM.
  • Spoon
    Administrator
    • Apr 2002
    • 44343

    #2
    You would need "[outfile]" and in quotes
    Spoon
    www.dbpoweramp.com

    Comment

    Working...

    ]]>