Batch Rename Receiver recordings

Any questions? Need some help?
Post Reply
RonJohn
Posts: 2
Joined: 24 Jan 2016, 09:41

Batch Rename Receiver recordings

Post 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
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Batch Rename Receiver recordings

Post 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('-')}
:idea: Please read the FAQ and How to Request Help.
RonJohn
Posts: 2
Joined: 24 Jan 2016, 09:41

Re: Batch Rename Receiver recordings

Post by RonJohn »

mmmmmmmmmmmmmmmh! :roll:

rednoah Thank you so so so much !
Post Reply