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
Batch Rename Receiver recordings
Re: Batch Rename Receiver recordings
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.
Solution:
Test:
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.

Solution:
Code: Select all
{fn.after('-').after('-')}
Code: Select all
{'A - B - X - Y'.after('-').after('-')}
Re: Batch Rename Receiver recordings
mmmmmmmmmmmmmmmh!
rednoah Thank you so so so much !

rednoah Thank you so so so much !