Search found 177 matches

Go to advanced search

by os_dev
Tue Jun 27, 2023 11:19 am
Forum: General talk
Topic: The Crowded Room series doesn't have all episodes
Replies: 3
Views: 6101

Re: The Crowded Room series doesn't have all episodes

hi I'm the one who uploads most subtitles for most languages for The Crowded Room, and honestly i don't know what you are referring to :? 5 episodes out of 10 have been released, and you can find all subs here: https://www.opensubtitles.org/it/ssearch/sublanguageid-all/idmovie-1245257 As you can se...
by os_dev
Mon Jun 12, 2023 10:56 am
Forum: General talk
Topic: Give us feedback about the new site opensubtitles.com
Replies: 193
Views: 4187989

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

Hi

I see it right:
https://www.opensubtitles.com/en/tvshows/2021-the-tower

can you send screenshot, also which web language you have set up and also subtitle language ?
it's me who fixed it in between
by os_dev
Fri Apr 14, 2023 9:49 am
Forum: Developing
Topic: Open subtitles API download issue
Replies: 51
Views: 45513

Re: Open subtitles API download issue

This seems to be the problem. Thanks. However, note that the code examples show either Bearer or Key authorization. E.g. curl --request POST \ --url https://api.opensubtitles.com/api/v1/download \ --header 'Authorization: Bearer xyz' \ --header 'Content-Type: application/json' \ --data '{ "fil...
by os_dev
Fri Mar 03, 2023 11:18 am
Forum: Developing
Topic: Search for subtitles - sort by TOTAL downloads count
Replies: 1
Views: 4130

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: 193
Views: 4187989

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: 3
Views: 5131

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: 4086

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: 123
Views: 177789

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: 123
Views: 177789

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: 123
Views: 177789

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: 6106

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: 123
Views: 177789

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: 123
Views: 177789

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: 123
Views: 177789

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: 51
Views: 45513

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\...

Go to advanced search