Page 1 of 1

Batch Rename Receiver recordings

Posted: 24 Jan 2016, 10:07
by RonJohn
Hello,
need help in batch renaming my Dreambox recordings on Diskstation for now with FileBot 4.6 on my Macbook (El Capitan)

For instance:

"20140824 1419 - ProSieben MAXX - Flames - Geschmack ist alles.eit"
to
"Flames - Geschmack ist alles.eit"

The only useful marker repeating in all recordings from my receiver i would use is the 2. ( - ) + one space after the TV stations name here: ProSieben MAXX

I try several days with function: n.after but get caught in syntax by reaching not the first " - " i need to cut it after the second - and a space.
So far:
{n.after('-')}

Gone crosseyed after two hours on the groovy site..

Thank you for any help.

Dreambox: Newnigma2
Macbook Pro: OS X 10.11.2
FileBot: 4.6

Re: Batch Rename Receiver recordings

Posted: 24 Jan 2016, 10:17
by rednoah
1.
I'll assume you've read the Batch Rename any type of file docs already:
viewtopic.php?f=3&t=2072


2.
You're so close. The solution is more of the same. :lol:

Solution:

Code: Select all

{fn.after('-').after('-')}
Test:

Code: Select all

{'A - B - X - Y'.after('-').after('-')}

Re: Batch Rename Receiver recordings

Posted: 24 Jan 2016, 12:50
by RonJohn
mmmmmmmmmmmmmmmh! :roll:

rednoah Thank you so so so much !