Search found 128 matches

by viking
16 May 2016, 07:20
Forum: Windows
Topic: Subtitles: Cannot get property 'path' on null object
Replies: 10
Views: 5413

Re: Subtitles: Cannot get property 'path' on null object

1. Last time FileBot grabbed a database dump, less than 30 days ago, that TV Show hadn't been added yet. It seems to be there now, so it'll start working eventually. @see http://www.opensubtitles.org/addons/export_movie.php I just tried to search using the FileBot GUI, but it is still not found. Is...
by viking
16 May 2016, 01:46
Forum: Windows
Topic: Subtitles: Cannot get property 'path' on null object
Replies: 10
Views: 5413

Re: Subtitles: Cannot get property 'path' on null object

Great that dumps are grabbed every week now!
However, any clue why Hunters still do not show up in the Filebot Search? It has been available with subtitles on opensubtitles for more than 1 month.
I believe that the ID=442047.
by viking
15 May 2016, 20:17
Forum: Windows
Topic: Subtitles: Cannot get property 'path' on null object
Replies: 10
Views: 5413

Re: Subtitles: Cannot get property 'path' on null object

Ah, I see. Searching from within Filebot GUI (which I wasn't using)! 1. You also said "If a new show is added to osdb..". Did you mean a new title or new episode? A. If new title, it has been available for 34 days now (Since 4/18/16), so I guess it should start working after tomorrow? B. I...
by viking
15 May 2016, 18:01
Forum: Windows
Topic: Subtitles: Cannot get property 'path' on null object
Replies: 10
Views: 5413

Re: Subtitles: Cannot get property 'path' on null object

2. A manual search for "Hunters" doesn't give me a good result at all. FileBot uses it's own local opensubtitles index (and not use the search api) for searching for movies/shows by name. If a new show is added to osdb, then filebot might not be able to find it until a few weeks later (re...
by viking
14 May 2016, 05:19
Forum: Windows
Topic: Subtitles: Cannot get property 'path' on null object
Replies: 10
Views: 5413

Subtitles: Cannot get property 'path' on null object

I have been trying to find subtitles for a show for several days w/o luck. It has been available on opensubtitles.org for 4 days on 5/14/16. (since 5/10/16; http://www.opensubtitles.org/download/s/sublanguageid-eng/imdbid-5301178. http://www.opensubtitles.org/en/ssearch/sublanguageid-eng/idmovie-442...
by viking
03 May 2016, 17:38
Forum: Feature Requests and Bug Reports
Topic: -get-subtitles on non-existing file => No missing subtitles
Replies: 3
Views: 2369

Re: -get-subtitles on non-existing file => No missing subtit

Well, it also thinks that there are no missing subtitles if the extension is missing. For example: filebot.cmd -get-subtitles "Path\somefile" -non-strict => No missing subtitles but: filebot.cmd -get-subtitles "Path\somefile.avi" -non-strict => No matching subtitles found: Path\s...
by viking
03 May 2016, 09:30
Forum: Feature Requests and Bug Reports
Topic: -get-subtitles on non-existing file => No missing subtitles
Replies: 3
Views: 2369

-get-subtitles on non-existing file => No missing subtitles

If I run the command:

Code: Select all

filebot.cmd -get-subtitles "PathtoFile" -non-strict
on a file that does not exist,
I get the response " No missing subtitles".
Shouldn't there be an error instead, like "file does not exist"?
by viking
13 Apr 2016, 08:34
Forum: Feature Requests and Bug Reports
Topic: Better subtitle search
Replies: 4
Views: 3464

Re: Better subtitle search

Using -get-subtitles today, I got the same results as you: Fetch subtitles for [P:\Ultimate_Server\Television\Quantico\Season 1] Get [English] subtitles for 1 files Looking up subtitles by hash via OpenSubtitles Fetching [Quantico.S01E17.PROPER.HDTV.x264-BATV.srt] Export [Quantico.S01E17.PROPER.HDTV...
by viking
13 Apr 2016, 00:33
Forum: Feature Requests and Bug Reports
Topic: Better subtitle search
Replies: 4
Views: 3464

Better subtitle search

I often get poor subtitles that are out of sync, even though they are hash matched. For example, doing a search using dev:osdb.explain I found 3 subtitles: File: P:\Ultimate_Server\Television\Quantico\Season 1\Quantico.S01E17.PROPER.720p.HDTV.x264-BATV[rarbg].mkv Hash/Tag Lookup (hash: 1ed67c43e4a3b...
by viking
13 Apr 2016, 00:08
Forum: Windows
Topic: GUI missing some subtitles
Replies: 1
Views: 2608

GUI missing some subtitles

When I used dev:osdb.explain yesterday, I got 3 subtitles downloaded: File: P:\Ultimate_Server\Television\Quantico\Season 1\Quantico.S01E17.PROPER.720p.HDTV.x264-BATV[rarbg].mkv Hash/Tag Lookup (hash: 1ed67c43e4a3b09f, size: 992272721, lang: eng, tag: Quantico.S01E17.PROPER.720p.HDTV.x264-BATV[rarbg...
by viking
31 Mar 2016, 17:39
Forum: Scripting and Automation
Topic: Do not append log file?
Replies: 4
Views: 2662

Re: Do not append log file?

Pretty much. Do you have any objections with that? :D That will probably work. I had actually planned to do exactly that in my "Automate" script that runs the Filebot suball script. I just wondered if there was a flag to overwrite the file rather than append so that a delete would not be ...
by viking
31 Mar 2016, 08:24
Forum: Scripting and Automation
Topic: Do not append log file?
Replies: 4
Views: 2662

Re: Do not append log file?

rednoah wrote:No, but you can do an rm /path/to/log in the script that calls filebot. ;)

EDIT: del on Windows
Eh, you mean to simply delete the file before it is written again?
by viking
31 Mar 2016, 05:02
Forum: Scripting and Automation
Topic: Do not append log file?
Replies: 4
Views: 2662

Do not append log file?

Currently, when I write to a log file it appends the file if it exists.
Is it possible to overwrite the file instead?
by viking
25 Mar 2016, 05:00
Forum: Windows
Topic: How does caching affect the suball script?
Replies: 9
Views: 4736

Re: How does caching affect the suball script?

rednoah wrote:Alright, the caches now use odd times, 18 hours instead 24 hours / 12 days instead of 14 days / etc to account for minor time offsets.
OK. Thanks!
What is the 12/14 day cache used for?
Do I need to download the latest version, filebot-4.6.2-r3768-sub.jar, for this?
by viking
24 Mar 2016, 22:41
Forum: Windows
Topic: How does caching affect the suball script?
Replies: 9
Views: 4736

Re: How does caching affect the suball script?

rednoah wrote:Call your script every day at exactly 19:00 then. That'd allow for early dinner as well. :D
Actually, I need to run it manually at a time when I am not using the computer (I am using the suball script within another script using Automate software).
by viking
23 Mar 2016, 22:51
Forum: Windows
Topic: How does caching affect the suball script?
Replies: 9
Views: 4736

Re: How does caching affect the suball script?

Problem: 3/22 at 22:00 Download file 3/23 at 21:00 Try to download subtitles (I wanted to watch the show while having late dinner); Nothing available 3/24 at 20:00 Try to download subtitles again. Oops nothing available because of the cache. I wanted to watch the show when having normal dinner. Now...
by viking
23 Mar 2016, 21:38
Forum: Windows
Topic: How does caching affect the suball script?
Replies: 9
Views: 4736

Re: How does caching affect the suball script?

1. I usually run suball on several subdirectories once/day . However, sometimes I need to just repeat it for a single subdirectory (with a single media file) and I cannot get any results because of the cache. 2. If I use --def minAgeDays=0.5 wouldn't that still limit my results to once/day because o...
by viking
23 Mar 2016, 04:46
Forum: Windows
Topic: How does caching affect the suball script?
Replies: 9
Views: 4736

How does caching affect the suball script?

Is there some way to avoid using the cache when using suball?
I am always first manually clearing the cache.
by viking
05 Mar 2016, 20:27
Forum: Windows
Topic: osdb.explain error with 4.6.1-r3574
Replies: 2
Views: 2610

Re: osdb.explain error with 4.6.1-r3574

rednoah wrote:The latest dev:osdb.explain script is now compatible with r3596.
Works now. Thanks :)
by viking
05 Mar 2016, 10:00
Forum: Windows
Topic: osdb.explain error with 4.6.1-r3574
Replies: 2
Views: 2610

osdb.explain error with 4.6.1-r3574

osdb.explain does not download any subtitles and gives an error on build r3574 (r3569 works fine). I run them as portable. Command: filebot.cmd -script dev:osdb.explain "P:\Ultimate_Server\Television\The 100\Season 3\The.100.S03E07.720p.HDTV.x264-AVS[rarbg].mkv" -non-strict --def fetch=y -...
by viking
27 Feb 2016, 09:27
Forum: Feature Requests and Bug Reports
Topic: Subtitles: Best Hash Match: null? Hash/Name Search Options
Replies: 6
Views: 4099

Re: Subtitles: Best Hash Match: null? Hash/Name Search Optio

rednoah wrote:I see. Please try r3574.
Both the CLI & GUI finds the correct subtitles now :)
Thanks!
by viking
26 Feb 2016, 19:01
Forum: Feature Requests and Bug Reports
Topic: Subtitles: Best Hash Match: null? Hash/Name Search Options
Replies: 6
Views: 4099

Re: Subtitles: Best Hash Match: null? Hash/Name Search Optio

Best Hash Match: null means that there is no viable "best match", because the results are all bad. . In the current version, why did FileBot decide to download one of those bad ones; it downloaded Supernatural.S11E15.HDTV.x264-LOL (using the command fn:suball -non-strict)? I tested r3569 ...
by viking
26 Feb 2016, 10:27
Forum: Feature Requests and Bug Reports
Topic: Subtitles: Best Hash Match: null? Hash/Name Search Options
Replies: 6
Views: 4099

Subtitles: Best Hash Match: null? Hash/Name Search Options

I ran the following command: filebot.cmd -script dev:osdb.explain "P:\Ultimate_Server\Television\Suits\Season 5\Suits.S05E15.720p.HDTV.x264-KILLERS[rarbg].mkv" -non-strict --def fetch=y --log all --log-file P:\Ultimate_Server\temp_log.txt and the following was returned: File: P:\Ultimate_S...
by viking
25 Feb 2016, 06:24
Forum: Windows
Topic: Filebot Find No Subtitles (but Manual Search works)
Replies: 8
Views: 5497

Re: Filebot Find No Subtitles (but Manual Search works)

I just downloaded filebot.jar and tried it. I assume that this is the latest: filebot-4.6.1-r3558-ivypp.jar? If so, r3558 works fine now. At least with The.Vampire.Diaries.S07E12.720p.HDTV.X264-DIMENSION[rarbg].mkv :) Time will tell if there are other issues. THANKS! p.s. Is there a changelog somewh...
by viking
22 Feb 2016, 10:30
Forum: Windows
Topic: Filebot Find No Subtitles (but Manual Search works)
Replies: 8
Views: 5497

Re: Filebot Find No Subtitles (but Manual Search works)

I guess it was increased to 2,000 in 2014 and then set back to 500 sometime later.
In the last post, oss asked for an example. Maybe you could give "The.Vampire.Diaries.S07E12"?