Dot before Media source
#1
Hello,

I would like to put a dot before Media source (Dvd) in renaming files.
How can I do it?

By the example

Frantz (2016).Bluray.iso

Thanks in advance
#2
just put a dot before it in the renamer template?

$T ($Y).$S
tinyMediaManager - THE media manager of your choice - available for Windows, macOS and Linux
Help us translate tinyMediaManager at Weblate | Translations at 66%
Found a bug or want to submit a feature request? Contact us at GitLab
#3
(2017-06-20, 07:14)mlaggner Wrote: just put a dot before it in the renamer template?

$T ($Y).$S

$T ($Y) {[$K]} [$3].$S

Don´t work, always put a space.

Thanks in advance.
#4
works for me.
The dot is there

Do you mean a space BEFORE the dot?
Because that comes from your pattern:
If no 3D tage is set, $3 will be empty [], and is removed afterwards.
that leaves us with "$T ($Y) {[$K]} .$S" and there will be a space before dot
tinyMediaManager - THE media manager of your choice :)
Wanna help translate TMM ?
Image
#5
(2017-06-22, 21:14)myron Wrote: works for me.
The dot is there

Do you mean a space BEFORE the dot?
Because that comes from your pattern:
If no 3D tage is set, $3 will be empty [], and is removed afterwards.
that leaves us with "$T ($Y) {[$K]} .$S" and there will be a space before dot

Yes, I mean a space BEFORE the dot.
#6
try "$T ($Y) {[$K] }[$3].$S"
(space inside optional tag)
tinyMediaManager - THE media manager of your choice :)
Wanna help translate TMM ?
Image
#7
would assume that
"$T ($Y){ [$K] }{ [$3] }.$S"

is even better
tinyMediaManager - THE media manager of your choice - available for Windows, macOS and Linux
Help us translate tinyMediaManager at Weblate | Translations at 66%
Found a bug or want to submit a feature request? Contact us at GitLab
#8
(2017-07-06, 07:42)mlaggner Wrote: would assume that
"$T ($Y){ [$K] }{ [$3] }.$S"

is even better

Don´t work, always put a space.

Thanks in advance.

Logout Mark Read Team Forum Stats Members Help
Dot before Media source0