Hi,
I had 100 movies with multiple movie parts, like CD01 and CD02 or equal. Disk1, disk 2
They have been deleted so now I only have half movies...
I must go through the entire collection and find and delete all broken movies manually now…
How can I prevent this in the future? How can I get filebot to save split movies?
Thanks…
Multiple Movie Parts - all deleted
Re: Multiple Movie Parts - all deleted
one part of each move was renamed and saved.. the other part was deleted when the movie was movied to the destination folder.
Re: Multiple Movie Parts - all deleted
GUI or CLI? What does the log say?
Re: Multiple Movie Parts - all deleted
The problem is the rename process, it overwrites it self because the name is the same.
Last edited by talzac on 12 Sep 2017, 06:58, edited 5 times in total.
Re: Multiple Movie Parts - all deleted
so... it was my own fault 

Last edited by talzac on 12 Sep 2017, 07:01, edited 1 time in total.
Re: Multiple Movie Parts - all deleted
If you use custom formats in combination with --action override, then you need to make sure that your format create unique destination paths for multi-part movies, for example by using the {pi} movie part binding in your format.
e.g. use part index in your format:
e.g. use default plex format which correctly formats multi part movies by default:
e.g. use part index in your format:
Code: Select all
{ny}{' CD'+pi}
Code: Select all
{plex}
Re: Multiple Movie Parts - all deleted
How can i check if the movie is split and only add this on split movies
Re: Multiple Movie Parts - all deleted
so I use Plex instead of n ?
Re: Multiple Movie Parts - all deleted
That depends on what you want. I recommend playing with the GUI Format Editor until you have a good grasp at how it works.
@see https://www.filebot.net/naming.html
@see https://www.filebot.net/naming.html