- March 24, 2007
- 12,073
- 7,459
- Home Country
- Germany
- Moderator
- #1
After we have discussed about new metadata aspects (https://forum.team-mediaportal.com/threads/discussion-of-metadata-tags.105951/) I finally started to implement some new cool features for MP2's media library:
MP2 is now able to browse series! Ok, it's not yet MP TVSeries, but I want to show all users how easy it is to extend the core features!
What was needed can be summarized as:
Here I must say a big thank you to Albert for designing the Media Plugin and MP2 so flexible!
Edit 2012-04-03:
I made some more progress and internally simplified the series information handling a lot. We now are able to retrieve Series informations from:
i.e. "Stargate Universe S01E01_02 - Die Destiny.avi" (pilot of 2 episodes) -> we store "1" and "2" as episode numbers for this entry (see screenshot 11)
Here are first screenshots of navigation features, taken from default skin:
As requested, here are new screenshots of Reflexion skin
Update 2012-04-13: Support for Banners and Posters
I have created a new ImageSource to be used from xaml screens in a very simple way:
Update 2012-04-15: Online matching of Series implemented, downloading banners, posters and fan art images while importing share
Updated images from Reflexion skin, adjusted sizes to match screen better:
Update 2012-05-29:
Movie Section (WiP)
Update 2012-06-11:
Update 2012-06-30:
Update 2012-07-01:
Development has gone further, trying to use a different layout for movies. We are now able to use animated Brushes in MP2. Maybe this does not sound so spectacular, but indeed it looks really great
To get an idea how this could work, check out this movie: http://tinypic.com/r/2gy1us0/6
In reality it looks even smoother than on this capture
MP2 is now able to browse series! Ok, it's not yet MP TVSeries, but I want to show all users how easy it is to extend the core features!
What was needed can be summarized as:
- Define new metadata aspect "SeriesAspect", content you find here (http://wiki.team-mediaportal.com/2_...3_Concepts/Metadata_system/Planning_Extension)
- Extend the Metadata Extractors to fill the SeriesAspect
- Extended the Media Plugin with
- Few lines of code
- Few constants
- Few screens
- Few language tags.
Here I must say a big thank you to Albert for designing the Media Plugin and MP2 so flexible!
Edit 2012-04-03:
I made some more progress and internally simplified the series information handling a lot. We now are able to retrieve Series informations from:
- TvServer recording .xml-files
- MatroskaTags
- new: filename matchings using regular expressions
i.e. "Stargate Universe S01E01_02 - Die Destiny.avi" (pilot of 2 episodes) -> we store "1" and "2" as episode numbers for this entry (see screenshot 11)
Here are first screenshots of navigation features, taken from default skin:
As requested, here are new screenshots of Reflexion skin
Update 2012-04-13: Support for Banners and Posters
I have created a new ImageSource to be used from xaml screens in a very simple way:
Code:
<Image Width="400" Height="100" Stretch="Uniform">
<Image.Source>
<fanart:FanArtImageSource fanart:FanArtMediaType="Series" fanart:FanArtType="Banner" fanart:FanArtName="Eureka"/>
</Image.Source>
</Image>
Update 2012-04-15: Online matching of Series implemented, downloading banners, posters and fan art images while importing share
Updated images from Reflexion skin, adjusted sizes to match screen better:
Update 2012-05-29:
- Extended features for Series: FanArt can be displayed inside Series library.
- Improved Reflexion skin layouts
- Brand new: sneak preview of Movie section (WiP)
Movie Section (WiP)
Update 2012-06-11:
- Code for Series and Movie handling is progressing quite nice, so it's now time to work on Reflexion skin support for those features!
- New screenshots attached, showing new layout concept. This is WiP, i.e. menu is deactivated in this screen and I am looking for a working solution to implement a "slide-in-menu".
Update 2012-06-30:
- Made progress in showing a "slide-in-menu", it's nearly working besides a small focus issue
- The layout of the movie section has been further improved (thanks Furnibird!)
Update 2012-07-01:
Development has gone further, trying to use a different layout for movies. We are now able to use animated Brushes in MP2. Maybe this does not sound so spectacular, but indeed it looks really great
To get an idea how this could work, check out this movie: http://tinypic.com/r/2gy1us0/6
In reality it looks even smoother than on this capture
Last edited: