Search found 12 matches

by DHoarder
30 May 2017, 10:54
Forum: Help and Support
Topic: Increase Matching Accuracy and Skip Poor Matches?
Replies: 14
Views: 7237

Re: Increase Matching Accuracy and Skip Poor Matches?

What would be the correct match for each of these files? Please include TheTVDB / TheMovieDB links. Here we go: doc1: https://thetvdb.com/?tab=season&seriesid=324846&seasonid=702287&lid=7 doc2: http://thetvdb.com/?tab=episode&seriesid=76119&seasonid=680072&id=5921762&lid...
by DHoarder
30 May 2017, 10:42
Forum: Help and Support
Topic: Increase Matching Accuracy and Skip Poor Matches?
Replies: 14
Views: 7237

Re: Increase Matching Accuracy and Skip Poor Matches?

I've also found filebot to be less accurate recently specially for documentaries. Here are logs for two documentaries which were identified as movies. Run script [fn:amc] at [Sun May 28 21:54:07 IST 2017] Parameter: pushbullet = ***** Parameter: subtitles = en Parameter: clean = y Parameter: movieFo...
by DHoarder
17 Jan 2017, 06:30
Forum: Feature Requests and Bug Reports
Topic: Trouble with complex custom movie format
Replies: 1
Views: 2013

Trouble with complex custom movie format

I'm using movie/episode naming scheme as in log below successfully for quite some time. Recently though, filebot is sending movies to the incorrect folder. Run script [fn:amc] at [Wed Jan 11 08:56:14 IST 2017] Parameter: pushbullet = ***** Parameter: subtitles = en Parameter: clean = y Parameter: mo...
by DHoarder
09 Nov 2016, 10:19
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 684
Views: 1588865

Re: Release Groups {group}

Dublado
GOPI SAHI
nezu
INaM
~Invincible
NVEE
by DHoarder
22 Aug 2016, 11:35
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 684
Views: 1588865

Re: Release Groups {group}

C7B
AmX
Sphinctone1
MULVAcoded
by DHoarder
02 Jul 2016, 18:06
Forum: Scripting and Automation
Topic: java.lang.OutOfMemoryError: Java heap space
Replies: 1
Views: 2040

java.lang.OutOfMemoryError: Java heap space

It seems like filebot fails every time it attempts to rename releases from RARBG group, while everything else works like a charm. Here are two examples with logs. Run script [fn:amc] at [Sat Jul 02 23:14:54 IST 2016] Parameter: pushbullet = ***** Parameter: pushover = ***** Parameter: movieFormat = ...
by DHoarder
10 May 2016, 09:32
Forum: Episode / Movie Naming Scheme
Topic: Specific Genre naming based on several genres.
Replies: 13
Views: 8215

Re: Specific Genre naming based on several genres.

Hi Hoarder, I have a similar need in which I want to sort movies, series and animes (including animation) into different folders based on the language. I am pretty new to filbert and close to total ignorant about coding but not afraid to try kind of guy ;) Have you sorted your script out to your li...
by DHoarder
05 Feb 2016, 09:28
Forum: Episode / Movie Naming Scheme
Topic: Specific Genre naming based on several genres.
Replies: 13
Views: 8215

Re: Specific Genre naming based on several genres.

Searching Examples section at http://www.omdbapi.com/ gives: {"Title":"Airlift","Year":"2016","Rated":"N/A","Released":"22 Jan 2016","Runtime":"N/A","Genre":"Drama, History, Thriller&qu...
by DHoarder
05 Feb 2016, 06:38
Forum: Episode / Movie Naming Scheme
Topic: Specific Genre naming based on several genres.
Replies: 13
Views: 8215

Re: Specific Genre naming based on several genres.

I'm trying to sort films into different folders based on the language:

Code: Select all

def movieformat="//mnt/MyMedia/{omdb.language.contains('Hindi') ? 'Hindi' : 'English' }/..... "
However movie always goes to 'English' folder. What's wrong with this snippet? :?
by DHoarder
21 Nov 2015, 17:36
Forum: Help and Support
Topic: Error in script using format expression
Replies: 1
Views: 2126

Error in script using format expression

I'm using Ithiel's format expression in AMC script filebot -script fn:amc --output "/mnt/MyMedia" --log-file amc.log --action test -non-strict "/mnt/data/torrents/2001.A.Space.Odyssey.1968.1080p.BluRay.x264.anoXmous" --def "movieFormat=//mnt/MyMedia/Movies/{collection.replac...
by DHoarder
12 Nov 2015, 16:58
Forum: Help and Support
Topic: {vc},{vf}bindings not getting parsed
Replies: 2
Views: 2703

Re: {vc},{vf}bindings not getting parsed

Thanks. Got it working after installing Mediainfo.
by DHoarder
12 Nov 2015, 13:49
Forum: Help and Support
Topic: {vc},{vf}bindings not getting parsed
Replies: 2
Views: 2703

{vc},{vf}bindings not getting parsed

I'm running filebot on a movie directory with a simple expression. Here it goes: filebot -script fn:amc --output "/path/to/output" --log-file amc.log --action test -non-strict "/mnt/data/torrents/Total Recall (1990) [1080p]" --def "movieFormat={n.upperInitial().space('.')}.{...