Search found 128 matches

by viking
17 Feb 2016, 22:59
Forum: Windows
Topic: Filebot Find No Subtitles (but Manual Search works)
Replies: 8
Views: 5502

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

The episode was downloaded on 2/11/16. I tried again today (2/17/16) and the results were the same; Nothing was found using Filebot: UI or dev:osdb.explain (and -non-strict). The only way is to do a manual search on OS (subtitles were uploaded 2/12/16). Note that subtitles are otherwise always avail...
by viking
13 Feb 2016, 06:14
Forum: Windows
Topic: Filebot Find No Subtitles (but Manual Search works)
Replies: 8
Views: 5502

Filebot Find No Subtitles (but Manual Search works)

I tried to run this command to find and download "any" subtitles: filebot.cmd -script dev:osdb.explain "P:\Ultimate_Server\Television\The Vampire Diaries\Season 7\The.Vampire.Diaries.S07E12.720p.HDTV.X264-DIMENSION[rarbg].mkv" -non-strict --def fetch=y --log all --log-file P:\Ult...
by viking
06 Feb 2016, 08:37
Forum: Windows
Topic: FileBot Finds the Wrong Subtitles
Replies: 2
Views: 4216

Re: FileBot Finds the Wrong Subtitles

I am sorry, the post above was incomplete. Actually, I always run -non-strict . For the example above: I run: filebot.cmd -script fn:suball "P:\Ultimate_Server\Television\The Originals\Season 3" -non-strict --log all --log-file P:\Ultimate_Server\temp_log.txt The log file showed: Fetch sub...
by viking
03 Feb 2016, 08:13
Forum: Windows
Topic: FileBot Finds the Wrong Subtitles
Replies: 2
Views: 4216

FileBot Finds the Wrong Subtitles

Hi, I was searching for subtitles for The.Originals.S03E10.720p.HDTV.X264-DIMENSION[rarbg].mkv and used this command: filebot.cmd -script dev:osdb.explain "P:\Ultimate_Server\Television\The Originals\Season 3\The.Originals.S03E10.720p.HDTV.X264-DIMENSION[rarbg].mkv" --def fetch=y --log all...
by viking
13 Dec 2015, 22:48
Forum: Windows
Topic: Remove Orphaned Subtitles?
Replies: 10
Views: 6828

Re: Remove Orphaned Subtitles?

Next problem to solve is how to set the path level so that *srt files only in folder-level 4 are deleted. I believe that the command: args.getFiles{ isClutter(it) && !hasMediaFiles(it.dir) }.each { clean(it) } iterates though all directories and levels and deletes "Clutter" files i...
by viking
13 Dec 2015, 22:04
Forum: Windows
Topic: Remove Orphaned Subtitles?
Replies: 10
Views: 6828

Re: Remove Orphaned Subtitles?

Have you tried the actual path yet? :lol: e.g. filebot -script C:/MyScript.groovy Yes, as I wrote above: I next tried to include the complete path to cleaner2.groovy: filebot.cmd -script fn:"D:\@Prog_Portable\FileBot_4.6.1-portable\cleaner2" "K:\Ultimate_Server\TestTV" --def ext...
by viking
13 Dec 2015, 20:22
Forum: Windows
Topic: Remove Orphaned Subtitles?
Replies: 10
Views: 6828

Re: Remove Orphaned Subtitles?

3.The script is simple enough, have a look at it yourself: https://github.com/filebot/scripts/blob/devel/cleaner.groovy . 1. I looked at the Groovy script, and it appears that all I need to do is to delete the last line to keep empty directories intact (I don't completely understand the structure a...
by viking
13 Dec 2015, 08:42
Forum: Windows
Topic: Remove Orphaned Subtitles?
Replies: 10
Views: 6828

Re: Remove Orphaned Subtitles?

I tried the cleaner script to delete *srt files in folders without media files. I tried it in test mode: filebot.cmd -script fn:cleaner "P:\Ultimate_Server\Television" --action test --def exts=srt I was surprised to see that it also wanted to delete empty folders even though I didn't use -...
by viking
05 Dec 2015, 11:47
Forum: Windows
Topic: Download ALL Hash Matched Subtitles?
Replies: 6
Views: 5170

