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
Development
Submit: Movie Info Grabbers
The Movie Database... first script, first trouble
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="Wbunaarf" data-source="post: 993438" data-attributes="member: 17027"><p>I have all movies in individual folders. While many of the folders for various reasons have crappy names they are all properly tagged with their IMDB-IDs, e.g. "crappy.name.xyz.xvid.blabla (2013) (tt1234567)". MP recognises the ID, tries to do the search using it and fails.</p><p> </p><p>I had a quick look at the code and it seems to me as if <em>gettitles()</em>, using <em>Grabber.API_SearchMovie + "?api_key=" + Grabber.API_KEY;</em> where <em>API_SearchMovie = API_BaseUrl + "search/movie";</em>, is always called no matter what it's searching for. I think that in order to search using IMDB IDs you need to use something like <em>API_BaseURL + "movie/" + IMDBID + "?api_key=" + Grabber.API_KEY;</em>. If I'm right, perhaps this could be added?</p><p> </p><p>//W</p></blockquote><p></p>
[QUOTE="Wbunaarf, post: 993438, member: 17027"] I have all movies in individual folders. While many of the folders for various reasons have crappy names they are all properly tagged with their IMDB-IDs, e.g. "crappy.name.xyz.xvid.blabla (2013) (tt1234567)". MP recognises the ID, tries to do the search using it and fails. I had a quick look at the code and it seems to me as if [I]gettitles()[/I], using [I]Grabber.API_SearchMovie + "?api_key=" + Grabber.API_KEY;[/I] where [I]API_SearchMovie = API_BaseUrl + "search/movie";[/I], is always called no matter what it's searching for. I think that in order to search using IMDB IDs you need to use something like [I]API_BaseURL + "movie/" + IMDBID + "?api_key=" + Grabber.API_KEY;[/I]. If I'm right, perhaps this could be added? //W [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Submit: Movie Info Grabbers
The Movie Database... first script, first trouble
Contact us
RSS
Top
Bottom