Page 1 of 1

Multiple Movie Parts - all deleted

Posted: 11 Sep 2017, 19:59
by talzac
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…

Re: Multiple Movie Parts - all deleted

Posted: 11 Sep 2017, 20:42
by talzac
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

Posted: 12 Sep 2017, 02:19
by rednoah
GUI or CLI? What does the log say?

Re: Multiple Movie Parts - all deleted

Posted: 12 Sep 2017, 05:53
by talzac
The problem is the rename process, it overwrites it self because the name is the same.

Re: Multiple Movie Parts - all deleted

Posted: 12 Sep 2017, 05:59
by talzac
so... it was my own fault ;)

Re: Multiple Movie Parts - all deleted

Posted: 12 Sep 2017, 06:43
by rednoah
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:

Code: Select all

{ny}{' CD'+pi}
e.g. use default plex format which correctly formats multi part movies by default:

Code: Select all

{plex}

Re: Multiple Movie Parts - all deleted

Posted: 12 Sep 2017, 06:47
by talzac
How can i check if the movie is split and only add this on split movies

Re: Multiple Movie Parts - all deleted

Posted: 12 Sep 2017, 06:49
by talzac
so I use Plex instead of n ?

Re: Multiple Movie Parts - all deleted

Posted: 12 Sep 2017, 06:59
by rednoah
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

Re: Multiple Movie Parts - all deleted

Posted: 12 Sep 2017, 07:02
by talzac
Thanks