Search found 7 matches

Go to advanced search

by free4ride
Mon Oct 17, 2016 9:14 pm
Forum: Developing
Topic: api - "search" requests limit
Replies: 1
Views: 2433

api - "search" requests limit

I know there is a limit for downloading subtitles (200 p day as far as I remember).
Is there a limit for search requests?
by free4ride
Mon Oct 17, 2016 9:11 pm
Forum: Developing
Topic: api search timeout - api request interval required?
Replies: 1
Views: 2540

api search timeout - api request interval required?

Hi,
I want to perform ~100 requests (1 by 1) to search subtitles (not to download).
After few requests I'm getting server timeout?
Is there any interval required between requests?
by free4ride
Tue May 24, 2016 10:57 pm
Forum: Developing
Topic: get subtitles from all episodes at once
Replies: 1
Views: 13370

get subtitles from all episodes at once

Is it possible to get subtitles from all episodes at once? For example: I would like to get all English subtitles for "Game of Thrones" http://www.opensubtitles.org/en/ssearch/sublanguageid-all/idmovie-63130 6 seasons 10 episodes each - I would like to have 60 files (1 per episode). If not...
by free4ride
Sat Apr 30, 2016 2:27 pm
Forum: Developing
Topic: Search by "movie kind"
Replies: 1
Views: 2409

Search by "movie kind"

Is there a way to call the api to search in "movies" or in "TV shows" (not in both at the same time)?
The api returns "MovieKind" (episode/movie) so I can filter the results later but would be nice to call the api with this parameter.
thx
by free4ride
Tue Sep 01, 2015 8:44 pm
Forum: Developing
Topic: Search by title - no results (C#)
Replies: 4
Views: 4094

Re: Search by title - no results (C#)

Awesome, works great.
Many thanks!
by free4ride
Tue Sep 01, 2015 4:51 pm
Forum: Developing
Topic: Search by title - no results (C#)
Replies: 4
Views: 4094

Re: Search by title - no results (C#)

Thank you for the clarification. Maybe we could have an exact match for 2-3 characters search phrases if you are afraid of performances. If not, we will loose access to movies like: TED,300, PI, Elf,9,Up,m,Ray,Saw,Red,Ran,... I found a workaround to perform a web request (google + imdb + movie title...
by free4ride
Tue Sep 01, 2015 7:52 am
Forum: Developing
Topic: Search by title - no results (C#)
Replies: 4
Views: 4094

Search by title - no results (C#)

Hi, Sometimes when I perform a search query I don't get any results (whereas they are returned on the website). For example (I use CookComputing.XmlRpc lib to make requests): string title = "Troy"; var searchParams = new XmlRpcStruct(); searchParams.Add("query", title); var limit...

Go to advanced search