Search found 7 matches

by jacox
21 Feb 2014, 12:18
Forum: Scripting and Automation
Topic: Filebot & SABnzbd+
Replies: 14
Views: 10429

Re: Filebot & SABnzbd+

I've come up with this.

Code: Select all

find "." -iname "*.mkv" -execdir filebot --db TheMovieDB -non-strict -r --format "{n.upperInitial()} ({y})/{n.upperInitial().space('.')}.{y}.{vf}.{vc}" --action test
I haven't had a chance to test it yet, but I will tonight.
by jacox
21 Feb 2014, 01:49
Forum: Scripting and Automation
Topic: Filebot & SABnzbd+
Replies: 14
Views: 10429

Re: Filebot & SABnzbd+

Well in that case I give up. Back to the GUI for me.
by jacox
20 Feb 2014, 17:16
Forum: Scripting and Automation
Topic: Filebot & SABnzbd+
Replies: 14
Views: 10429

Re: Filebot & SABnzbd+

Ok. I am using this script which seems to be picking up the new movies and renaming them accordingly: filebot -script fn:renall . --db TheMovieDB -non-strict -r --format "{n.upperInitial()} ({y})/{n.upperInitial().space('.')}.{y}.{vf}.{vc}" --action test

This is perfect. However, it is also ...
by jacox
20 Feb 2014, 16:47
Forum: Scripting and Automation
Topic: Filebot & SABnzbd+
Replies: 14
Views: 10429

Re: Filebot & SABnzbd+

This script seems to do the trick: filebot -script fn:renall "path/to/movies" -non-strict --db TheMovieDB --def target=folder

In test mode it detects that there are already correctly named movies in the folder and skips them, while picking up the two new movies. It only seems to rename movies ...
by jacox
20 Feb 2014, 16:33
Forum: Scripting and Automation
Topic: Filebot & SABnzbd+
Replies: 14
Views: 10429

Re: Filebot & SABnzbd+

I've given up with integrating this into SABnazbd for the time being. For the time being I just want to figure out the correct command to use in the CLI.

I want to use this expression: {n.upperInitial()} ({y})/{n.upperInitial().space('.')}.{y}.{vf}.{vc} .

My movies are automatically placed into a ...
by jacox
19 Feb 2014, 16:40
Forum: Scripting and Automation
Topic: Filebot & SABnzbd+
Replies: 14
Views: 10429

Filebot & SABnzbd+

So I've been trying desperately to finish the final piece of my media nirvana puzzle.

Currently I have the following setup which works perfectly. SABnzbd + Couchpotato + Sickbeard. This is all setup perfectly for my needs.

My issue is with movies. Currently SABnzbd is setup so that when a movie ...
by jacox
16 Feb 2014, 18:32
Forum: Help and Support
Topic: Replacing a colon with a dash
Replies: 3
Views: 10677

Replacing a colon with a dash

I have FileBot set up to rename my movie folders and filenames correctly using the following expression: //Volumes/Movies/{n} ({y})/{n.upperInitial().space('.')}.{y}.{vf}.{vc}

However, I am running into a small problem when I have movies like this: Seal Team Six: The Raid on Osama Bin Laden

As ...