You can move projects and settings from LiveGrade Pro v4 to Livegrade Pro v5 and Livegrade Studio v5.
When starting a v5 application for the first time, the software asks if projects should be migrated, or if you want to start with an empty library.
If you have already been working with an application of version v5 and haven’t migrated your projects yet, you can also migrate projects and settings later manually. The necessary steps are described below.
Migrating Projects Manually
As the project format is different between v4 and v5, you need to trigger the migration in the software. This can be done by temporarily moving the existing v5 projects away ,letting the software migrate all old projects and move any data created with the v5 application back:
- Quit all versions of Livegrade.
- Navigate to
~/Library/Application Support/Pomfort/
in your home directory (To navigate there in Finder, choose “Library” in the “Go” menu of Finder – this option is only visible with the “Alt” key pressed). - Rename the folder for the software of version 5: Depending on which application you are using, rename the
Livegrade5
orLivegradeStudio5
folder, e.g. by adding “_original
” to the folder name. - Start Livegrade Pro v5 or Livegrade Studio v5
- The migration dialog is shown, choose “Copy existing projects”.
- A new folder (
Livegrade5
orLivegradeStudio5
) is created and the projects from LiveGrade Pro v4 are migrate there. - Quit all versions of Livegrade again.
- If you need to restore projects already created with the v5 application, navigate to the renamed folder (see above), and move all project folders (with the name “
Project-xxx...
“, e.g.Project-E266CBFCA731
), theLicense
folder, the MIDI Mappings folder and theScripts
folder in the new v5 folder with the migrated projects. - Open your v5 application again. You should now see all projects.
Migrating Keyboard Shortcuts and Video Routing Configurations Manually
Settings for keyboard shortcuts, video routing configurations, and automations are stored in the user preferences. We created a script that let’s you extract such settings and move them from the LiveGrade Pro v4 preferences to Livegrade Pro v5 or Livegrade Studio v5. The necessary steps are described below.
- Download the script migrate-to-lg5.py.
- Open the Terminal application and navigate to the folder with the downloaded script.
- Make the script executable:
$ chmod +x migrate-to-lg5.py
- Quit all versions of Livegrade.
- Run the script migrate-to-lg5.py (see below).
- Open your v5 application. You should now see all migrated settings.
Usage of the migrate-to-lg5.py Script
The script has two options to choose which settings to migrate:
--keyboard-shortcuts
: Migrate keyboard shortcuts--video-routings
: Migrate video routings
The script migrates to Livegrade Pro v5 by default, if you want to migrate your settings to Livegrade Studio v5, please use the additional --studio
option.
Examples:
$ ./migrate-to-lg5.py --video-routings
Migrate video routings from LiveGrade Pro v4 to Livegrade Pro v5
$ ./migrate-to-lg5.py --keyboard-shortcuts --video-routings --studio
Migrate keyboard shortcuts and video routings from LiveGrade Pro v4 to Livegrade Studio v5
The post Manually Migrating Projects and Settings from LiveGrade Pro v4 to Livegrade Pro v5 and Livegrade Studio v5 appeared first on Pomfort Knowledge Base.