MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins


Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.

Reply
 
Thread Tools Display Modes
Old 2008-02-21, 02:07   #41 (permalink)
Portal Member
 
Join Date: Feb 2007
Posts: 12
Thanks: 5
Thanked 1 Time in 1 Post

Country:


Default

Quote:
Originally Posted by uncertainty View Post
Same, I would like to know what to edit in order to get full screen support to work correctly for 720x480p.
I've attached the changes for my screen at 852x480. You should be able to change the scale slightly for
Cursor.Position = new Point(437, 451);
to get the play now button to work - you'll probably want a smaller number.

Other than that it should work more or less.

You'll probably also need to change the skin a little bit to get everything to display properly.

Enjoy,
-Jim
Attached Files
File Type: zip Netflix480.zip (22.6 KB, 38 views)
pyedog is offline   Reply With Quote
This User Say Thank You:
Old 2008-02-22, 18:59   #42 (permalink)
Portal Member
 
Join Date: Sep 2007
Posts: 50
Thanks: 5
Thanked 2 Times in 2 Posts

Country:


Default

Quote:
Originally Posted by pyedog View Post
Quote:
Originally Posted by uncertainty View Post
Same, I would like to know what to edit in order to get full screen support to work correctly for 720x480p.
I've attached the changes for my screen at 852x480. You should be able to change the scale slightly for
Cursor.Position = new Point(437, 451);
to get the play now button to work - you'll probably want a smaller number.

Other than that it should work more or less.

You'll probably also need to change the skin a little bit to get everything to display properly.

Enjoy,
-Jim
Thanks, Ill give it a try...
uncertainty is offline   Reply With Quote
Old 2008-02-25, 19:58   #43 (permalink)
Portal User
 
Join Date: Feb 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default Netflix manager plugin noob

I am having trouble locating the cookie id. Can someone tell me how to get this info.

Thanks
sstockfo is offline   Reply With Quote
Old 2008-02-26, 02:31   #44 (permalink)
Portal Member
 
Join Date: Feb 2007
Posts: 12
Thanks: 5
Thanked 1 Time in 1 Post

Country:


Thumbs up

Quote:
Originally Posted by sstockfo View Post
I am having trouble locating the cookie id. Can someone tell me how to get this info.
1) Go to C:\Documents and Settings\sstockfo\cookies (assuming sstockfo is your Windows login - otherwise change it).
2) Look for a file named something like sstockfo@netflix[1].txt and open it in notepad.
3) Search for NetflixShopperId
4) Get the number that looks something like
P2367238712393173267346239823902392
5) Enter it in the configuration panel ...

Enjoy!
pyedog is offline   Reply With Quote
Old 2008-02-28, 06:03   #45 (permalink)
Portal Member
 
Join Date: May 2006
Posts: 211
Thanks: 22
Thanked 0 Times in 0 Posts

My System

Default

So, what values do we need to change to get the Watch Now button to work ar whatever resolution we have (1080x1920 for me?)

