Pomoc Could medialibrary support 2 versions of 1 movie?

Robin

Entry Technician
Q Associate
7 Marzec 2016
66
4
8
QNAP
TS-x53B
Ethernet
802.11ac (Wi-Fi 5)
I downloaded 2 movies:
Batman.Begins.2005.RERiP.1080p.BluRay.x264-WiKi
Batman.Begins.2005.1080p.BluRay.x264.10bit-WiKi
The second movie will cover the first one in medialibrary/Movies/Batman Begins(2005)
only 1 "Batman Begins(2015).mkv"

Could it support 2 movies in the same folder with a different version like <movie name>.mkv & <movie name>-10bit.mkv?
Thanks!
 
hmmm
edit /usr/bin/rtorrent/bin/filebot-postprocess.sh
Find:
Bash:
_def_fmt_movies="movieFormat=${CONFIG_OUTPUT}/{vf =~ /2160p/ ? '4K' : ''}/{plex}"

For file name use: {plex} or {n.removeIllegalCharacters()} ({y})

Try this rule:
{plex}{vc =~ /x265/ ? ' HEVC' : null}{bitdepth == 10 ? ' 10bit' : null}

So at the end replace it with:
Bash:
_def_fmt_movies="movieFormat=${CONFIG_OUTPUT}/{vf =~ /2160p/ ? '4K' : ''}/{plex}{vc =~ /x265/ ? ' HEVC' : null}{bitdepth == 10 ? ' 10bit' : null}"

NOTE
For more customization please make sure to buy Filebot license!
Follow guide to install Filebot: Filebot not found. Please install java and filebot correctly...
Get full filebot support: FileBot - The ultimate TV and Movie Renamer