- April 17, 2013
- 49
- 70
- 101
- Home Country
- Barbados
Hi,
I noticed there were a few goes at a Neflix plugin. The one I looked at opened it in a new form on the selected monitor, which is not in the UI how I wanted it. I spent a bit of time on the weekend playing with the MP design and wrapping the Netflix HTML site in a API (Yes I know there is not dev API anymore which is a shame). I'm basically parsing the HTML pages and will be looking at ripping the meta data our and caching it locally. I have a prototype working already just using the played history and pulling the thumbnails down.
I do not know much about the UI design so is there any good implementations around that I could leverage the UI design / GUIWindow based classes from and all I need to do is push in the API layer. Also that would mean existing skins could leverage this work.
If you can list them here with source or assembly (I will reverse engineer if I can)
As for the Silverlight player I have wrapped it in a control so you can play/pause it. Skipping is not possible with the remote... yet... The PInvoke approach is not working very well. Bring on the HTML 5 version with a nice DOM to play with!
On a side note are there any nice APIs to pull move/TV data from Movie/TV data sources so I can augment the Netflix Data?
I noticed there were a few goes at a Neflix plugin. The one I looked at opened it in a new form on the selected monitor, which is not in the UI how I wanted it. I spent a bit of time on the weekend playing with the MP design and wrapping the Netflix HTML site in a API (Yes I know there is not dev API anymore which is a shame). I'm basically parsing the HTML pages and will be looking at ripping the meta data our and caching it locally. I have a prototype working already just using the played history and pulling the thumbnails down.
I do not know much about the UI design so is there any good implementations around that I could leverage the UI design / GUIWindow based classes from and all I need to do is push in the API layer. Also that would mean existing skins could leverage this work.
If you can list them here with source or assembly (I will reverse engineer if I can)
As for the Silverlight player I have wrapped it in a control so you can play/pause it. Skipping is not possible with the remote... yet... The PInvoke approach is not working very well. Bring on the HTML 5 version with a nice DOM to play with!
On a side note are there any nice APIs to pull move/TV data from Movie/TV data sources so I can augment the Netflix Data?