You are not logged in.
Pages: 1
Hello ,
1) thanks x the software , it's very very very helpfull !
2) English it'snt my language , so please forgive me for bad
sentence or error
actually i have a little problem (Idea) with a few file i want to rename :
the file name structure is :
original name:
Title bla bla bla-Page_XX.jpg
New name:
-Page_XX -Title bla bla bla.jpg
ther is a function , scrypt o similar for automacally " move" the name before "-Page_XX" after "-Page_XX" ?
[i don't know any programing language ]
It's possible introduce this as a function ?
something like :
<< move text before "$$input$$" after "$$unput$$" >> ??
thanks
Offline
You can use the Rearrange rule for swapping around parts of the filename based on a delimiter.
Rearrange: Split by exact pattern of delimiters "-", New pattern "$2 - $1" (skip extension)
There are several other rules which can achieve similar effect, see the documentation for more details:
http://www.den4b.com/wiki/ReNamer:Rules
Offline
1000 thanks !
start experimenting this solution.
Offline
Pages: 1