Keeping tags from release name
Posted: 28 Feb 2018, 12:58
I want to keep some of the tags from the release name, such as PROPER, REPACK, REAL etc.
I've been using {'.'+fn.match(/REAL/).upper()} in my script and it's been working great. However, yesterday I ran into a problem with the show UnREAL.
The original title: UnREAL.S03E01.720p.HDTV.x264-BATV
The result was: UnREAL.S03E01.REAL.720p
As you can see filebot added the REAL tag at the end because of the title of the show. It there any way to prevent this from happening? I really want to be able to keep the REAL tags in the filename if it's possible.
I've been using {'.'+fn.match(/REAL/).upper()} in my script and it's been working great. However, yesterday I ran into a problem with the show UnREAL.
The original title: UnREAL.S03E01.720p.HDTV.x264-BATV
The result was: UnREAL.S03E01.REAL.720p
As you can see filebot added the REAL tag at the end because of the title of the show. It there any way to prevent this from happening? I really want to be able to keep the REAL tags in the filename if it's possible.