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
Netflix plugin (NetflixAlpha)
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="te3hpurp" data-source="post: 1009765" data-attributes="member: 82806"><p>Hi There.</p><p> </p><p>I just did some experimental research for the Netflix search capability with browsers F12 development tools.</p><p>And I came to an result where I can search at least finnish content available. Maybe other countries as well</p><p>if correct country parameters can be found.</p><p> </p><p>Anyway link is like sarch url is like this:</p><p> </p><p>"<a href="http://search.nflxsearch.net/FI/fi/p/o/po.json?authURL=XXXXXXXXXXXXXXXXXXXXXX&_=XXXXXXXXXXXXX" target="_blank">http://search.nflxsearch.net/FI/fi/p/o/po.json?authURL=XXXXXXXXXXXXXXXXXXXXXX&_=XXXXXXXXXXXXX</a>"</p><p> </p><p>I tried to search all movies starting with starting letters "po".</p><p> </p><p>Okay here is a deal: after "fi/" comes ONLY first two letters from searchterm separated with "/" and json starts with all letters from</p><p>searchterm Up to 5 letters like po.json</p><p> </p><p>To search with "agatha" it goes like this:</p><p> </p><p>"<a href="http://search.nflxsearch.net/FI/fi/a/g/agath.json" target="_blank">http://search.nflxsearch.net/FI/fi/a/g/agath.json</a>?authURL=XXXXXXXXXXXXXXXXXXXXXX&_=XXXXXXXXXXXXX"</p><p> </p><p>And if resultset can in in english,you dont even need to have </p><p>?authURL=XXXXXXXXXXXXXXXXXXXXXX&_=XXXXXXXXXXXXX" part at all, so </p><p> </p><p><a href="http://search.nflxsearch.net/FI/fi/p/o/po.json" target="_blank">http://search.nflxsearch.net/FI/fi/p/o/po.json</a> and <a href="http://search.nflxsearch.net/FI/fi/a/g/agath.json" target="_blank">http://search.nflxsearch.net/FI/fi/a/g/agath.json</a></p><p>works okay:</p><p> </p><p>And One more example of Lost tv series search. Your current search returns for example Lost Girls series, which is not</p><p>available in finland, but with this it returns only finnish content:</p><p> </p><p><a href="http://search.nflxsearch.net/FI/fi/l/o/lost.json" target="_blank">http://search.nflxsearch.net/FI/fi/l/o/lost.json</a></p><p> </p><p>And output is:</p><p> </p><p>{"groups":[{"type":"titles","label":"Elokuvat ja TV","items":[{"id":70136118,"title":"Lost","display":"<em>Lost</em>"},{"id":60031214,"title":"Lost in Translation","display":"<em>Lost</em> in Translation"},{"id":70224746,"title":"Lost in Austen","display":"<em>Lost</em> in Austen"},{"id":70213081,"title":"Power Rangers Lost Galaxy","display":"Power Rangers <em>Lost</em> Galaxy"},{"id":60023618,"title":"Spy Kids 2: The Island of Lost Dreams","display":"Spy Kids 2: The Island of <em>Lost</em> Dreams"},{"id":596983,"title":"Home Alone 2: Lost in New York","display":"Home Alone 2: <em>Lost</em> in New York"},{"id":70206891,"title":"The Lost Room","display":"The <em>Lost</em> Room"},{"id":70077519,"title":"Things We Lost in the Fire","display":"Things We <em>Lost</em> in the Fire"}]}],"numItems":8}</p><p></p><p>I Belive you can use ID's or title from output to create actual playback url. It also might be that </p><p></p><p><a href="http://search.nflxsearch.net/FI/fi/l/o/lost.json" target="_blank">search.nflxsearch.net</a> site is region aware, because i could not found working combination</p><p>for sweden for example.</p><p> </p><p>So if there are otherr interesting, please try and verify working versions of this search, like for example</p><p>users in sweden can try</p><p> </p><p><a href="http://search.nflxsearch.net/FI/fi/l/o/lost.json" target="_blank">http://search.nflxsearch.net/SWE/swe/l/o/lost.json</a></p><p>or</p><p><a href="http://search.nflxsearch.net/FI/fi/l/o/lost.json" target="_blank">http://search.nflxsearch.net/SE/se/l/o/lost.json</a></p><p>or</p><p><a href="http://search.nflxsearch.net/FI/fi/l/o/lost.json" target="_blank">http://search.nflxsearch.net/SW/sw/l/o/lost.json</a></p><p> </p><p>or try browsers F12 development tools to watch network traffic of your browser</p><p>while typing into search box in upper right corner of your netflix site, and then</p><p>look for posts into <a href="http://search.nflxsearch.net/FI/fi/l/o/lost.json" target="_blank">search.nflxsearch.net</a> address, and you can see correct</p><p>form of an address. </p><p> </p><p>When we have results from other countries, we can crosscheck</p><p>if site is region aware, and also verify if fomulating query works</p><p>same way everywhere.</p><p> </p><p>Best Regards,</p><p> </p><p>And PS.</p><p> </p><p>If we get source code, we get much Rapid development And might have </p><p>Really working Netflix plugin after all.</p><p> </p><p>Btw I love the way you handle your playback stuff with your own player.</p></blockquote><p></p>
[QUOTE="te3hpurp, post: 1009765, member: 82806"] Hi There. I just did some experimental research for the Netflix search capability with browsers F12 development tools. And I came to an result where I can search at least finnish content available. Maybe other countries as well if correct country parameters can be found. Anyway link is like sarch url is like this: "[url]http://search.nflxsearch.net/FI/fi/p/o/po.json?authURL=XXXXXXXXXXXXXXXXXXXXXX&_=XXXXXXXXXXXXX[/url]" I tried to search all movies starting with starting letters "po". Okay here is a deal: after "fi/" comes ONLY first two letters from searchterm separated with "/" and json starts with all letters from searchterm Up to 5 letters like po.json To search with "agatha" it goes like this: "[url]http://search.nflxsearch.net/FI/fi/a/g/agath.json[/url]?authURL=XXXXXXXXXXXXXXXXXXXXXX&_=XXXXXXXXXXXXX" And if resultset can in in english,you dont even need to have ?authURL=XXXXXXXXXXXXXXXXXXXXXX&_=XXXXXXXXXXXXX" part at all, so [url]http://search.nflxsearch.net/FI/fi/p/o/po.json[/url] and [url]http://search.nflxsearch.net/FI/fi/a/g/agath.json[/url] works okay: And One more example of Lost tv series search. Your current search returns for example Lost Girls series, which is not available in finland, but with this it returns only finnish content: [url]http://search.nflxsearch.net/FI/fi/l/o/lost.json[/url] And output is: {"groups":[{"type":"titles","label":"Elokuvat ja TV","items":[{"id":70136118,"title":"Lost","display":"<em>Lost</em>"},{"id":60031214,"title":"Lost in Translation","display":"<em>Lost</em> in Translation"},{"id":70224746,"title":"Lost in Austen","display":"<em>Lost</em> in Austen"},{"id":70213081,"title":"Power Rangers Lost Galaxy","display":"Power Rangers <em>Lost</em> Galaxy"},{"id":60023618,"title":"Spy Kids 2: The Island of Lost Dreams","display":"Spy Kids 2: The Island of <em>Lost</em> Dreams"},{"id":596983,"title":"Home Alone 2: Lost in New York","display":"Home Alone 2: <em>Lost</em> in New York"},{"id":70206891,"title":"The Lost Room","display":"The <em>Lost</em> Room"},{"id":70077519,"title":"Things We Lost in the Fire","display":"Things We <em>Lost</em> in the Fire"}]}],"numItems":8} I Belive you can use ID's or title from output to create actual playback url. It also might be that [URL='http://search.nflxsearch.net/FI/fi/l/o/lost.json']search.nflxsearch.net[/URL] site is region aware, because i could not found working combination for sweden for example. So if there are otherr interesting, please try and verify working versions of this search, like for example users in sweden can try [URL='http://search.nflxsearch.net/FI/fi/l/o/lost.json']http://search.nflxsearch.net/SWE/swe/l/o/lost.json[/URL] or [URL='http://search.nflxsearch.net/FI/fi/l/o/lost.json']http://search.nflxsearch.net/SE/se/l/o/lost.json[/URL] or [URL='http://search.nflxsearch.net/FI/fi/l/o/lost.json']http://search.nflxsearch.net/SW/sw/l/o/lost.json[/URL] or try browsers F12 development tools to watch network traffic of your browser while typing into search box in upper right corner of your netflix site, and then look for posts into [URL='http://search.nflxsearch.net/FI/fi/l/o/lost.json']search.nflxsearch.net[/URL] address, and you can see correct form of an address. When we have results from other countries, we can crosscheck if site is region aware, and also verify if fomulating query works same way everywhere. Best Regards, And PS. If we get source code, we get much Rapid development And might have Really working Netflix plugin after all. Btw I love the way you handle your playback stuff with your own player. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Netflix plugin (NetflixAlpha)
Contact us
RSS
Top
Bottom