Search found 4 matches

by takeitback
19 Sep 2016, 01:38
Forum: Scripting and Automation
Topic: How to use the --output and --format options?
Replies: 6
Views: 5508

Re: How to use the --output and --format options?

What if I do a rename script on my existing tv shows and then use the move script to move the newly downloaded tv shows to it's corresponding folder. I have about 2.5TB of existing TV shows in TV Shows\name\season # folders. I guess I can use powershell to put all those files in a single folder and ...
by takeitback
17 Sep 2016, 22:37
Forum: Scripting and Automation
Topic: How to use the --output and --format options?
Replies: 6
Views: 5508

Re: How to use the --output and --format options?

This code is still creating a new "Baskets (2016)" folder and not changing the name of the existing "Baskets" folder to "Baskets (2016)". filebot -non-strict -rename C:\DL\TV --action move --output "C:\Dest" --format "TV Shows\{ny}\Season {s}\{n.space('.')}.{'s'+s.pad(2)}e{e.pad(2)}.{t.space ...
by takeitback
17 Sep 2016, 22:02
Forum: Scripting and Automation
Topic: How to use the --output and --format options?
Replies: 6
Views: 5508

Re: How to use the --output and --format options?

1. Because there were no errors, I didn't think it to be relevant. That's my mistake. I should have posted it. Rename episodes using [TheTVDB] Auto-detected query: [Forever (2014)] Fetching episode data for [Forever (2014)] Fetching episode data for [Forever Green] Fetching episode data for [Forever ...
by takeitback
17 Sep 2016, 17:44
Forum: Scripting and Automation
Topic: How to use the --output and --format options?
Replies: 6
Views: 5508

How to use the --output and --format options?

I'm not new to scripting, but I am very new to using filebot for scripting. I'm testing a script before I perform it on the folders that have my TV shows in them. Here's the test. I have C:\DL\TV folder and I just dumped some episodes of a show called Forever in this folder unsorted and not named ...