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
Support
Electronic Program Guide
WebEPG
WebEpg development
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="Tony Wall" data-source="post: 1028199" data-attributes="member: 125233"><p>Yes if the developer has lost interest or has no time it'd be good to take it over and fix it up a bit. It's a lot easier than messing around with XMLTV grabber scripts. I too would like to extend it for DigiGuide UK (full personalized guide, not just the free stuff) and try to improve the automatic channel mapping.</p><p></p><p>Regarding JSON, use of the Newtonsoft library is no longer necessary, assuming .NET 4.0 or later is allowed for plugins. Microsoft already started integrating it into their framework (goes with all the new simplification of web services/MVC/WebAPI and all). It's documented here..</p><p></p><p><a href="http://msdn.microsoft.com/en-us/library/system.runtime.serialization.json(v=vs.100).aspx" target="_blank">http://msdn.microsoft.com/en-us/library/system.runtime.serialization.json(v=vs.100).aspx</a></p><p></p><p>I've used this myself and it's fine. There are still some benefits of the Newtonsoft library but personally I think using as few third party libraries as possible is better. Regarding simple JSON serialization (probably all you need) the only outstanding benefit of the Newtonsoft library is a claim of some extra speed, which is not relevant here.</p></blockquote><p></p>
[QUOTE="Tony Wall, post: 1028199, member: 125233"] Yes if the developer has lost interest or has no time it'd be good to take it over and fix it up a bit. It's a lot easier than messing around with XMLTV grabber scripts. I too would like to extend it for DigiGuide UK (full personalized guide, not just the free stuff) and try to improve the automatic channel mapping. Regarding JSON, use of the Newtonsoft library is no longer necessary, assuming .NET 4.0 or later is allowed for plugins. Microsoft already started integrating it into their framework (goes with all the new simplification of web services/MVC/WebAPI and all). It's documented here.. [url]http://msdn.microsoft.com/en-us/library/system.runtime.serialization.json(v=vs.100).aspx[/url] I've used this myself and it's fine. There are still some benefits of the Newtonsoft library but personally I think using as few third party libraries as possible is better. Regarding simple JSON serialization (probably all you need) the only outstanding benefit of the Newtonsoft library is a claim of some extra speed, which is not relevant here. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Electronic Program Guide
WebEPG
WebEpg development
Contact us
RSS
Top
Bottom