home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
SQL query to get imdb_id column and watched column
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Dragy" data-source="post: 829693" data-attributes="member: 91197"><p>Hello,</p><p></p><p>I want to keep track of my watched movies in IMDB. A first start to get the list filled in IMDB, is to get the movie info from my Moving Pictures database. After that, I am gonna use PHP to add the info to IMDB (with cURL probably)</p><p></p><p>Now I have the following query:</p><p>[code]SELECT movie_info.imdb_id,user_movie_settings.watched FROM movie_info LEFT JOIN user_movie_settings ON user_movie_settings.id=movie_info.id[/code]</p><p></p><p>Unfortunately, it's not right.. the id's of the watched column in the user_movie_settings table, do not match the id's of the movie_info table. I was not able to find how it works then.</p><p></p><p>Can you help me?</p><p></p><p>Thanks!</p><p></p><p><strong>EDIT:</strong></p><p>I think I have a better idea.. I don't know why I wanted to do it with IMDB.. Why not use the Trakt integration? Well, that is what I'm going to do now!</p><p></p><p>You may still answer my question for if I change my mind again <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="Dragy, post: 829693, member: 91197"] Hello, I want to keep track of my watched movies in IMDB. A first start to get the list filled in IMDB, is to get the movie info from my Moving Pictures database. After that, I am gonna use PHP to add the info to IMDB (with cURL probably) Now I have the following query: [code]SELECT movie_info.imdb_id,user_movie_settings.watched FROM movie_info LEFT JOIN user_movie_settings ON user_movie_settings.id=movie_info.id[/code] Unfortunately, it's not right.. the id's of the watched column in the user_movie_settings table, do not match the id's of the movie_info table. I was not able to find how it works then. Can you help me? Thanks! [B]EDIT:[/B] I think I have a better idea.. I don't know why I wanted to do it with IMDB.. Why not use the Trakt integration? Well, that is what I'm going to do now! You may still answer my question for if I change my mind again :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
SQL query to get imdb_id column and watched column
Contact us
RSS
Top
Bottom