Win folder rename
#1
please help: how to replace spaces with dots in the folder
screen
#2
@mlkf2014

That is TinyMediaManager. I will move you to their forum.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
#3
Not yet possible, as the setting says "filename".
noted.
tinyMediaManager - THE media manager of your choice :)
Wanna help translate TMM ?
Image
#4
(2019-08-12, 10:06)myron Wrote: Not yet possible, as the setting says "filename".
noted.

THX for that.
A temporary half-solution is: inserting dots between tokens
screen

oooooor:
I found a nice script. Just run it in a place with movie folders. He replaces spaces with dots.
- enter in the notepad:

@echo OFF
SETLOCAL EnableDelayedExpansion

FOR /f "tokens=*" %%a IN ('DIR /s /b /ad') DO (
SET Var=%%~na
SET Var=!Var: =.!
REN "%%a" "!Var!"
)


and save file as: "example.bat"

Rofl
#5
hooray!

latest TMM 3.0.3 snapshot - 17.08.2019 - It has the option to convert the space on the dot in the name of the folder!

thanks !!!

Rofl Rofl Rofl

Logout Mark Read Team Forum Stats Members Help
folder rename0