xchen586 / mp-onlinevideos2

Automatically exported from code.google.com/p/mp-onlinevideos2
1 stars 0 forks source link

Support for latest media items #119

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Provide an interface (e.g. ILatestMediaProvider) so sites can publish a list of 
latest items. 

This can be used by e.g. LatestMediaHandler to provide similar functionality 
like "latests movies" and "latest episodes".

Original issue reported on code.google.com by bgmei...@gmail.com on 23 Sep 2011 at 6:59

GoogleCodeExporter commented 8 years ago
And maybe the Infoservice plugin can incorporate that info?

Original comment by paul.doskabouter on 23 Sep 2011 at 7:39

GoogleCodeExporter commented 8 years ago
My major problem with this feature is this:
In order to have that info available at MediaPortal start, I would have to do 
all the stuff that normally happens when the Plugin is called the first time 
(e.g. AutoUpdate) on MP startup in a background thread. There quite a few 
things to take care of then, which is not easy.

Original comment by bborgsd...@gmail.com on 29 Sep 2011 at 3:36

GoogleCodeExporter commented 8 years ago
The first step is taken: Separate AppDomain for all SiteUtils.
Now working on the configuration options and a new abstract base class for this 
feature.

Original comment by bborgsd...@gmail.com on 13 Oct 2011 at 7:22

GoogleCodeExporter commented 8 years ago

Original comment by bborgsd...@gmail.com on 13 Oct 2011 at 7:22

GoogleCodeExporter commented 8 years ago
I just committed this feature:
https://code.google.com/p/mp-onlinevideos2/source/detail?r=1623

Attached is a mod for the DefaultWide skin that will show those latets videos 
in the Basic Home screen when selecting "Videos" (MovingPictures or 
LatestMediaHandler should be disabled or not installed).

Original comment by bborgsd...@gmail.com on 22 Oct 2011 at 11:25

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by bborgsd...@gmail.com on 9 Nov 2011 at 4:07