Questions tagged [movies]
50 questions
0
votes
1 answer
separate columns with condition
I have a csv file from movielens that i'm trying to manipulate.
The movie list in my data.frame contains movie title and the year of movie and what i'm trying to separate the year and title to separate columns.
I used the folowing code:
movies <-…

mono1401
- 1
0
votes
1 answer
Tracking movie titles using Google Cloud Vision API
I'm trying to find a way to crop/obtain offsets of Movie titles via Google Cloud Vision API.
Here's an example image: https://i.stack.imgur.com/fyJqF.jpg
I've tried to use FACE_DETECTION, LOGO_DETECTON, and event LABEL_DETECTION but I can't seem to…

user9312635
- 1
- 1
0
votes
1 answer
Rename avi files within nested folders to the top-most folder name and move them there
I have plenty of movie files saved in folders with roughly the following scheme.
Top-most folder: "The Matrix (1999)", then another folder "matrix movie" and then the actual movie itself: "matrix1999.avi"
I need a small program that can search my…

George-A
- 1
0
votes
1 answer
Android Java.io.FileNotFoundException when trying to download and save a video
I'm trying to develop an app which provides many movies and you can play it or download the movie.
That app works fine in my rooted Galaxy S4 (Kitkat API:19),
but when I install it on another device and try to download the movie it gives my the…

M.Honi
- 123
- 1
- 1
- 12
0
votes
1 answer
PHP server hitting https://www.google.com/movies gets no results
If you go to https://www.google.com/movies?near=02215&q=revenant you will clearly get results returned to you that can be parsed. However, when I upload a small script to my server like:

labago
- 1,338
- 2
- 12
- 28
0
votes
3 answers
Converting Movie Box Office to Numbers
I have a data frame in R with box office number listed like $121.5M and $0.014M and I'd like to convert them to straight numbers. I'm thinking of striping the $ and M and then using basic multiplication. Is there a better way to do this?

Phillip Black
- 105
- 1
- 2
- 10
0
votes
1 answer
another sound as with subtitles
is it possible to get other sounds to a divx as it is with getting subtitles?
what is that format of that?

pindiwala
- 3,657
- 4
- 21
- 14
0
votes
0 answers
how I can post "Watching movie" status in facebook wall with opengraph
I'm working android facebook sdk. I learn and I can login. now I want to post watching movie status in my wall.
I googled and I found facebook documentation https://developers.facebook.com/docs/reference/opengraph/action-type/video.wants_to_watch/
I…

Beka
- 341
- 1
- 5
- 10
0
votes
1 answer
Newbie looking to collect Movie Like data
I'm looking to collect Facebook Movie Like information.
I don't need anything other the the Movie Likes, grouped by an ID.
e.g.:
ID, like 1, like 2, like 3 etc...
1, Bad boys, bad boys 2, Santa Clause the movie
2, Bad santa, …

Detox1978
- 1
- 1
0
votes
1 answer
Calendar upcoming releases laravel application
I have an application in Laravel, this'm riding a calendar of upcoming releases of series and movies.
I need to show the upcoming releases, is already working the register, but they can help me make display according to earliest date?
Thank you!

Raphael
- 3
- 2
0
votes
1 answer
Attempting to embed a video in pygame using pyglet
im trying to display a video on a pygame surface using the pyglet library to import, play and then convert the frames into an image. I managed to battle my way through installing avbin but now I'm hitting a type error with my code
def…

Ryytikki
- 11
- 3
0
votes
2 answers
Does it make sense to host movies from a home LAMP server SQL database?
First off, my apologies if the concept of this question makes no sense, as I am attempting to create my first SQL database.
-Does it make sense to host movies from a home LAMP server SQL database?
-If I decide to host videos from an SQL database via…

Jeff Conner
- 3
- 1
0
votes
4 answers
Find a node by attribute and return a different attribute's value from that same node
I have for example the following data in an xml file:

Apollo Creed
- 219
- 3
- 18
0
votes
1 answer
searching Freebase API for Actors info
I am trying to use the freebase API to get some data on films and actors.
What I have is millions of Actors Imdb Ids which I would like to get info on. (such info includes: FreeBase Id, Wiki Id, Actor's Biography and Actor's Image). How can I do…

Gidi
- 181
- 1
- 10
0
votes
1 answer
Group Movie Sessions By Dates
My movie database allows users to enter database into a sessions table which looks like this:
id | time | movie_id
Where time is the datetime the movie will be played and movie_id is a key relating to the movies table.
Now, I am trying to find…

MichaelH
- 1,600
- 3
- 14
- 20