Kodi Community Forum

Full Version: Renamer TOKEN $K
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I use the renamoer otption to directory and have so:

$T ($Y) { [$K] }

When I have a label called V.O. and rename the folder donĀ“t writhe the last "." only export "V.O"

I think is a bug.

Thanks in advance.
Correct.
We have a dedicated check for that and filter that away on purpose :p
Can't remember why... so we might change that in one of the next versions.
that is because otherwise you would get a movie like:

Title (2016) V.O..avi

we suppress double dots at the end
(2017-02-12, 19:12)mlaggner Wrote: [ -> ]that is because otherwise you would get a movie like:

Title (2016) V.O..avi

we suppress double dots at the end
I refer to the renamed directory at this time so it has no extension, besides I use [ ]
there are the same rules for folder names..
but we're planning a rework of the renamer an may take that into account
ok, i did a quickfix to only replace these double dots when renaming a file, but not directory...
Thanks a lot.