Search found 4 matches

by brinkdadrink
16 Apr 2017, 04:55
Forum: Scripting and Automation
Topic: use first folder name
Replies: 1
Views: 1797

use first folder name

I am trying to figure out how to use filebot to keep a folder structure. If i have /mnt/temp/Movies/movie name.mkv /mnt/temp/Camera/movie name.avi how can I use the movie format to place correctly to get /mnt/library/Movies/movie name (year)/movie name (year) /mnt/library/Camera/movie name (year ...
by brinkdadrink
08 Apr 2017, 16:35
Forum: Scripting and Automation
Topic: simple replace if better quality
Replies: 5
Views: 3962

Re: simple replace if better quality

Im just looking to move and if the file that might be there exists already check if the quality is better and move if so. /media/temp/SomeFolder/movie_name/movie_name.mkv to /media/SomeFolder/movie_name/movie_name.mkv Something like this. That way i keep the folder structure and it doesnt rename ...
by brinkdadrink
05 Apr 2017, 08:15
Forum: Scripting and Automation
Topic: simple replace if better quality
Replies: 5
Views: 3962

Re: simple replace if better quality

that is great. couple of quick questions. I read a couple of posts saying that -rename doesnt mean it will try and rename. That is the case here? --db xattr ---- This is if xattr metadata is enabled. Does that mean on my first original with renaming amc script? Also how would i enable that? lastly ...
by brinkdadrink
04 Apr 2017, 06:52
Forum: Scripting and Automation
Topic: simple replace if better quality
Replies: 5
Views: 3962

simple replace if better quality

I have recently moved the amc script to the rtorrent instead of post bulk. When I move the files to another server I dont need to rename or lookup the show/movie. I would like to add if new / conflict auto (overwrite if better quality). I am currently using the amc script for this but I think would ...