Search found 24027 matches

by rednoah
05 May 2014, 10:24
Forum: Help and Support
Topic: Incorrectly identified tv show as a movie
Replies: 9
Views: 8302

Re: Incorrectly identified tv show as a movie

Rename episodes using [TheTVDB] Auto-detected query: [Robot Chicken] Fetching episode data for [Robot Chicken] [TEST] Rename [/home/reinhard/workspace/Robot Chicken - S07e04.mp4] to [Robot Chicken - 7x04 - Rebel Appliance.mp4 Seems to work fine now. I'm guessing the original log is from when ...
by rednoah
05 May 2014, 05:27
Forum: Feature Requests and Bug Reports
Topic: broken exact match in several cases
Replies: 3
Views: 4915

Re: broken exact match in several cases

You can do these files manually. The correct match in this case even gets 1st place so it would work perfectly fine in -non-strict mode.

There is no in-between-strict-non-strict option. It's either very strict, or very optimistic, and you can't have both.
by rednoah
05 May 2014, 05:11
Forum: Scripting and Automation
Topic: [Solved] Script is doing nothing on Transmission complete
Replies: 9
Views: 11277

Re: Filebot script is doing nothing on Transmission complete

I'd be more worried about filebot not being allowed access to it's own home folder... which is very bad.

No idea why a file would be excluded. Maybe too small? Maybe too short? See manual for default minimum settings.
by rednoah
05 May 2014, 05:09
Forum: Feature Requests and Bug Reports
Topic: Strange "character" on naming
Replies: 6
Views: 4522

Re: Strange "character" on naming

There's multiple ways to encode these things even in unicode: http://en.wikipedia.org/wiki/Unicode_equivalence#Normalization So I guess ssh console knows ' + e (decomposed form) but doesn't actually know è (composed form) which has it's own unicode code. That's probably the explanation but I have no ...
by rednoah
04 May 2014, 18:41
Forum: Scripting and Automation
Topic: Different languages
Replies: 7
Views: 7269

Re: Different languages

Missing dependency:

Code: Select all

FileNotFoundException: /Users/Guille/Documents/Scripts/lib/htpc.groovy (No such file or directory)
The amc script might require other scripts depending on which features you activate. So it's best to clone the whole github repo.
by rednoah
04 May 2014, 18:39
Forum: Feature Requests and Bug Reports
Topic: Strange "character" on naming
Replies: 6
Views: 4522

Re: Strange "character" on naming

My money is on a badly configured Samba, or NAS, rather than Windows having issues with it's own native file sharing protocol.

You'll probably get more help on this in the QNAP forums than here.
by rednoah
04 May 2014, 18:03
Forum: Feature Requests and Bug Reports
Topic: Strange "character" on naming
Replies: 6
Views: 4522

Re: Strange "character" on naming

You'll need to configure everything correctly, including Samba server, PuTTY client, encodings, fonts, etc so it's a general issue and has nothing to do with filebot per se. But you'll definitely need to do some googling and playing around. But it definitely can be done ;) http://i.imgur.com/j6xlBgV ...
by rednoah
04 May 2014, 16:29
Forum: Scripting and Automation
Topic: AMC script use IMDB instead of TMDB
Replies: 7
Views: 7016

Re: AMC script use IMDB instead of TMDB

All HTPC software uses TheMovieDB and TheTVDB by now because they give us developers the interfaces we need, thank good the times of people have no choice but scrape IMDB are over, and the software world is better for it. FileBot doesn't download anything, therefore it can never reach critical mass ...
by rednoah
04 May 2014, 16:21
Forum: Feature Requests and Bug Reports
Topic: [Feature Request] Genres & Tags
Replies: 6
Views: 5023

Re: [Feature Request] Genres & Tags

You could try asking my supervisor to let me graduate early :lol:
by rednoah
04 May 2014, 14:23
Forum: Help and Support
Topic: [SOLVED] Script works in cmdline, not in uTorrent
Replies: 2
Views: 2574

Re: Script works in cmdline, not in uTorrent

It's definitely a permissions issue. I suppose cmdline somehow runs with different credentials than when utorrent runs filebot. But these things are pretty random. Using FileBot 4.1 RC2 might help. If it's a network drive use \\unc folder instead, if it's \\unc folder try a network drive, and check ...
by rednoah
04 May 2014, 14:18
Forum: Scripting and Automation
Topic: XBMC notification not working
Replies: 2
Views: 3484

Re: XBMC notification not working

You probably haven't enabled it:
http://wiki.xbmc.org/?title=JSON-RPC_AP ... g_JSON-RPC

FileBot uses the API via TCP protocol on the default port 9090 of the given host.
by rednoah
04 May 2014, 14:13
Forum: Feature Requests and Bug Reports
Topic: [Feature Request] Genres & Tags
Replies: 6
Views: 5023

Re: [Feature Request] Genres & Tags

Probably sometime in 2016 :lol:
by rednoah
04 May 2014, 14:12
Forum: Help and Support
Topic: FileBot script help
Replies: 3
Views: 2331

Re: FileBot script help

plex port has never been supported: plex=127.0.0.1 colon ; separator has never been supported: subtitles=en,da FileBot doesn't keep a backlog of what has been processed and what hasn't so there's probably no way. You can try to be smart about grepping lines from the logs you have and then passing ...
by rednoah
04 May 2014, 14:07
Forum: Scripting and Automation
Topic: AMC script use IMDB instead of TMDB
Replies: 7
Views: 7016

Re: AMC script use IMDB instead of TMDB

OMDB (former IMDBAPI until they got sued by IMDB) scrapes IMDB and then gives you an API for that. IMDB is not open with their data, so everyone is just scraping the html. Or using services that scrape the html. The {imdb} does give you the OMDB data if you haven't noticed. That's documented clearly ...
by rednoah
04 May 2014, 02:18
Forum: Feature Requests and Bug Reports
Topic: [Feature Request] Genres & Tags
Replies: 6
Views: 5023

Re: [Feature Request] Genres & Tags

Good idea! I will consider this for the paid appstore version of filebot that I'm working on.
by rednoah
04 May 2014, 02:00
Forum: Help and Support
Topic: FileBot script help
Replies: 3
Views: 2331

Re: Issues after updating...

I can easily see that the command you say you're calling is not the command your calling, not even close. Make a proper bug report instead of confusing people.

Also looking at the error message you just messed up the command line call. Learn how to use the cmdline.
by rednoah
03 May 2014, 12:35
Forum: Scripting and Automation
Topic: AMC Pushbullet
Replies: 12
Views: 8855

Re: AMC Pushbullet

-script /path/to/script.groovy => local script
-script fn:amc => remote script
by rednoah
03 May 2014, 12:32
Forum: Help and Support
Topic: Incorrectly identified tv show as a movie
Replies: 9
Views: 8302

Re: Incorrectly identified tv show as a movie

Your syntax is wrong. No "then" keyword in Java/Groovy

Better:

Code: Select all

{folder.name == 'testdata' ? fn : folder.name}
by rednoah
03 May 2014, 12:25
Forum: Scripting and Automation
Topic: AMC Pushbullet
Replies: 12
Views: 8855

Re: AMC Pushbullet

Use fn:amc

Or grab the latest script(s) manually:
https://github.com/filebot/scripts/tree/devel
by rednoah
03 May 2014, 12:02
Forum: Scripting and Automation
Topic: AMC Pushbullet
Replies: 12
Views: 8855

Re: AMC Pushbullet

Use 4.1 RC2
by rednoah
03 May 2014, 10:26
Forum: Scripting and Automation
Topic: AMC Pushbullet
Replies: 12
Views: 8855

Re: AMC Pushbullet

I might have some ideas if you show me the standard error output.
by rednoah
03 May 2014, 08:00
Forum: Scripting and Automation
Topic: AMC script use IMDB instead of TMDB
Replies: 7
Views: 7016

Re: AMC script use IMDB instead of TMDB

TMDB provides an API. IMDB doesn't.
by rednoah
03 May 2014, 07:56
Forum: Episode / Movie Naming Scheme
Topic: Diferents Database
Replies: 1
Views: 3104

Re: Diferents Database

No. But you can add the missing data to TheTVDB instead.
by rednoah
03 May 2014, 07:54
Forum: Episode / Movie Naming Scheme
Topic: AMC Incorrect Show Rename (Resurrection)
Replies: 9
Views: 10170

Re: AMC Incorrect Show Rename (Resurrection)

Why not try the 4.1 RC2 app bundle?