Multiple Movie Parts - all deleted

Any questions? Need some help?
Post Reply
talzac
Posts: 8
Joined: 05 Sep 2017, 07:33

Multiple Movie Parts - all deleted

Post 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…
talzac
Posts: 8
Joined: 05 Sep 2017, 07:33

Re: Multiple Movie Parts - all deleted

Post 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.
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Multiple Movie Parts - all deleted

Post by rednoah »

GUI or CLI? What does the log say?
:idea: Please read the FAQ and How to Request Help.
talzac
Posts: 8
Joined: 05 Sep 2017, 07:33

Re: Multiple Movie Parts - all deleted

Post by talzac »

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.
talzac
Posts: 8
Joined: 05 Sep 2017, 07:33

Re: Multiple Movie Parts - all deleted

Post by talzac »

so... it was my own fault ;)
Last edited by talzac on 12 Sep 2017, 07:01, edited 1 time in total.
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Multiple Movie Parts - all deleted

Post 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}
:idea: Please read the FAQ and How to Request Help.
talzac
Posts: 8
Joined: 05 Sep 2017, 07:33

Re: Multiple Movie Parts - all deleted

Post by talzac »

How can i check if the movie is split and only add this on split movies
talzac
Posts: 8
Joined: 05 Sep 2017, 07:33

Re: Multiple Movie Parts - all deleted

Post by talzac »

so I use Plex instead of n ?
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Multiple Movie Parts - all deleted

Post 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
:idea: Please read the FAQ and How to Request Help.
talzac
Posts: 8
Joined: 05 Sep 2017, 07:33

Re: Multiple Movie Parts - all deleted

Post by talzac »

Thanks
Post Reply