Search found 10 matches

by azilko
31 Aug 2022, 06:33
Forum: Episode / Movie Naming Scheme
Topic: Add Plex Editions
Replies: 1
Views: 794

Add Plex Editions

Apologies if this has been answered already, but I have searched and searched, and simply can't find it.

I have all my 4K movies properly names w/ the {drive}/Media/{plex} structure. How could I go about adding the "edition-4K" tag to each file name?

Much appreciated for the help on this.
by azilko
17 Jan 2020, 21:26
Forum: Scripting and Automation
Topic: sabnzbd + filebot script issue
Replies: 1
Views: 2854

sabnzbd + filebot script issue

Sab will run this script below just find, but will throw an error as it's saying that it's looking for the file in a different folder (yet it'll move the file to the correct folder just fine). Here's the script SET NZB_OUTPUT_FOLDER=%1 SET NZB_JOB_NAME=%3 SET NZB_CATEGORY=%5 filebot -script fn:amc -...
by azilko
06 Feb 2017, 17:22
Forum: Scripting and Automation
Topic: Sabnzbd AMC Script
Replies: 22
Views: 11596

Re: Sabnzbd AMC Script

Okay, so everything is working except the subtitles aren't downloading. I've verified that the filebot app (being run from the GUI) can find the subtitles. Here's the output of this script running, C:\Program Files (x86)\SABnzbd>SET NZB_OUTPUT_FOLDER=K:\CompletedMedia\Vikings.S04E19.On.The.Eve.720p....
by azilko
06 Feb 2017, 02:22
Forum: Scripting and Automation
Topic: Sabnzbd AMC Script
Replies: 22
Views: 11596

Re: Sabnzbd AMC Script

That was my issue, is that my output folder was downloads. Can you post the full script incorporating this, --action move --def clean=y --def subtitles=en ? I'm not sure what should be overwritten. The script is also keeping the original file in the original dir. I assume that --action move will mov...
by azilko
05 Feb 2017, 21:48
Forum: Scripting and Automation
Topic: Sabnzbd AMC Script
Replies: 22
Views: 11596

Re: Sabnzbd AMC Script

Figured it out. Thanks for your help!! One last thing... How can I have filebot move the video file out of the folder and delete everything else, and have it download subtitles in english? BTW, I had done everything in your last post, however, I think that I was trying to read from, and write to, th...
by azilko
05 Feb 2017, 20:34
Forum: Scripting and Automation
Topic: Sabnzbd AMC Script
Replies: 22
Views: 11596

Re: Sabnzbd AMC Script

I ran that script, here's the error I continue to get, C:\Program Files (x86)\SABnzbd>filebot -script fn:amc --output "K:/Downloads" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=n artwork=n "ut_label=S" "ut_title=K" "ut_file=D...
by azilko
05 Feb 2017, 20:04
Forum: Scripting and Automation
Topic: Sabnzbd AMC Script
Replies: 22
Views: 11596

Re: Sabnzbd AMC Script

Also, donation sent. Paid in EU, so you'll receive a bit more. Appreciate the help with this.
by azilko
05 Feb 2017, 20:00
Forum: Scripting and Automation
Topic: Sabnzbd AMC Script
Replies: 22
Views: 11596

Re: Sabnzbd AMC Script

For,

Code: Select all

SET NZB_OUTPUT_FOLDER=%1
SET NZB_JOB_NAME=%3
SET NZB_CATEGORY=%5
Do I need to edit these somewhere? For example, do I need to add to this script a replacement for "%1, %3, and %5"? Or is that passed automatically?
by azilko
05 Feb 2017, 18:46
Forum: Scripting and Automation
Topic: Sabnzbd AMC Script
Replies: 22
Views: 11596

Re: Sabnzbd AMC Script

How are SABnzbd integration scripts supposed to look like? It's different for every application. You can't just copy & paste the utorrent command template. @see https://www.filebot.net/forums/viewtopic.php?f=4&t=4239 I don't know how they're supposed to look as I'm a noob to this app / scri...
by azilko
04 Feb 2017, 22:07
Forum: Scripting and Automation
Topic: Sabnzbd AMC Script
Replies: 22
Views: 11596

Sabnzbd AMC Script

My code is, filebot -script fn:amc --output "K:/Downloads" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y music=n artwork=n "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D&q...