Moving-Pictures Movie List to HTML (2 Viewers)

LRFalk01

Portal Pro
August 27, 2007
257
92
38
Home Country
United States of America United States of America
I made a little process plugin that exports your Moving-Pictures movie list to XML. It has some extended functionality to be able to transform the XML with XSL, because of this, the plugin is able to also make an html file. With this plugin you have the ability to make a movie list similar to this:

MediaPortal Movies

Addow has been given access to contribute to this project. Here are a list of his changes:

Version 1.0.9 (Released: 2010/01/30)
- Bug fixed: occasional mixed HTML/XML output
- Bug fixed: empty values "Last watched" when local movie files are deleted after watching
- Export to network path without mounting
- Added customized tag "fullpath" represents the absolute movie file path
- MovingPictures dependencies defined

Version 1.0.8 (Released: 2010/01/24)
- Configuration window reworked: minimum size, version in title bar, enlarged, modified some buttons, etc...
- Manual export and close button added, so MediaPortal doesn't need to be loaded
- FTP values will no longer be cleared when checking/unchecking FTP

Version 1.0.7 (Released: 2010/01/24)
- Fixed score: currently rounded to one number after comma
- Default interval set to 60 minutes instead of 5
- New logo for plugin + icon added
- Embedded resources added

Version 1.0.6 (Released: 2010/01/10)
- More customization fields added: title, resolution, codecs (audio/video), has subtitles or not, etc.
- Restricted movies are not exported


The new version can be downloaded here:
http://code.google.com/p/movingpicturesxml/downloads/list


-LRFalk01
 

Attachments

  • MovieList.pdf
    30.6 KB

Rico

Portal Pro
December 23, 2008
188
12
Straelen
Home Country
Germany Germany
@ LRFalk01


Works perfect now buddy also with the sorting :)

one question is it maybe possible to integrate the total movie count we have in moving pictures
on top of the Title Year Genres Score Rating Runtime IMDB
bar

so for example Total Movies in moving pictures : and then the count of the movies



if that is possible that should be coooool
 

LRFalk01

Portal Pro
August 27, 2007
257
92
38
Home Country
United States of America United States of America
This is already in the xml under the stats node. It would be fairly easy to modify the xsl to include this somewhere in the web page.

(this is how my signature is made)

-LRFalk01
 

Rico

Portal Pro
December 23, 2008
188
12
Straelen
Home Country
Germany Germany
you can also save it localy cause i dont use ftp server either

LRFalk01

when i wanna add the movie count to the top of the bar what do i have to add in the xsl file

i found out already that i have to add <td class="moviecount"><xsl:value-of select="MOVIECOUNT"/></td>

but what do i have to add so it displays it above the Title Year Genres Score Rating Runtime IMDB bar

i dont know so much about coding but everyday i get a step further :)

thanks to you guyes
 

LRFalk01

Portal Pro
August 27, 2007
257
92
38
Home Country
United States of America United States of America
Rico,

Try the attached. You will have to change out the main.css file and replace the styles.xsl on your HTPC with the one attached. This will add a little blurb to the top of the page with some stats from Moving-Pictures.

Here is an example of what it would look like:
http://echoes1.game-host.org/newmovies/xslt/Moving-PicturesXML.xml

Please note that in order for this to work, you have to make sure that the stats node creation is enabled in the config.
 

Attachments

  • styles.zip
    30.6 KB

Rico

Portal Pro
December 23, 2008
188
12
Straelen
Home Country
Germany Germany
Rico,

Try the attached. You will have to change out the main.css file and replace the styles.xsl on your HTPC with the one attached. This will add a little blurb to the top of the page with some stats from Moving-Pictures.

Here is an example of what it would look like:
http://echoes1.game-host.org/newmovies/xslt/Moving-PicturesXML.xml

Please note that in order for this to work, you have to make sure that the stats node creation is enabled in the config.



it works buddy cool :) :D
 

Users who are viewing this thread

Top Bottom