Search found 7 matches

by Catmal
27 Jul 2018, 02:24
Forum: Scripting and Automation
Topic: Filebot picks up featurettes instead of movie file
Replies: 16
Views: 8473

Re: Filebot picks up featurettes instead of movie file

I actually did a mistake on last reply on folder structure. Fixed now.. Anyway as featurette files to ignore are always inside "Featurettes" folders, setting --def ignore="Featurettes" should solve the issue. As wrong files are choosen randomly I can't reproduce it at the moment....
by Catmal
26 Jul 2018, 18:58
Forum: Scripting and Automation
Topic: Filebot picks up featurettes instead of movie file
Replies: 16
Views: 8473

Re: Filebot picks up featurettes instead of movie file

Structure is like this: Movies to process/Mission Impossible/Mission Impossible.mkv Movies to process/Mission Impossible/Featurettes/Mission Impossible Behind The Scenes.mkv Movies to process/The Interview/The Interview.mkv and so on... Each movie has its own folder. If I'm understanding well, solut...
by Catmal
26 Jul 2018, 18:30
Forum: Scripting and Automation
Topic: Filebot picks up featurettes instead of movie file
Replies: 16
Views: 8473

Re: Filebot picks up featurettes instead of movie file

The problem with that is that there are featurette files which are bigger than movie files (I mean for different movies). For a movie I might have a featurette file of say 2,3GB. For another movie I might have the actual movie file of 1,9GB. That's why I was thinking to pick up the biggest, not to s...
by Catmal
26 Jul 2018, 18:14
Forum: Scripting and Automation
Topic: Move movies on different drives depending on year
Replies: 4
Views: 2063

Re: Move movies on different drives depending on year

Right I misunderstood first example.

Works perfectly now. Thanks!
by Catmal
26 Jul 2018, 18:12
Forum: Scripting and Automation
Topic: Filebot picks up featurettes instead of movie file
Replies: 16
Views: 8473

Filebot picks up featurettes instead of movie file

Is it possible to have the amc script to pick the biggest file in the folder looked up? Say I have a folder with actual movie file and featurettes. Sometimes filebot renames a featurette file as actual movie while ignoring actual movie file. Actual movie file is always the biggest one hence i though...
by Catmal
26 Jul 2018, 15:22
Forum: Scripting and Automation
Topic: Move movies on different drives depending on year
Replies: 4
Views: 2063

Re: Move movies on different drives depending on year

I think I was not clear. Let say I want all movies before 2012 to go to /mnt/Old Movies/Movies. /mnt/Old Movies is drive mounting point, Movies is the folder name. Movies will go in this folder without another folder for each single movie. Folder movies contains movie files. Final result is /mnt/Old...
by Catmal
26 Jul 2018, 04:12
Forum: Scripting and Automation
Topic: Move movies on different drives depending on year
Replies: 4
Views: 2063

Move movies on different drives depending on year

My amc.sh script is filebot -script fn:amc --output "/mnt/Secondary" --def subtitles=en,it "seriesFormat=/mnt/TV Shows/TV Shows/{n}/Season {s}/{n} - {s00e00} - {t}{'.'+lang}" "movieFormat=/mnt/Secondary/Movies/{n} ({y}){'.'+lang}" --db OpenSubtitles --action move "...