Search found 49 matches: osdb.explain
Searched query: +osdb +explain
- 30 Nov 2022, 19:32
- Forum: Scripting and Automation
- Topic: filebot can't use existing script (renall)
- Replies: 5
- Views: 1923
filebot can't use existing script (renall)
It's been a while since I ran a scan for my TV shows and since then, there was an OS upgrade as well (Debian 10->11). There's this command I use in one of my scripts but now it refuses to work, and I don't fully understand why. filebot --encoding UTF-8 -rename --db xattr --action symlink --format ...
- 11 Jul 2022, 03:48
- Forum: Scripting and Automation
- Topic: Match subtitle name before renaming files?
- Replies: 5
- Views: 5274
Re: Match subtitle name before renaming files?
1. The amc script searches for subtitles before files are renamed, but only in strict mode (by hash and by tag). In any case, output filename doesn't matter. Hello rednoah, When running the following: M:\FileBot\INPUT>filebot -script fn:amc --output "M:\FileBot\OUTPUT" --action duplicate -non ...
- 06 Jan 2021, 03:32
- Forum: Help and Support
- Topic: Issue matching subtitles with AMC
- Replies: 4
- Views: 7920
Re: Issue matching subtitles with AMC
As for the hash, I'm afraid there's something I'm not quite following. Up until recently amc was mostly finding all the subtitles but from a couple of months up until it won't find any. Being the subtitles from the same release I'd expect for the hash to be good. Is it an issue in opensubtitles.org ...
- 09 May 2020, 14:21
- Forum: Feature Requests and Bug Reports
- Topic: Subtitle download for multiple files say "No subtitle files"
- Replies: 5
- Views: 4001
Re: Subtitle download for multiple files say "No subtitle files"
Using another pool of file same problem: https://drive.google.com/file/d/1UgFIAswGrAxtqExvJIZbr99GtgTxZC3b/view?usp=sharing https://drive.google.com/file/d/1Jsi2tqtaMkDd5zoFonQHz-sH16Ans2Kj/view?usp=sharing https://drive.google.com/file/d/1s_roOVnO9jh8TxM_gy0cj2pZYmUYNbwB/view?usp=sharing https ...
- 09 May 2020, 13:53
- Forum: Feature Requests and Bug Reports
- Topic: Subtitle download for multiple files say "No subtitle files"
- Replies: 5
- Views: 4001
Re: Subtitle download for multiple files say "No subtitle files"
made a bat filebot -script fn:osdb.explain "n:\Downloads\00 - XDCC\Batwoman.S01E16.720p.HDTV.x264-AVS.mkv" "n:\Downloads\00 - XDCC\Batwoman.S01E17.720p.HDTV.x264-AVS.mkv" "n:\Downloads\00 - XDCC\Batwoman.S01E18.720p.HDTV.x264-AVS.mkv" >> log.txt pause log: File: N:\Downloads\00 - XDCC\Batwoman ...
- 09 May 2020, 13:31
- Forum: Feature Requests and Bug Reports
- Topic: Subtitle download for multiple files say "No subtitle files"
- Replies: 5
- Views: 4001
Re: Subtitle download for multiple files say "No subtitle files"
That is strange indeed. Please run the osdb.explain script on those 3 files and paste the output:
Code: Select all
filebot -script fn:osdb.explain /path/to/files
- 26 Aug 2019, 14:37
- Forum: Scripting and Automation
- Topic: [AMC] The Boys 2019 episodes aren't matched correctly
- Replies: 3
- Views: 5509
Re: renaming problems
What does filebot -script fn:sysinfo say? 1. This one works out of the box for me. Have you tried the latest beta? https://www.filebot.net/forums/viewtopic.php?f=7&t=1609 2. The osdb.explain script is useful for debugging OpenSubtitles subtitle selection issues, but it's probably not very useful for ...
- 26 Aug 2019, 14:33
- Forum: Scripting and Automation
- Topic: [AMC] The Boys 2019 episodes aren't matched correctly
- Replies: 3
- Views: 5509
Re: renaming problems
btw, when i run osdb.explain for the file, i get correct results, possibly because of hash matching of OS.
Is there a way to use their hash algorithm for renaming ?
Is there a way to use their hash algorithm for renaming ?
- 08 May 2018, 15:00
- Forum: Feature Requests and Bug Reports
- Topic: Subtitle Downloading
- Replies: 8
- Views: 10502
Re: Subtitle Downloading
I'm no dev. If you put this stuff in clear steps (delete line 105, replace this with this...), that I can do. If you're not familiar with using CMD, then this is not an option for you. Though I recommend learning some basics. It's always useful for automation. ;) If you're familiar with CMD, then ...
- 08 May 2018, 14:16
- Forum: Feature Requests and Bug Reports
- Topic: Subtitle Downloading
- Replies: 8
- Views: 10502
Re: Subtitle Downloading
However, for debugging purposes, there is the osdb:explain script, which exists for debugging purposes, but can also be used to download all available subtitles via the --def fetch=y option. That might be a good solution for now. I'm no dev. If you put this stuff in clear steps (delete line 105 ...
- 08 May 2018, 13:17
- Forum: Feature Requests and Bug Reports
- Topic: Subtitle Downloading
- Replies: 8
- Views: 10502
Re: Subtitle Downloading
It's a good idea. Batch downloading of subtitles is not supported though, partially because OpenSubtitles is a free service and abuse / overuse by some users or programs is bad for everyone. However, for debugging purposes, there is the osdb:explain script, which exists for debugging purposes, but ...
- 14 Apr 2018, 09:10
- Forum: Windows
- Topic: Subtitle search by name choosing wrong while the right one exsist
- Replies: 7
- Views: 4495
Re: Subtitle search by name choosing wrong while the right one exsist
C:\Users\appie>filebot -script fn:osdb.explain -non-strict --lang nl "F:\Downloads\The.Boss.Baby.Back.in.Business.S01E02.1080p.WEB.x264-AMRAP[rarbg]\The.Boss.Baby.Back.in.Business.S01E02.1080p.WEB.x264-AMRAP.mkv" File: F:\Downloads\The.Boss.Baby.Back.in.Business.S01E02.1080p.WEB.x264-AMRAP[rarbg ...
- 14 Apr 2018, 08:47
- Forum: Windows
- Topic: Subtitle search by name choosing wrong while the right one exsist
- Replies: 7
- Views: 4495
Re: Subtitle search by name choosing wrong while the right one exsist
1. Please run this command and post output: filebot -script fn:osdb.explain -non-strict The.Boss.Baby.Back.in.Business.S01E02.1080p.WEB.x264-AMRAP.mkv 2. Here's a thread on how hash / name search works: https://www.filebot.net/forums/viewtopic.php?f=3&t=2615 In non-strict mode, FileBot will try to ...
- 13 Apr 2018, 19:05
- Forum: Windows
- Topic: Subtitle search by name choosing wrong while the right one exsist
- Replies: 7
- Views: 4495
Re: Subtitle search by name choosing wrong while the right one exsist
No idea. The most likely cause is that FileBot didn't get the correct subtitles as an option in the first place, and thus picked the "next best" ones. There's a reason -non-strict is disabled by default for subtitle matching. :idea: As you say, correct subtitles for S01E08 don't exist, and thus the ...
- 25 Mar 2018, 04:38
- Forum: Windows
- Topic: No Subtitles Found
- Replies: 1
- Views: 2332
No Subtitles Found
As of today, FileBot doesn't seem to be able to find subtitles. However, they are available on OS. Here is an example: D:\@Prog_RB_Portable\FileBot_Latest-portable>filebot.cmd -script dev:osdb.explain "P:\Ultimate_Server\Television\Marvel's Agents of S.H.I.E.L.D\Season 5\Marvels.Agents.of.S.H.I.E.L ...
- 22 Nov 2017, 03:51
- Forum: Feature Requests and Bug Reports
- Topic: Movies initially processed as Series?
- Replies: 3
- Views: 2917
Re: Movies initially processed as Series?
There seem to have been at least two dev:amc versions during the day; with the latest, the processing for 37,2 le matin seems to be as expected. What I'm getting now is occasional errors: Looking up subtitles by hash via OpenSubtitles Lookup by hash failed: The response could not be parsed. I've ...
- 21 Nov 2017, 14:29
- Forum: Feature Requests and Bug Reports
- Topic: AMC: Subs for multi-part movies
- Replies: 12
- Views: 7138
Re: AMC: Subs for multi-part movies
1.
AFAIK, BSPlayer uploads subtitles automatically without asking the user if they're good or bad, so bad upload is likely the case here.
2.
The osdb.explain script might shed some light on this issue:
AFAIK, BSPlayer uploads subtitles automatically without asking the user if they're good or bad, so bad upload is likely the case here.
2.
The osdb.explain script might shed some light on this issue:
Code: Select all
filebot -script fn:osdb.explain /path/to/movie --def fetch=y
- 06 Jul 2017, 03:24
- Forum: Help and Support
- Topic: "suball" isn't downloading the right subtitles
- Replies: 5
- Views: 6908
Re: "suball" isn't downloading the right subtitles
1. If you use -non-strict then FileBot will only use HASH and TAG lookup. If there's multiple matches, it'll pick the one most similar to your current (or original if xattr is available) filename. Adding "BluRay" to the filename should make it more likely that a subtitle with "BluRay" in the name ...
- 03 Jul 2017, 15:28
- Forum: Help and Support
- Topic: "suball" isn't downloading the right subtitles
- Replies: 5
- Views: 6908
Re: "suball" isn't downloading the right subtitles
1. If you use -non-strict then FileBot will only use HASH and TAG lookup. If there's multiple matches, it'll pick the one most similar to your current (or original if xattr is available) filename. Adding "BluRay" to the filename should make it more likely that a subtitle with "BluRay" in the name ...
- 16 May 2017, 21:42
- Forum: Windows
- Topic: The command "dev:osdb.explain" stopped working
- Replies: 4
- Views: 4536
Re: The command "dev:osdb.explain" stopped working
Works now. Thanks!
- 16 May 2017, 09:18
- Forum: Windows
- Topic: The command "dev:osdb.explain" stopped working
- Replies: 4
- Views: 4536
Re: The command "dev:osdb.explain" stopped working
Fixed too. You may need to call -clear-cache once.
@see https://github.com/filebot/scripts/comm ... 37cf9460a3
@see https://github.com/filebot/scripts/comm ... 37cf9460a3
- 16 May 2017, 09:01
- Forum: Windows
- Topic: The command "dev:osdb.explain" stopped working
- Replies: 4
- Views: 4536
Re: The command "dev:osdb.explain" stopped working
Thanks, but still didn't work. I downloaded the latest FileBot_4.7.9_r5048.jar. Has the fix been implemented in this jar file? Here is the error: No signature of method: static net.filebot.subtitle.SubtitleUtilities.lookupSubtitlesByHash() is applicable for argument types: (net.filebot.WebServices ...
- 16 May 2017, 06:00
- Forum: Windows
- Topic: The command "dev:osdb.explain" stopped working
- Replies: 4
- Views: 4536
- 16 May 2017, 04:46
- Forum: Windows
- Topic: The command "dev:osdb.explain" stopped working
- Replies: 4
- Views: 4536
The command "dev:osdb.explain" stopped working
The following command works fine when I use an old version of FileBot: filebot.cmd -script dev:osdb.explain "PathtoMovie" -non-strict --def fetch=y --log all --log-file P:\temp_log.txt However, with the latest version, I get this error: No such property: locale for class: net.filebot.cli ...
- 24 Mar 2017, 18:16
- Forum: Feature Requests and Bug Reports
- Topic: Please keep subtile selection available after download.
- Replies: 3
- Views: 3112
Re: Please keep subtile selection available after download.
1. I currently don't work on the Subtitles feature, and what you're asking for would take quite a bit of tinkering in the UI which I'd rather not touch anymore. The osdb.explain script allows you to download all available subtitles for a given file: filebot -script fn:osdb.explain /path/to/file -non ...