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
Fix to "IMDB with AKA grabber"
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="Deda" data-source="post: 603990" data-attributes="member: 89768"><p><strong>re: Fix to "IMDB with AKA grabber"</strong></p><p></p><p></p><p></p><p>I would rather leave brackets, MP will pass numbers without it that's true, but then you will get strange results (just try on IMDB "It 1990" <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> )</p><p></p><p></p><p></p><p>Heh <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" />, it will not be on the list 'cause of too many results for inferno and MP pass limit variable into script but we can hack that <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> if you put in the script</p><p></p><p><strong> iLimit=40;</strong></p><p></p><p>It's almost in the beginning of the script </p><p></p><p>class Grabber : MediaPortal.Video.Database.IIMDBScriptGrabber</p><p>{</p><p> public Grabber()</p><p> {</p><p> }</p><p> void MediaPortal.Video.Database.IIMDBScriptGrabber.FindFilm(string strSearch, int iLimit, ArrayList elements)</p><p> {</p><p> int iCount = 0;</p><p> <strong> iLimit=40;</strong></p><p></p><p></p><p>Just open with notepad and put that after int iCount=0;</p></blockquote><p></p>
[QUOTE="Deda, post: 603990, member: 89768"] [b]re: Fix to "IMDB with AKA grabber"[/b] I would rather leave brackets, MP will pass numbers without it that's true, but then you will get strange results (just try on IMDB "It 1990" :) ) Heh :), it will not be on the list 'cause of too many results for inferno and MP pass limit variable into script but we can hack that :) if you put in the script [B] iLimit=40;[/B] It's almost in the beginning of the script class Grabber : MediaPortal.Video.Database.IIMDBScriptGrabber { public Grabber() { } void MediaPortal.Video.Database.IIMDBScriptGrabber.FindFilm(string strSearch, int iLimit, ArrayList elements) { int iCount = 0; [B] iLimit=40;[/B] Just open with notepad and put that after int iCount=0; [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Submit: Movie Info Grabbers
Fix to "IMDB with AKA grabber"
Contact us
RSS
Top
Bottom