My scripts/tools for Ardour (especially for session files)

Hi,

Here are my scripts for Ardour:

https://florianbador.com/pub/ardour/

3 programs for now:

ardour-copy-session.pl
to copy & rename a session folder (because renaming an entire session is not as simple as renaming the folder)

ardour-jack-restore.pl
to copy all jack routing from a session file to another, or to jack directly, matching by non-case sensitive ports names. Useful if netjack crashed e.g. or to apply the routes of a template.

ardour-unsolo.pl
to clear all solos of a session file (does not affect any mute) Originally wrote as a fix to a stuck-solos bug.

Probably more scripts later.
Enjoy!

Here are some other hopefully useful scripts: https://github.com/tartina/ardour-tools

check your scripts for errors, please

ardour-copy-session.pl: I tried this script out and it left me with all zero byte .ardour session files.