Page 1 of 1

Adding tags to filename

Posted: 25 Sep 2016, 11:33
by bigbag
Hi,

i'm new to filebot, and allready am a huge fan of it.

I looked up some stuff, and i editted the format to this:

Code: Select all

{n} ({y}) {tags.join(', ')} [{imdbid}]

tags.binding:

Code: Select all

Extended|Uncensored|Remastered|Unrated|Uncut|IMAX|(Director.?s|Theatrical|Ultimate|Final|Rogue|Collectors|Special).(Cut|Edition|Version)
is there a way to add more versions to this tag?

Some movies have D.C. or Ultimate Director's Cut in their filename, and then it doesn't show thatinfo, or cuts it to eg. Extended.

Also, if there is web-dl in the filename, how can i keep it in the new filename?


eg.

The Movie (1989) Ultimate Directors Cut - Web-DL.mkv
becomes
The Movie (1989) Directors Cut [tt0011223].mkv

but i want it to show:

The Movie (1989) Ultimate Directors Cut WEB-DL [tt0011223].mkv

Is that possible?

Re: Adding tags to filename

Posted: 25 Sep 2016, 11:47
by rednoah
{tags} is predefined but more tags can be added for future versions. You can use String.matchAll(/regex/) to match anything else from the filename.

{source} will catch patterns like WEB-DL from the filename.

Re: Adding tags to filename

Posted: 11 Nov 2016, 03:13
by jantjo
how can I get the second portion to show? I can get the extended or unrated, but cant seem to get the cut, edition, version to.

Re: Adding tags to filename

Posted: 11 Nov 2016, 04:46
by rednoah
Thanks for the post! Before a real human comes by, please make sure your report has all the following points checked:
  • What are you trying to do achieve? What's not working? What have you tried so far?
  • Include screenshots, logs or filenames (i.e. demonstrate the issue)
  • Include basic information (i.e. sysinfo output)
:idea: Please read How to Request Help and Fix Problems, Report Bugs, Get Features

Re: Adding tags to filename

Posted: 14 Feb 2025, 13:03
by rednoah