Innstalling multiple products in bulk through command-line. guide

Product Manager
Viewing 2 replies - 1 through 2 (of 2 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.

    jami
    Participant

    Man, this is exactly my painpoint…I was just opening up a thread on exactly this topic today, which sums up my pain of installing close to 70 (!!!) products with the product manager:

    https://www.toontrack.com/forums/topic/tt-please-update-the-product-manager-single-installations-are-a-thing-of-2000/

    I am not that familiar with the mac terminal tbh and I don´t want to crush anything on my new macbook air M3…but man, that looks straight forward and quite easy. How is this not yet a standard in the Product Manager then?! This is SUCH a pain.

Viewing 2 replies - 1 through 2 (of 2 total)

Please log in to read and reply to this topic.

No products in the cart.

×