Hello - is there any way I can change the default name that gets set when I create a new set of range of markers? It seems that a “_range” text is added each time, and I always end up deleting these (given that the range name is what is appended to the exported file names). ALSO - would love the option for this these range names to default to numbering (e.g. 01_TrackTitle, 02_2ndTrackTitle, etc.)
Optimally I would prefer if these got set as web safe names (all blanks converted to underscore - eg. instead of “Artist Name Track Title” I got “Artist_Name_Track_Title”)
Paul - thank you for the reply. I so wish I could code and create a PR for this, but unfortunately I am lacking such skills. Any consideration you might give towards adding this as an option in a future release would be very much appreciated by me - I have recently migrated to using Ardour as the primary DAW app for my dedicated mastering studio ( https://totalsonic.net ) and have to upload dozens of exported files every day to clients, so any streamlining workflow for the file naming for these helps out my time management.
that would be a very welcomed “workaround” for me! I’ve never done any Lua scripting, so I don’t know what it’s limits or difficulties in coding are but the steps I really need are:
delete “_range” from name of all range markers
replace all blanks spaces with in range marker names with underscore ( _ )
append two digit sequenced numbers to start of all range markers (01, 02, 03…10, 11, 12… etc.)