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 for Mediaportal... MPFlix :p
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="0kk0" data-source="post: 1153287" data-attributes="member: 112247"><p>Hi everyone,</p><p></p><p>I've created a simple program that i use to watch netflix from mediaportal using Multishortcut from: <a href="https://forum.team-mediaportal.com/threads/multishortcut-plugin.75305/" target="_blank">https://forum.team-mediaportal.com/threads/multishortcut-plugin.75305/</a></p><p></p><p>[ATTACH]169752[/ATTACH]</p><p></p><p>[ATTACH]169592[/ATTACH]</p><p></p><p>It opens a Chrome borderless and fullscreen window on given monitor and opens a url you can set in app.config.</p><p>In my case <a href="http://netflix.com/browse" target="_blank">http://netflix.com/browse</a></p><p></p><p>You can control the mouse by pressing arrow keys on your remote. Ok button on remote simulates mouse click event.</p><p></p><p>to close press stop button on remote...this fires an alt+f4</p><p></p><p>Let me know what you think? <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /></p><p></p><p>Download Complete package v1.2:</p><p><a href="https://forum.team-mediaportal.com/attachments/mpflix-v1-2-setup-7z.169751/?temp_hash=438cce20a19dec911b26d39857329237" target="_blank">https://forum.team-mediaportal.com/attachments/mpflix-v1-2-setup-7z.169751/?temp_hash=438cce20a19dec911b26d39857329237</a></p><p></p><p>Download MPFlix v1.2 only:</p><p><a href="https://forum.team-mediaportal.com/attachments/mpflix-v1-2-7z.169750/?temp_hash=438cce20a19dec911b26d39857329237" target="_blank">https://forum.team-mediaportal.com/attachments/mpflix-v1-2-7z.169750/?temp_hash=438cce20a19dec911b26d39857329237</a></p><p></p><p>Bye,</p><p></p><p>Sicco</p><p></p><p>App.config:</p><p>I explain a littje about positioning...</p><p>I use 2 displays... Main monitor (1600x1200) and a tv (1920x1080)</p><p>So the program (chrome in this case) opens at pos x 1600(+1) and pos y = 0</p><p>The width of chrome must be fullscreen, so repos_height 1080 x repos_width 1920.</p><p></p><p>I think its not that hard? <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>[CODE=XML]<setting name="repos_width" serializeAs="String"></p><p> <value>1920</value></p><p> </setting></p><p> <setting name="repos_height" serializeAs="String"></p><p> <value>1080</value></p><p> </setting></p><p> <setting name="repos_runningExe" serializeAs="String"></p><p> <value>MediaPortal.exe</value></p><p> </setting></p><p> <setting name="repos_x" serializeAs="String"></p><p> <value>1600</value></p><p> </setting></p><p> <setting name="repos_y" serializeAs="String"></p><p> <value>0</value></p><p> </setting></p><p> <setting name="repos_windowCaption" serializeAs="String"></p><p> <value>Netflix</value></p><p> </setting></p><p> <setting name="repos_browserExe" serializeAs="String"></p><p> <value>C:\Program Files (x86)\Google\Chrome\Application\chrome.exe</value></p><p> </setting></p><p> <setting name="repos_quitMediaportal" serializeAs="String"></p><p> <value>false</value></p><p> </setting></p><p> <setting name="repos_simulateMouse" serializeAs="String"></p><p> <value>true</value></p><p> </setting></p><p> <setting name="repos_browserArgs" serializeAs="String"></p><p> <value>--chrome-frame -app=http://netflix.com/browse</value></p><p> </setting>[/CODE]</p></blockquote><p></p>
[QUOTE="0kk0, post: 1153287, member: 112247"] Hi everyone, I've created a simple program that i use to watch netflix from mediaportal using Multishortcut from: [URL]https://forum.team-mediaportal.com/threads/multishortcut-plugin.75305/[/URL] [ATTACH]169752[/ATTACH] [ATTACH]169592[/ATTACH] It opens a Chrome borderless and fullscreen window on given monitor and opens a url you can set in app.config. In my case [URL]http://netflix.com/browse[/URL] You can control the mouse by pressing arrow keys on your remote. Ok button on remote simulates mouse click event. to close press stop button on remote...this fires an alt+f4 Let me know what you think? :D Download Complete package v1.2: [URL]https://forum.team-mediaportal.com/attachments/mpflix-v1-2-setup-7z.169751/?temp_hash=438cce20a19dec911b26d39857329237[/URL] Download MPFlix v1.2 only: [URL]https://forum.team-mediaportal.com/attachments/mpflix-v1-2-7z.169750/?temp_hash=438cce20a19dec911b26d39857329237[/URL] Bye, Sicco App.config: I explain a littje about positioning... I use 2 displays... Main monitor (1600x1200) and a tv (1920x1080) So the program (chrome in this case) opens at pos x 1600(+1) and pos y = 0 The width of chrome must be fullscreen, so repos_height 1080 x repos_width 1920. I think its not that hard? ;) [CODE=XML]<setting name="repos_width" serializeAs="String"> <value>1920</value> </setting> <setting name="repos_height" serializeAs="String"> <value>1080</value> </setting> <setting name="repos_runningExe" serializeAs="String"> <value>MediaPortal.exe</value> </setting> <setting name="repos_x" serializeAs="String"> <value>1600</value> </setting> <setting name="repos_y" serializeAs="String"> <value>0</value> </setting> <setting name="repos_windowCaption" serializeAs="String"> <value>Netflix</value> </setting> <setting name="repos_browserExe" serializeAs="String"> <value>C:\Program Files (x86)\Google\Chrome\Application\chrome.exe</value> </setting> <setting name="repos_quitMediaportal" serializeAs="String"> <value>false</value> </setting> <setting name="repos_simulateMouse" serializeAs="String"> <value>true</value> </setting> <setting name="repos_browserArgs" serializeAs="String"> <value>--chrome-frame -app=http://netflix.com/browse</value> </setting>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Netflix for Mediaportal... MPFlix :p
Contact us
RSS
Top
Bottom