Search found 17 matches

by Whispering Klaxon
01 Jul 2016, 10:25
Forum: macOS
Topic: Error while updating CLI
Replies: 2
Views: 3441

Re: Error while updating CLI

Thank you. I thought I had updated Brew. Apparently not. Oops. Thanks for your help, trying that now. (edited to add the outcome) Here's what happened: $ brew update && brew upgrade && brew cask install filebot --force warning: unable to unlink .yardopts: Permission denied warning: u...
by Whispering Klaxon
01 Jul 2016, 10:10
Forum: macOS
Topic: Error while updating CLI
Replies: 2
Views: 3441

Error while updating CLI

Hi folks, I'm trying to update the command line tools, as per https://www.filebot.net/forums/viewtopic.php?f=4&t=2049 brew cask install filebot --force I get the following response ==> Downloading http://downloads.sourceforge.net/project/filebot/filebot/FileBot_4.5.6/FileBot_4.5.6.app.tar.gz cur...
by Whispering Klaxon
08 Jul 2014, 10:37
Forum: Help and Support
Topic: New error in 4.1: missing token: }
Replies: 4
Views: 2858

Re: New error in 4.1: missing token: }

OK, will do, thanks.
by Whispering Klaxon
08 Jul 2014, 10:32
Forum: Help and Support
Topic: New error in 4.1: missing token: }
Replies: 4
Views: 2858

New error in 4.1: missing token: }

Hi there, I recently upgraded to FileBot 4.1 and my AMC stopped working. I've cleared a couple of hurdles, but here's one I can't: My AMC command: #!/bin/bash /Applications/Filebot.app/Contents/MacOS/filebot.sh -script fn:amc --log-file amc.log --action copy -non-strict "$1" --conflict aut...
by Whispering Klaxon
12 Mar 2014, 12:00
Forum: Scripting and Automation
Topic: AMC without anime?
Replies: 8
Views: 6001

Re: AMC without anime?

That worked beautifully.

Thanks Red :)

by Whispering Klaxon
12 Mar 2014, 11:52
Forum: Feature Requests and Bug Reports
Topic: --conflict auto
Replies: 15
Views: 10044

Re: --conflict auto

Yep, that works for me :)
by Whispering Klaxon
11 Mar 2014, 09:56
Forum: Scripting and Automation
Topic: AMC without anime?
Replies: 8
Views: 6001

Re: AMC without anime?

Thanks. I'll try that when I can get to my media centre, and report back.

Ii anime => anime TV, then I can just define animeFormat the same as seriesFormat to make sure Attack on Titan goes to my TV disk.
by Whispering Klaxon
11 Mar 2014, 09:48
Forum: Feature Requests and Bug Reports
Topic: --conflict auto
Replies: 15
Views: 10044

Re: --conflict auto

I'm not really in a position to diagnose the causes of the issue, I just know that the newer copy of the file is better.
by Whispering Klaxon
11 Mar 2014, 09:02
Forum: Scripting and Automation
Topic: AMC without anime?
Replies: 8
Views: 6001

Re: AMC without anime?

I fear we may be talking about slightly different things. You're talking about four categories (movies, anime movies, tv, anime tv). AMC wants to use three categories (movies, anime, tv) and three DBs (TMDB, anidb, TVDB). I want to use only two (movies, tv) and (TMDB, TVDB). Here's a real example: /...
by Whispering Klaxon
11 Mar 2014, 08:58
Forum: Feature Requests and Bug Reports
Topic: --conflict auto
Replies: 15
Views: 10044

Re: --conflict auto

The reason I asked about modification date is because sometimes Transmission detects errors in a download a day or so after it has finished (and has been processed by FileBot). When Transmission goes back to the source and corrects the errors, it also changes the file modification date. At that poin...
by Whispering Klaxon
10 Mar 2014, 10:50
Forum: Feature Requests and Bug Reports
Topic: --conflict auto
Replies: 15
Views: 10044

--conflict auto

This is more of a question than a request, so I apologise if this is the wrong place for it. The new --conflict auto in version 4 is a great option. * Support new option --conflict auto which will only override inferior files How does it decide which file is inferior? What does it do if the two file...
by Whispering Klaxon
10 Mar 2014, 10:26
Forum: Scripting and Automation
Topic: AMC without anime?
Replies: 8
Views: 6001

Re: AMC without an Anime category?

My apologies for being unclear :) Instead of having an Anime directory, I'd like AMC to add anime movies to my Cinema disk and anime tv episodes to my TV disk. Instead of using a special naming scheme for anime, I'd like anime movies to use my movieFormat and I'd like anime tv shows to use my series...
by Whispering Klaxon
09 Mar 2014, 03:20
Forum: Scripting and Automation
Topic: AMC without anime?
Replies: 8
Views: 6001

AMC without anime?

Is there a command or parameter I can pass to AMC so that it will always handle anime content just like any other movie or TV?

Thanks :)
by Whispering Klaxon
09 Mar 2014, 03:07
Forum: Episode / Movie Naming Scheme
Topic: Ithiel's super crazy renaming scheme for perfectionists!
Replies: 28
Views: 39198

Re: Ithiel's super crazy renaming scheme for perfectionists!

In the end I gave up on the super crazy scheme. I have my own quite nutty scheme almost working how I want it to. Given the weeks and hours I've sunk into making filebot work, I'm calling it good enough and walking away with the tattered threads of my sanity. Thanks for your help. RedNoah's Escape t...
by Whispering Klaxon
20 Feb 2014, 11:51
Forum: Episode / Movie Naming Scheme
Topic: Ithiel's super crazy renaming scheme for perfectionists!
Replies: 28
Views: 39198

Re: Ithiel's super crazy renaming scheme for perfectionists!

Thanks Ithiel, I'll give that another try when I have a chance. I'm pretty sure something is being mis-parsed or mis-escaped in the environments I'm most unable to debug it. Sigh. I empathise with your Mac allergy. I have a similar thing with Windows; convulsions, spasms, cold sweats… which is quite...
by Whispering Klaxon
09 Feb 2014, 09:35
Forum: Episode / Movie Naming Scheme
Topic: Ithiel's super crazy renaming scheme for perfectionists!
Replies: 28
Views: 39198

Re: Ithiel's super crazy renaming scheme for perfectionists!

This is awesome! Thanks Ithiel, thanks Red :) I just wish I could make it work, in CLI or script, on Mac. I started in the FileBot GUI, where it produced dodgy output paths until I changed the first "\{norm" to "/{norm" (because Mac). So then I got Hazel to call amc using Ithiel'...