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

Support for Windows users
Post Reply
Biff
Posts: 241
Joined: 02 Mar 2014, 17:52

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

Post by Biff »

How can FileBot automatically (if available in the file name) add labels like "extended", "special edition", "director's cut", etc.?
Newest portable, stable FileBot, Windows 10 Home, 64bit
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post by rednoah »

Use the format. The {tags} binding will probably do just fine.
:idea: Please read the FAQ and How to Request Help.
Biff
Posts: 241
Joined: 02 Mar 2014, 17:52

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

Post 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.
Newest portable, stable FileBot, Windows 10 Home, 64bit
Biff
Posts: 241
Joined: 02 Mar 2014, 17:52

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

Post 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
Newest portable, stable FileBot, Windows 10 Home, 64bit
Post Reply