Page 1 of 1

${progcurrentname} on manual recording

Posted: 24 Sep 2015 10:45
by Quentin D
Hi Bernd,
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})
But it results in this :

Code: Select all

Rec 2015-09-24 1000 (${progcurrentname}).mp3
Is there a way or another macro to get it?

Thanks

Re: ${progcurrentname} on manual recording

Posted: 24 Sep 2015 14:21
by Quentin D
Thank you, but don't break the dynamic date rec folder ;)

Re: ${progcurrentname} on manual recording

Posted: 24 Sep 2015 21:20
by radio42
Currently only the given date time macros are supported for the filename.
But I might take a look to extend that also to other global macros in the next release...

Re: ${progcurrentname} on manual recording

Posted: 25 Sep 2015 16:56
by radio42
Please check the new v4.0.0.17 !

Re: ${progcurrentname} on manual recording

Posted: 26 Sep 2015 11:52
by Quentin D
Thank you it works :)