Page 1 of 1

Add labels like "extended", "special edition", "director's c

Posted: 23 Jun 2016, 07:38
by Biff
How can FileBot automatically (if available in the file name) add labels like "extended", "special edition", "director's cut", etc.?

Re: Add labels like "extended", "special edition", "director

Posted: 23 Jun 2016, 07:51
by rednoah
Use the format. The {tags} binding will probably do just fine.

Re: Add labels like "extended", "special edition", "director

Posted: 23 Jun 2016, 08:09
by Biff
Thank you very much.

I have now: I:\Movies\{n.replace(':', ' -')} ({y}){' CD'+pi}{'.'+lang} - {tags}
Makes e.g.: Blues Brothers (1980) - [Extended].mp4

I assume, this is readable by most of the scrapers.

Many thanks again.

Re: Add labels like "extended", "special edition", "director

Posted: 23 Jun 2016, 11:36
by Biff
How could I add " - " only if such a label is available?

Using this
I:\Eigene Dateien\Videos\Filme\{n.replace(':', ' -')} ({y}){' CD'+pi}{'.'+lang}{tags}
(without a label) creates that
Blues Brothers (1980) - .mp4

With label it is correct:
Blues Brothers (1980) - [Extended].mp4