Re: Download ALL Hash Matched Subtitles?

1. I originally had [-non-strict] as a parameter (I had simply copied your original post above). I guess the [] makes it ignored? 2. I used -non-strict and indeed got several subtitles downloaded. However, I am a bit confused now..: A. The downloaded subtitles were obviously not hash-matched but nam...
by viking
05 Dec 2015, 01:52
Forum: Windows
Topic: Download ALL Hash Matched Subtitles?
Replies: 6
Views: 5170

Re: Download ALL Hash Matched Subtitles?

Great! I tried it on a file: The.Last.Man.On.Earth.S02E08.720p.mHD.DailyFliX.XviD.avi; D:\Portable_Progs\FileBot_4.6.1-portable>filebot.cmd -script dev:osdb.explain D:\!Data\junk\The.Last.Man.On.Earth.S02E08.720p.mHD.DailyFliX.XviD.avi [-non-strict] --def fetch=y File: D:\!Data\junk\The.Last.Man.On....
by viking
24 Nov 2015, 18:38
Forum: Windows
Topic: Download ALL Hash Matched Subtitles?
Replies: 6
Views: 5170

Download ALL Hash Matched Subtitles?

I am often getting poor hash matched subtitles due to the poster not doing a good job. I then have to manually download the subtitles one-by-one (using GUI) to find one that might work. I usually find a working one this way. Is there some way that I could download all hash matched subtitles for each...
by viking
19 Nov 2015, 21:27
Forum: Windows
Topic: Remove Orphaned Subtitles?
Replies: 10
Views: 6828

Re: Remove Orphaned Subtitles?

Have you tried the cleaner script? If it's subtitles in otherwise empty folders then it might work. @see https://github.com/filebot/scripts/blob/devel/cleaner.groovy In a particular folder, I would typically have 1-2 media files with associated subtitles and also 5-6 orphaned subtitles. I guess the...
by viking
19 Nov 2015, 20:51
Forum: Windows
Topic: Remove Orphaned Subtitles?
Replies: 10
Views: 6828

Remove Orphaned Subtitles?

Is there some script that can remove orphaned subtitles? I am using a the suball script to download subtitles for several shows. After watching the show, using Plex, I delete it. However, the Filebot downloaded subtitles are of course not deleted. This causes an issue because Plex shows a long list ...
by viking
04 Nov 2015, 02:04
Forum: Windows
Topic: Search by name failed: 409 Method not found
Replies: 10
Views: 6172

Re: Search by name failed: 409 Method not found

I have it happening randomly with a single file when using both the command prompt and the GUI.
by viking
29 Oct 2015, 09:17
Forum: Windows
Topic: Need to Clear Cache Before Searching for Subtitles??
Replies: 1
Views: 2562

Need to Clear Cache Before Searching for Subtitles??

I tried to download subtitles for a show right after its release and several days following. However, no subtitles were found using hash match (and name search resulted in the 409 error that I often get). I then cleared the cache: "filebot -clear-cache" and subtitles were then found by has...
by viking
04 Oct 2015, 17:29
Forum: Windows
Topic: Search by name failed: 409 Method not found
Replies: 10
Views: 6172

Re: Search by name failed: 409 Method not found

Sounds like an API issue. Please report it in the OpenSubtitles forums: http://forum.opensubtitles.org/viewforum.php?f=8 Wouldn't it be better if you contacted OpenSubtitles as I am not a developer and I know nothing about the API function used in FileBot? I assume that you were able to reproduce i...
by viking
04 Oct 2015, 08:49
Forum: Windows
Topic: Search by name failed: 409 Method not found
Replies: 10
Views: 6172

Search by name failed: 409 Method not found

Using the suball script I get an error " 409 Method not found" Get [English] subtitles for 2 files Looking up subtitles by hash via OpenSubtitles Looking up subtitles by name via OpenSubtitles Search by name failed: 409 Method not found I usually get a hash match, but since there was no ha...
by viking
01 Oct 2015, 02:48
Forum: Windows
Topic: "Self-Healing" subtitles?
Replies: 3
Views: 3347

