This patch should get you going again in respect of '%', but it may cause unexpected results in the display of audio file titles in the client if the FormatString configuration option contains invalid expandos:
If you're expecting '%2f' to be rendered as a '/', then it will not fix that.
Forward slashes can be found inside id3 tags. And I believe that some batch file renamers replace them with "%2f". For example:
https://github.com/KDE/krename/blob/master/src/batchrenamer.cpp#L825
jcf
Mon, 2018-02-12 02:52
Permalink
On The Road Again?
This patch should get you going again in respect of '%', but it may cause unexpected results in the display of audio file titles in the client if the
FormatString
configuration option contains invalid expandos:If you're expecting '%2f' to be rendered as a '/', then it will not fix that.
blaze
Mon, 2018-02-12 07:08
Permalink
If you're expecting '%2f' to
No, it wasn't even me who named the files like so.
blaze
Sat, 2019-10-12 13:59
Permalink
Escaped forward slashes
Hello, jcf
Forward slashes can be found inside id3 tags. And I believe that some batch file renamers replace them with "%2f". For example:
https://github.com/KDE/krename/blob/master/src/batchrenamer.cpp#L825
I hope this satisfies your request