${progcurrentname} on manual recording
Posted: 24 Sep 2015 10:45
Hi Bernd,
I'm trying to insert the current program name in the filename of my recordings like this :
But it results in this :
Is there a way or another macro to get it?
Thanks
I'm trying to insert the current program name in the filename of my recordings like this :
Code: Select all
Rec ${yyyy}-${MM}-${dd} ${HH}${mm} (${progcurrentname})Code: Select all
Rec 2015-09-24 1000 (${progcurrentname}).mp3Thanks