voiceip/oreka

Orkaudio - TapeFileNaming issue

Opened this issue · 1 comments

Hello,

I've an issue in orkaudio where I would like to apply the file recording name convention with this configuration:

[year],-,[month],-,[day],,[hour],-,[min],-,[sec],,[shortdirection],remote-,[remoteparty],[remoteip],local-,[localparty],[localip]

The issue I'm having is related to these keywords:
[remoteip]
[localip]

where the resulting name in WAV files, has something like this:
2021-01-15_19-54-32_O_remote-123456789_%5Bremoteip%5D_local-987654321_%5Blocalip%5D.wav

when possible, can you please let me know in how to solved this?

Thank you and
Best Regards,
Nelson

I haven't yet used the custom naming format in this project. There could be an issue with specific keywords, or they may not be supported yet. I will check this out once I get some time.