Innstalling multiple products in bulk through command-line. guide

Product Manager
Viewing 1 replies (of 1 total)
  • gearnerd
    Participant

    Sorry to double post. But the above method couldn’t be used for installing midi files in SD3. The installer basically copies over the contents of the midi folder that is inside the DMG disk file.

    Bulk installing SD3 midi:

    Go to the downloads folder where you’ve downloaded all the dmg files from the product manager:

    cd ~/Downloads/Toontrack

    Mount all of them using disk util
    for i in *.dmg ; do hdiutil mount $i ; done

    This next bit is slightly more complicated. You’ll need to know where the midi folder is located. for example:

    /Volumes/External-drive/SD3\ Library/Midi

    Replace the part in brackets called “[midi folder location]” with the location of your midi library. Make sure the path is right by using the [tab] key with tab completion.

    for i in /Volumes/*MIDI; do sudo cp -Rv $i/Contents/Midi/0* [midi folder location] ; done

    It will copy the midi files to your library, if you’ve done it correctly, the Toontrack product manager will show you a green checkmark.

     

    Hope this helps. Of course proceed at your own risk.

Viewing 1 replies (of 1 total)

Please log in to read and reply to this topic.

No products in the cart.

×