I looked at the 480 file above to try to figure it out, but it's a .cs file, and I don't know howit relates (I am a total noob:-(

Thanks.

Quote:
Originally Posted by whurlston View Post
whiskaz/nerd1701, I think I may have solved all the issues. I think I have found a way to play the movie in a regular WMP activex player giving us full control of the player including ff/rew/seek capabilities. I also found a way to download streams that are a higher bitrate than can be handled by one's internet connection. It would mean a longer buffering time before being able to watch the movie without interuption but much higher quality for slower connections. I should have some sample code by the end of the weekend.
How is this going?

Last edited by MacMini; 2008-02-28 at 06:24. Reason: Automerged Doublepost
MacMini is offline   Reply With Quote
Old 2008-02-29, 03:06   #46 (permalink)
Portal Member
 
Join Date: Feb 2007
Posts: 12
Thanks: 5
Thanked 1 Time in 1 Post

Country:


Default

Quote:
Originally Posted by MacMini View Post
So, what values do we need to change to get the Watch Now button to work at whatever resolution we have (1080x1920 for me?)

I looked at the 480 file above to try to figure it out, but it's a .cs file, and I don't know howit relates (I am a total noob:-()
Well, you'd need to be able to build the plugin - I used the free Visual C# 2005 Express Edition ... you'd have to download it from MS and install it, then configure an SVN client to get the plug-in sources, then edit the solution file so it would build on your machine ... then you'd need to edit the file so that all of the "y" resolutions were 1080 (the x resolutions genrally are written to autoscale) and experiment by changing the
"Cursor.Position = new Point(...)" lines to be correct for your display/resolution so the play/pause and fullscreen stuff would work. I wouldn't be surprised if you needed to tweak the skin as well.

Not so good from the total noob perspective ... but think of it as a learning opportunity!

Hopefully one of the new approaches will work out a bit better, and the plugin can be modified to be a bit flexible. I don't have the time to work on it, and I'm not a plugin guy so I don't know that I'd be able to do much of anything anyway ... I just made a couple trivial changes to get the current version to more or less work for me.

-Jim
pyedog is offline   Reply With Quote
Old 2008-03-01, 05:45   #47 (permalink)
Portal Member
 
Join Date: May 2006
Posts: 211
Thanks: 22
Thanked 0 Times in 0 Posts

My System

Default

Thanks for the pointer, Jim. I'll play with it a bit on the weekend, but it sounds like it's comparable to rocket science for a noob like me:-)
MacMini is offline   Reply With Quote
Old 2008-03-07, 04:37   #48 (permalink)
Portal User
 
Join Date: Mar 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Hey,
I have read through this whole forum and found many people that were having the same problem I am, I did what you told them to and still nothing.
I click on the netflix manager and it comes up with all the buttons on the side but I can't access my account, (no queue) I have been messing with this for about 5 hours now and I've read this whole forum and can't figure it out.
this is where I got my shopperID from:
Queue
http://rss.netflix.com/QueueRSS?id={shopperID} starts with P and is 35 characters long.
the cookieID I found also starts with P and is also 35 characters long but differs from the shopperID.

I know you've been asked this several times but my brother is having the same problem and between the two of us we just can't figure it out.

any help would be very much appreciated.
Thanks
James
cdrracing is offline   Reply With Quote
Old 2008-03-08, 00:47   #49 (permalink)
Portal User
 
Join Date: Mar 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts


Question Running slow

I have the plug-in working, but it runs rather slow. The movie downloads and the movie screen goes black and my mouse pointer moves very slow, then after a few minutes the movie finally starts. I do not have this problem outside of MediaPortal. Does anyone know the cause? THis may be a system limitation fo my computer, but outside of the software everything works fine.
chschwarz is offline   Reply With Quote
Old 2008-03-08, 18:42   #50 (permalink)
Portal User
 
Join Date: Sep 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Can someone help me better understand this plugin... I have it configured correctly I believe, but there is no watch now button. I can search for movies and it appears that any results with a '*' at the end can be watched now. I would like to know if there is a way to browse through the watch now movies on netflix. Also is there a way to fast forward, rewind, and pause from a MCE remote that I currently use for all other plugins for MP. Thanks in advance for your help.
redr8er is offline   Reply With Quote
Reply

Bookmarks

Tags
manager, netflix, support, v20, w or play

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Netflix Manager (Updated 02/10/07) hobbes487 Plugins 216 2008-03-07 04:26
Netflix plugin integration uncertainty My TVSeries 0 2008-01-21 22:08
UPnP support (Universal Plug and Play) Gamester17 Improvement Suggestions 50 2007-02-25 21:15
Netflix Plugin (first release available) GazpachoKing Plugins 56 2006-09-05 20:11


All times are GMT +1. The time now is 04:53.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden