Search found 12 matches

by Dckehtpc
27 Aug 2017, 18:27
Forum: Episode / Movie Naming Scheme
Topic: Help with rename format
Replies: 5
Views: 4978

Re: Help with rename format

Here is my script filebot -script fn:amc --output "S:/Google Drive/Plex Cloud" --action move -non-strict "S:/HTPC_Media/Unsorted_Media" --log-file amc.log --def clean=y --def subtitles=en --def artwork=y --def plex=192.168.1.7:********* --def movieFormat={plex}" seriesFormat...
by Dckehtpc
27 Aug 2017, 18:25
Forum: Episode / Movie Naming Scheme
Topic: Help with rename format
Replies: 5
Views: 4978

Re: Help with rename format

I have decided to just rename all my current folders so they match the format of Season 01,02, 03 etc. However, I am having issues with my Movie Folders renaming correctly. The TV Shows work perfect but my Movies are being renamed as as two different folders as follows: The Zookeeper's Wife (2017) s...
by Dckehtpc
23 Aug 2017, 20:20
Forum: Episode / Movie Naming Scheme
Topic: Help with rename format
Replies: 5
Views: 4978

Re: Help with rename format

When using the following format in the filebot GUI this gives me the Season 1,2,3, etc. However, when I add this to my script it formats the Season folders with the padded 0 such as Season 01,02,03, etc.

Code: Select all

{n}/{'Season '+s}/{n} - {s00e00} - {t}
by Dckehtpc
23 Aug 2017, 18:12
Forum: Episode / Movie Naming Scheme
Topic: Help with rename format
Replies: 5
Views: 4978

Help with rename format

I am currently using the default naming format with the AMC Script. I would like to make one simple change to the format so Season shows as Season 1, 2, etc instead of Season 01, 02, etc. I appreciate any help. Thank you Current Format - S:\Google Drive\Plex Cloud\TV Shows\Game of Thrones\ Season 07...
by Dckehtpc
22 Aug 2017, 21:01
Forum: Scripting and Automation
Topic: How to properly format in Paths with spaces in script
Replies: 1
Views: 1717

How to properly format in Paths with spaces in script

I am having issues with my script recognizing my path output location that uses the following path. The script works when I renamed my path to something simple like S:/TV so I know it works. Unfortunately since I am using Google Drive as my output location I cant rename it. I am hoping there is some...
by Dckehtpc
22 Aug 2017, 20:05
Forum: Scripting and Automation
Topic: Sabnzbd AMC Script
Replies: 22
Views: 11636

Re: Sabnzbd AMC Script

Okay, I have figured most of this out. Please disregard my earlier post. I will let you know if I have any questions. Thanks again.
by Dckehtpc
22 Aug 2017, 19:42
Forum: Scripting and Automation
Topic: Sabnzbd AMC Script
Replies: 22
Views: 11636

Re: Sabnzbd AMC Script

I think I have the paths figured out now and this is my latest issue C:\Program Files\SABnzbd>filebot -script fn:amc --output "S:\TVTest" --action copy -non-strict --log-file amc.log --def excludeList=amc.txt "ut_dir=S:\TVShows\Alone.S04E06.HDTV.x264-KILLERS" "ut_kind=multi&...
by Dckehtpc
22 Aug 2017, 19:19
Forum: Scripting and Automation
Topic: Sabnzbd AMC Script
Replies: 22
Views: 11636

Re: Sabnzbd AMC Script

I am getting closer but I cant figure out how I am suppose to enter the paths correctly. I copied the follow cmd script below to see if I can get it to work and I get the following path errors. I read the following statements but it doesnt seem to be working. I think if you can lead me in the right...
by Dckehtpc
22 Aug 2017, 16:59
Forum: Scripting and Automation
Topic: Sabnzbd AMC Script
Replies: 22
Views: 11636

Re: Sabnzbd AMC Script

This is the wrong path for my media and I dont understand where it is getting this information

Illegal Argument: java.nio.file.NoSuchFileException: C:\Program Files\SABnzbd\Shows\Preacher\Season (Shows\Preacher\Season)

My media is located at S:\HTPC_Media\TV Shows\Preacher\Season 2
by Dckehtpc
22 Aug 2017, 16:53
Forum: Scripting and Automation
Topic: Sabnzbd AMC Script
Replies: 22
Views: 11636

Re: Sabnzbd AMC Script

Thanks you. Where is that path coming from? Is that suppose to be my completed download folder for my TV Shows?

Also I dont understand where these commands are pointing to in my Sabnzbd setup:
SET NZB_OUTPUT_FOLDER=%1
SET NZB_JOB_NAME=%3
SET NZB_CATEGORY=%5
by Dckehtpc
22 Aug 2017, 16:23
Forum: Scripting and Automation
Topic: Sabnzbd AMC Script
Replies: 22
Views: 11636

Re: Sabnzbd AMC Script

This is the script I am using: SET NZB_OUTPUT_FOLDER=%1 SET NZB_JOB_NAME=%3 SET NZB_CATEGORY=%5 filebot -script fn:amc --output "S:\HTPC_Media\TV Shows" --action copy -non-strict --log-file amc.log --def excludeList=amc.txt "ut_dir=%NZB_OUTPUT_FOLDER%" "ut_kind=multi" ...
by Dckehtpc
22 Aug 2017, 14:13
Forum: Scripting and Automation
Topic: Sabnzbd AMC Script
Replies: 22
Views: 11636

Re: Sabnzbd AMC Script

Hi, I am trying to add this same script to my Sabnzbd for post processing. Do I just copy the script and create a .bat file then invoke this script from Sabnzbd by adding to the appropriate categories? I appreciate any help in getting started. Thank you