Search found 144 matches

Go to advanced search

by os_dev
Fri Mar 03, 2023 11:18 am
Forum: Developing
Topic: Search for subtitles - sort by TOTAL downloads count
Replies: 1
Views: 564

Re: Search for subtitles - sort by TOTAL downloads count

The idea will be to add the old and new download counters, and place them in "download_count"
by os_dev
Thu Feb 16, 2023 1:15 pm
Forum: General talk
Topic: Give us feedback about the new site opensubtitles.com
Replies: 158
Views: 84171

Re: Give us feedback about the new site opensubtitles.com

We've almost solved all the SSA missing subs on .com, some erros might still occur, but for this example, I can see 5 subtitles for episode 5 on this page https://www.opensubtitles.com/en/tvshows/2020-darwin-s-game/seasons/1/episodes/5-darwin-s-game-aquarium with "all" selected as preferre...
by os_dev
Wed Jan 25, 2023 4:20 pm
Forum: Developing
Topic: Problem with search movie by moviehash
Replies: 1
Views: 547

Re: Problem with search movie by moviehash

In the old API there are 2 methods for searching movies by file hashcode: https://trac.opensubtitles.org/projects/opensubtitles/wiki/XMLRPC#CheckMovieHash https://trac.opensubtitles.org/projects/opensubtitles/wiki/XMLRPC#CheckMovieHash2 In new API there is no similar method, but I can emulate it wi...
by os_dev
Thu Jan 12, 2023 7:46 am
Forum: Programs using OS
Topic: REST search API: language attribute inconsistencies
Replies: 1
Views: 313

Re: REST search API: language attribute inconsistencies

We do use a logic of 2 digits language when it is not localised, like "en" or "fr", and a 4 digits when it is, like "pt-BR" or "pt-PB" We use the same logic and fallbacks as the internal localisation code (ruby i18n) the list of languages can be queried here h...
by os_dev
Thu Dec 15, 2022 1:32 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 122
Views: 36633

Re: [OS] Brand new REST API for testing

Hi again! Thanks for your earlier response. Please kindly look into this one: In the following query, file_name of the first item doesn't have an extension : https://api.opensubtitles.com/api/v1/subtitles?episode_number=5&languages=en&moviehash=bdab37a50f89f8c6&season_number=2 { "i...
by os_dev
Tue Nov 29, 2022 7:19 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 122
Views: 36633

Re: [OS] Brand new REST API for testing

I have noticed that the number of search results returned per page can be changed by adding a query parameter named per_page . But this parameter is not documented. Is it safe to specify it? Request: curl -L --request GET --url 'https://api.opensubtitles.com/api/v1/subtitles?per_page=300&query=...
by os_dev
Tue Nov 29, 2022 7:17 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 122
Views: 36633

Re: [OS] Brand new REST API for testing

Hi, In the following query, file_name of the second item (id: 4373128) is null, but when I send a request to the /download endpoint, it will return the file_name as expected. Could this be a bug? https://api.opensubtitles.com/api/v1/subtitles?languages=en&moviehash=8666e953d90a73cc&query=am...
by os_dev
Thu Nov 24, 2022 12:12 pm
Forum: General talk
Topic: Opensubtitles.org/.com in Kodi 20
Replies: 6
Views: 1787

Re: Opensubtitles.org/.com in Kodi 20

Seems kodi 20 is still the beta version, I don't have a firestick to try out, but both plugins work fine on the desktop version with kodi 19 and 20. Did you try to clear the Kodi cache ? For this method, you won't use Kodi itself to clear its own cache. Instead, you'll rely on Fire OS' Settings, whi...
by os_dev
Fri Nov 11, 2022 12:06 am
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 122
Views: 36633

Re: [OS] Brand new REST API for testing

The question is, why doesn't the REST API request with the query specified return subtitles matched by moviehash? Well the title of this specific episode is "The One Where Monica Gets A Roommate" on IMDB... I see it's "the pilot" on tmdb, but by design we keep the IMDB value in ...
by os_dev
Thu Oct 06, 2022 2:17 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 122
Views: 36633

Re: [OS] Brand new REST API for testing

Thank you very much for your quick reply. I'm looking forward to the fix. Meanwhile, I have several questions about search results. The results are ordered by download_count by default, aren't they? What is the difference between download_count and new_download_count ? Total downloads from opensubt...
by os_dev
Thu Oct 06, 2022 10:04 am
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 122
Views: 36633

Re: [OS] Brand new REST API for testing

Hello. I am migrating my app to the new API and ran into a problem. When the file name is in Cyrillic , the search by query returns zero or much less results compared to XMLRPC API. Example: search for subtitles in English for the movie Жених напрокат (the file name is in Russian). Request: curl --...
by os_dev
Mon Sep 19, 2022 4:08 pm
Forum: Developing
Topic: Open subtitles API download issue
Replies: 42
Views: 12119

Re: Open subtitles API download issue

Re: Open subtitles API download issue Helllo, i ran into the same issue Java OkHttpClient Request OkHttpClient client = new OkHttpClient(); MediaType mediaType = MediaType.parse("application/json"); RequestBody body = RequestBody.create(mediaType, "{\n \"file_id\": 7654844\...
by os_dev
Wed Jun 08, 2022 8:53 am
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 122
Views: 36633

Re: [OS] Brand new REST API for testing

Hello again! Some users of the jellyfin opensubtitles plugin are reporting being unable to log in, this is the latest issue (link) (there's a username in the posted screenshot which might be useful for debugging). The issue does not happen with my account so I can't really debug it so I was hoping ...
by os_dev
Tue May 24, 2022 11:10 pm
Forum: General talk
Topic: Give us feedback about the new site opensubtitles.com
Replies: 158
Views: 84171

Re: Give us feedback about the new site opensubtitles.com

Yes, I do. Happens when I click on the "power button" and then the "profile" button in the drop down menu. I get: Error 500 Oooops. We are down. But don't worry, we will be back up shortly. "Public profile" button works fine, though. Would be better if we can just uplo...
by os_dev
Tue May 24, 2022 12:12 pm
Forum: General talk
Topic: Give us feedback about the new site opensubtitles.com
Replies: 158
Views: 84171

Re: Give us feedback about the new site opensubtitles.com

Error 500 when trying to access Notifications or profile information on .com site. Is there an easier way to get a profile avatar on that version of the site? Like using a URL or uploading an icon? Thanks oh do you still have that 500 ? for the profile avatar, it's just using gravatar, https://en.g...

Go to advanced search