Per-session custom recording folder name (JSON-RPC) #3913
iknowkungfutoo
started this conversation in
Ideas
Replies: 1 comment 10 replies
|
Nice idea. But the Server UI would need to include it as part of the same PR to retain parity. Suggested approach for anyone picking this up:
Thanks. |
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently, Jamulus adds "Jam-" to the start of every recording session folder name. If a band record multiple songs during a jamming session, it would be very useful that on each start or a new recording, that the name of the song, or whatever tag they would like to use, could be used instead of "Jam-".
I propose adding an optional parameter, e.g. sessionName to the JSON-RPC startRecording and maybe the restartRecording commands.
If this parameter is not used, default to the "Jam-" tag.
I'd be happy to make this and associated changes to implement this functionality.
All reactions