Moving-Pictures Movie List to HTML (2 Viewers)

Addow

MP Donator
  • Premium Supporter
  • October 5, 2008
    59
    35
    Belgium
    Home Country
    Belgium Belgium
    @ mortstar: that's the way I would implement it too at the moment, because there is no other option left in the current source code. I will have to rework that part of the code. Darn javascript, always a pain in the ass :p

    @ other: it is not that difficult to add the plot summary, just a little html editing and an extra export value will do the trick ;)
     

    famewolf

    Portal Pro
    June 7, 2009
    145
    11
    Home Country
    United States of America United States of America
    Just installed this....upon creating the html page I'm getting all the info but no "frame" around it like all the examples I see. How do I get that to show up so the page looks nice?
     

    famewolf

    Portal Pro
    June 7, 2009
    145
    11
    Home Country
    United States of America United States of America
    fame, probably not the thing, but are you sure you ftp'd over the complete /img directory to your webspace ?


    I'm missing a step somewhere...I copied the plugin...copied the movingpicturesxml folder to the dir where I want the movie list created.....chose the transform XML with XSL option and pointed it to one of the styles, styles-detailed etc.....and what I end up with is:

    MediaPortal Movies

    The thing is I don't really want to ftp it...I just want a local file in the movies dir I can point to from local lan to see the list.
     

    mortstar

    MP Donator
  • Premium Supporter
  • January 30, 2008
    415
    41
    Home Country
    England England
    I've attached a zip with three files. You'll need to select the styles_plot.xsl in the plugin and put the respective files in the 'css' and 'img' folders. I've not attached my updated plugin that removes the '\' from titles as I think Addow should update the code and release officially.

    Warning
    This attachment will only really display properly with the columns that I wanted to show. Namely:
    Title w/ imdb link
    Year
    Genres w/ plot tooltip
    Score
    Language
    Resolution
    Runtime

    Make sure id, title, imdb_id, year, genres, summary, score, language, date_added, runtime, videoresolution are exported from the config.

    I've also removed the 'Last Watched' statistic (as MovingPictures doesn't remember if the file is deleted) and the search bar. If you want the system setup how you want then you'll need to have a look at the .xsl files. It is not difficult, I promise!
     

    Attachments

    • Movie List with Plot.zip
      30.7 KB

    ppeterr

    Portal Pro
    July 20, 2008
    136
    5
    fame, probably not the thing, but are you sure you ftp'd over the complete /img directory to your webspace ?


    I'm missing a step somewhere...I copied the plugin...copied the movingpicturesxml folder to the dir where I want the movie list created.....chose the transform XML with XSL option and pointed it to one of the styles, styles-detailed etc.....and what I end up with is:

    MediaPortal Movies

    The thing is I don't really want to ftp it...I just want a local file in the movies dir I can point to from local lan to see the list.


    You need to make a directory local, with the dirs CSS IMG JAVASCRIPT inside it
    then output to that directory. Then when you open the index.html - the index will refer to those
    directory's containg the graphics / layout / javascript etc.

    (or is this what your already doing ? then i dont know what is happening)
     

    Addow

    MP Donator
  • Premium Supporter
  • October 5, 2008
    59
    35
    Belgium
    Home Country
    Belgium Belgium
    @ famewolf:
    It seems you haven't accompanied the Movies.html with the directories css, img and javascript (and their contents). These directories contain styles, images, etc. You have to export them manually next to the generated HTML file, okay?

    @ ppeterr: thx 4 your help, that is the solution and as far as I can notice, famewolf did not put these folders in his output directory.

    @ mortstar: Indeed, i will fix it in the next fix release (probably this weekend).
     

    cmdrsamu

    Portal Member
    May 3, 2009
    20
    0
    I have a problem with ordering the columns in the html document.
    I added the column date_added, clicking on the column it orders the list only by the year not by the full date string. In version 1.0.5 I currently use it works fine.
    Does someone knows where the mistake can be located, so I may fix it?
     

    bodiroga

    Portal Pro
    January 1, 2008
    241
    46
    Home Country
    Spain Spain
    I've attached a zip with three files. You'll need to select the styles_plot.xsl in the plugin and put the respective files in the 'css' and 'img' folders. I've not attached my updated plugin that removes the '\' from titles as I think Addow should update the code and release officially.

    Warning
    This attachment will only really display properly with the columns that I wanted to show. Namely:
    Title w/ imdb link
    Year
    Genres w/ plot tooltip
    Score
    Language
    Resolution
    Runtime

    Make sure id, title, imdb_id, year, genres, summary, score, language, date_added, runtime, videoresolution are exported from the config.

    I've also removed the 'Last Watched' statistic (as MovingPictures doesn't remember if the file is deleted) and the search bar. If you want the system setup how you want then you'll need to have a look at the .xsl files. It is not difficult, I promise!

    Hi mortstar!

    Can I make you a question? Are you having problems with the plot field when it has two or more paragraph? I am using a personal styles.xsl modified myself with parts of your code and the plot field only appears when it has one paragraph. Are you experiencing this issue or the problem is mine?

    Thanks for your help ;)

    Regards,

    Aitor

    PS: And as always, thanks for Addow (and LRFalk01) for developing the plugin!
     

    valloq

    Portal Member
    March 8, 2008
    9
    0
    I wanted to take a stab at making my own design, with the initial goal of creating a cleaner look, and to have alternating stripes (zebra stripes ala iTunes).

    I ended up cleaning up the XSL-produced HTML quite a bit, and switched the javascript library over to jQuery - the table sort should be much faster now, and the search is a bit slicker too. This isn't quite where I wanted it to be, but I sort of lost my drive, and figured I should provide these files here for anyone else that's interested - it should be a very good starting point for anyone else looking to customize their page.

    Here's the final produced list: MediaPortal Movies
     

    Attachments

    • movingpicturesxml.zip
      30.6 KB

    Users who are viewing this thread

    Top Bottom