How to get track name in Audacity scripting with python
I am working with the Audacity mod-script-pipeline to write a script which goes through every clip of every track, and gets the name of each track.
My code works with everything except getting the track name, I can’t figure out how to fetch this string using any of the scripting references in the documentation online:
https://manual.audacityteam.org/man/scripting_reference.html
Audacity python detect if I’m at end of track?
Anyone know how I can use scripting to get the exact position of my cursor? such as 02:23:33
.
I’ve been looking through the stuff on this page about scripting commands:
https://manual.audacityteam.org/man/scripting_reference.html