Questions tagged [movies]

50 questions
71
votes
13 answers

Is there a movie showtime api?

Does anyone know of any (preferrably free) supported api's for accessing movie showtimes by zip code? I don't believe any existing api's, such as netflix or imdb, provide this information.
jhofman
54
votes
7 answers

Creating a Movie from a Series of Plots in R

Is there an easy way to create a "movie" by stitching together several plots, within R?
Ryan R. Rosario
  • 5,114
  • 9
  • 41
  • 56
13
votes
2 answers

How to use Fandango APIs?

I am trying to integrate with Fandango. I registered and created an API key on the portal, but the API key status is showing as "waiting" for two days. I get an error like Developer Inactive error.
Ujjwal
  • 189
  • 2
  • 11
12
votes
2 answers

How to specify movie trailers using Youtube API

I'm trying to get just official movie trailers from the Youtube API, but it's difficult to get consistent results. The closest I seem to get is using the following url: http://gdata.youtube.com/feeds/api/videos/-/MOVIE-TITLE?max-results=1 It…
Don H
  • 891
  • 2
  • 15
  • 24
11
votes
1 answer

API for getting episode air date of series

Do you guys know any API that provides access to episode air time? I want to make a little app that will remind me of episodes coming out from my favorite shows. (Something like a rss feed of what episodes came out since my last check. (Feel free…
spiroski
  • 629
  • 2
  • 11
  • 16
5
votes
1 answer

Movies Poster Search API

Imagine I have a list of movie titles, years which is constantly updating (every 24h or less) and I would like to get a Movie poster for every movie in the list. I tried using this:…
Karolis Mazukna
  • 377
  • 1
  • 6
  • 12
4
votes
1 answer

Why is data not being refreshed in StreamBuilder?

I am making a movie list application in Flutter and when I open the app I am displaying most-viewed movies list. When I click a button, I fetch new data and add it to the sink which is then sent to the StreamBuilder and should refresh the screen…
Dhruvam Sharma
  • 1,661
  • 14
  • 22
4
votes
1 answer

How to post Movies I've "Watched" or "Want to Watch" via Open Graph?

I would like to be able to have my application's users have the ability to add movies they've "Watched" to their Timeline - specifically in the "Movies" collection of their Timeline, as show here: It appears that these activities are solely…
3
votes
0 answers

How to capture screen movies records on the Linux framebuffer

How can the linux frame buffer be captured to obtain screen movies? i have understanded how to get the framebuffer and convert to a image, but i dont know how to record them to a movies. can someone tell me some way to convert the framebuffer into a…
2
votes
2 answers

Submit movie showtimes in Google movies

I've created a movie theater website and now I would like to submit movie's showtimes to Google Movies. How can I do that? My website has microdata's structure and a page on Google Places, but I don't know how to include movies information in Google…
Jack
  • 81
  • 1
  • 10
2
votes
1 answer

Looking for help with YQL movie showtimes

I had been using the undocumented Yahoo movies API until it was pulled a few days ago, so I'm looking for another way to retrieve local movie showtimes (ideally by theater). I found this thread about YQL datatables on SO, and the last post looked…
Eyeball
  • 1,322
  • 2
  • 16
  • 26
2
votes
1 answer

Get movie details from online database

I recently spent a little while attempting to create an application, that could go through large movie collections and download all the details pertaining to them (Title, Year, Rating, Classification, Runtime, Plot Summary, Genre). After spending a…
JosephGarrone
  • 4,081
  • 3
  • 38
  • 61
1
vote
1 answer

Integrate iTunes Movie and Video rental into our iPhone app

Is it possible to implement iTunes Movie Rentals and purchases in our own app ? If yes any resource will be of great help.
Rahul Vyas
  • 28,260
  • 49
  • 182
  • 256
1
vote
1 answer

Google API to retrieve all movies in a a category

i am looking for a pi which can retrieve all movies available on youtube in a particular category. for example i want list of movies available at http://www.youtube.com/movies?cl=te. Thank you
Surya Chaitanya
  • 602
  • 4
  • 13
1
vote
1 answer

How to get Youtube video by category in android?

I am trying to get Youtube video by category in android App like Movies and trailer but didn't find any help. Can any one please help me for same.
1
2 3 4