Re: "Self-Healing" subtitles?

I am not sure if you understood my question? I realize that subtitles are constantly added, but my question was if they were also removed / replaced? For example, a few weeks ago, I downloaded a poor (hash-matched I believe) subtitle. Yesterday, I downloaded again and only one subtitle (hash-matched...
by viking
30 Sep 2015, 09:18
Forum: Windows
Topic: "Self-Healing" subtitles?
Replies: 3
Views: 3347

"Self-Healing" subtitles?

I am still struggling with poor subtitle downloads. I recently discovered that subtitle downloads seems to "self-heal". For example, using the script I may download sub-titles for a whole season (e.g. 13 episodes) of a TV show. When I check the subtitles, I may find 6-7 subtitles to be out...
by viking
20 Sep 2015, 21:45
Forum: Windows
Topic: Using Fiddler to Troubleshoot Subtitle Download
Replies: 14
Views: 7438

Re: Using Fiddler to Troubleshoot Subtitle Download

I understand how an uploaded subtitle can be incorrect for a particular media file. What I am trying to understand is what the difference is between different subtitles; if they have the same timings shouldn't they all work the same? In other words, they should all be in Sync (or not in Sync) for a ...
by viking
20 Sep 2015, 20:30
Forum: Windows
Topic: Using Fiddler to Troubleshoot Subtitle Download
Replies: 14
Views: 7438

Re: Using Fiddler to Troubleshoot Subtitle Download

Sorry, I still don't understand; If "Cosmos.A.Space.Time.Odyssey.S01E02.PROPER.720p.HDTV.X264-DIMENSION.mkv" works with all 3 subtitles then shouldn't the subtitles all be in sync? In other words. the dialogues would all occur at the same times in all 3 subtitles? If that is the case, then...
by viking
20 Sep 2015, 20:00
Forum: Windows
Topic: Using Fiddler to Troubleshoot Subtitle Download
Replies: 14
Views: 7438

Re: Using Fiddler to Troubleshoot Subtitle Download

As always, thanks for your quick response. I understand now that the same subtitle can match different movies (with different hashes). However, I am still confused why the media file "Cosmos.A.Space.Time.Odyssey.S01E02.PROPER.720p.HDTV.X264-DIMENSION.mkv" works fine with all 3 subtitles, w...
by viking
19 Sep 2015, 22:08
Forum: Windows
Topic: Using Fiddler to Troubleshoot Subtitle Download
Replies: 14
Views: 7438

Re: Using Fiddler to Troubleshoot Subtitle Download

I just got some very strange results; The file I used above was "Cosmos.A.Space.Time.Odyssey.S01E02.720p.HDTV.TommyJay.mkv". I decided now to also download the file with the file name "Cosmos.A.Space.Time.Odyssey.S01E02.PROPER.720p.HDTV.X264-DIMENSION.mkv" (which had a correspond...
by viking
19 Sep 2015, 21:30
Forum: Windows
Topic: Using Fiddler to Troubleshoot Subtitle Download
Replies: 14
Views: 7438

Re: Using Fiddler to Troubleshoot Subtitle Download

Actually, SubAddDate was not a good parameter in this case as that would have have picked the poor SWOLLED. The good one, DIMENSION, was published 2nd. UserRank is also not relevant as the only uploader with a rank (gold), for hdtv-lol, also had bad Sync. 2014-03-17 10:51:30: cosmos.a.space.time.ody...
by viking
19 Sep 2015, 09:10
Forum: Windows
Topic: Using Fiddler to Troubleshoot Subtitle Download
Replies: 14
Views: 7438

Using Fiddler to Troubleshoot Subtitle Download

I am breaking out the partial discussion of using Fiddler to troubleshoot poor subtitle downloads from this topic: http://www.filebot.net/forums/viewtopic.php?p=16446#p16446. I am trying to determine how/why Filebot / OpenSubtitles sometimes picks a subtitle with Sync issues. Here is an example of d...