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
Date of release?
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="RoChess" data-source="post: 1169873" data-attributes="member: 18896"><p>The best I have been able to deduct has been: NFO scan -> Noise Filter -> Internal IMDb lookup -> pass control to "Search node" of scraper-script -> process results -> identify the movie auto or after user intervention -> pass control to "Details node" of scraper-script -> process results -> pass control to any graphics "node" of scraper-script -> store it all.</p><p></p><p>The problem is that the search node fills in information already as well, for example it uses movie.popularity field to rank the search results with 100 to first match, and 99 to next, etc. The same goes for movie.release_date which I guess it also pre-populates. For me the latter is a bug, but it doesn't matter in the end, because the "Details node" will replace it anyway. The same way I overwrite movie.popularity with the rating votes, or the movie.title for that matter with IMDb+. Key to remember is to erase the search node results if your scraper-script gets no results.</p><p></p><p>MovPic source code is available, so you can always look at that for the exact order that takes place, and perhaps even commit fixes <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p><p></p><p>PS: The big difference is that only search node has access to media filename, which is why a lot of function of IMDb+ does not work unless the user sends movie back to importer, otherwise there is not much difference, and one of the reasons why I offer mass-update as an easy option in IMDb+ plugin with the additional option to only update certain fields (rating/votes/etc) that one would expect to be adjusted, but leave the big ones alone (title, summary, etc) to avoid erasing custom changes by user.</p></blockquote><p></p>
[QUOTE="RoChess, post: 1169873, member: 18896"] The best I have been able to deduct has been: NFO scan -> Noise Filter -> Internal IMDb lookup -> pass control to "Search node" of scraper-script -> process results -> identify the movie auto or after user intervention -> pass control to "Details node" of scraper-script -> process results -> pass control to any graphics "node" of scraper-script -> store it all. The problem is that the search node fills in information already as well, for example it uses movie.popularity field to rank the search results with 100 to first match, and 99 to next, etc. The same goes for movie.release_date which I guess it also pre-populates. For me the latter is a bug, but it doesn't matter in the end, because the "Details node" will replace it anyway. The same way I overwrite movie.popularity with the rating votes, or the movie.title for that matter with IMDb+. Key to remember is to erase the search node results if your scraper-script gets no results. MovPic source code is available, so you can always look at that for the exact order that takes place, and perhaps even commit fixes ;) PS: The big difference is that only search node has access to media filename, which is why a lot of function of IMDb+ does not work unless the user sends movie back to importer, otherwise there is not much difference, and one of the reasons why I offer mass-update as an easy option in IMDb+ plugin with the additional option to only update certain fields (rating/votes/etc) that one would expect to be adjusted, but leave the big ones alone (title, summary, etc) to avoid erasing custom changes by user. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
Date of release?
Contact us
RSS
Top
Bottom