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)
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?