Plex + filebot: splitted movies issue
Posted: 23 Jun 2020, 09:49
I recently moved to filebot. It would be very useful to me adding some information to the file name, such as codec, resolution, bitrate.
I use the following format:
which gives, for example,
and Plex correctly recognize the movie. Great.
The problem arise dealing with movies splitted:
Plex can't recognize this properly. I know the guidelines and it should be named
1_ why filebot rename uncorrectly with the "CD1", capital and without the "-"?
2_ the Plex scraping is more robust than it claims to be (see my first example). Is it possible somehow to keep my renaming format and bypass the splitted movie issue?
I use the following format:
Code: Select all
E:/{plex.derive{" [$vf, $kbps, $vc, $ac]"}}
Code: Select all
E:\Movies\Some Like It Hot (1959)\Some Like It Hot (1959) [360p, 850 kbps, DivX, MP3].avi
The problem arise dealing with movies splitted:
Code: Select all
E:\Movies\Avatar (2009)\Avatar (2009) **CD1** [360p, 1076 kbps, XviD, MP3].avi
Here are my questions:E:\Movies\Avatar (2009)\Avatar (2009) - cd1.avi
1_ why filebot rename uncorrectly with the "CD1", capital and without the "-"?
2_ the Plex scraping is more robust than it claims to be (see my first example). Is it possible somehow to keep my renaming format and bypass the splitted movie issue?