Search found 7 matches

by zkyevolved
20 Apr 2017, 15:41
Forum: Scripting and Automation
Topic: replace low quality version with HQ
Replies: 8
Views: 5879

Re: replace low quality version with HQ

rednoah wrote:That's an implementation detail and subject to change. Currently, it's a mix of video resolution, file size and whether or not the filename contains terms like REPACK and similar tags. Generally speaking, bigger is better.

Awesome :D Thanks!
by zkyevolved
20 Apr 2017, 15:07
Forum: Scripting and Automation
Topic: replace low quality version with HQ
Replies: 8
Views: 5879

Re: replace low quality version with HQ

--conflict override will always override existing files. --conflict skip will never override existing files. --conflict auto means that FileBot should decide between override and skip behavior depending on the situation. What is the criteria for it to decide by itself? Does it check it's quality ...
by zkyevolved
20 Apr 2017, 15:00
Forum: Scripting and Automation
Topic: replace low quality version with HQ
Replies: 8
Views: 5879

Re: replace low quality version with HQ

rednoah wrote:My bad. This will do what you want:

Code: Select all

--conflict auto
It doesn't need to go anywhere specific.

Kick butt! So I just threw it at the end of the script. I'll give it a whirl! :D Thank you for your help! Well worth the money! If you don't mind my asking, why auto vs override?
by zkyevolved
20 Apr 2017, 11:22
Forum: Scripting and Automation
Topic: replace low quality version with HQ
Replies: 8
Views: 5879

Re: replace low quality version with HQ

That's what I mentioned in my post, but does it need to go anywhere specific in my script?
by zkyevolved
20 Apr 2017, 10:24
Forum: Scripting and Automation
Topic: replace low quality version with HQ
Replies: 8
Views: 5879

replace low quality version with HQ

Hello everyone, I've got a question. I'm using the command line version to organize plex in conjunction with a server and goodsync, and this is my script: cmd.exe /c start /min filebot -script fn:amc --output "M:\Plex Media" --action move --def subtitles=en,es,jp --def artwork=y --def artwork=y -non ...
by zkyevolved
28 Feb 2016, 22:07
Forum: Windows
Topic: Help with custom script and how to execute
Replies: 1
Views: 2748

Re: Help with custom script and how to execute

Never mind, with a lot of trial and error I got it. GoodSync runs this: filebot -script fn:amc --output "M:\Plex Media" --action move --def subtitles=en,es,jp --def artwork=y -non-strict "M:\Plex Media\Downloads" --log-file amc.log --def excludeList=amc.txt --def clean=y --def unsorted=y --def ...
by zkyevolved
28 Feb 2016, 19:42
Forum: Windows
Topic: Help with custom script and how to execute
Replies: 1
Views: 2748

Help with custom script and how to execute

Hello everyone. I have a seedbox, and the seedbox is a low-cost one, meaning it's pretty stripped of features. What I've done is used GoodSync to syncronize the contents of the seedbox to a folder. After it downloads the contents, it deletes it. I'd like some help to script GoodSync to automatically ...