Skinfiles for Moving Pictures (2 Viewers)

emphatic

Design Group
  • Team MediaPortal
  • August 25, 2006
    3,736
    1,196
    Alingsås
    Home Country
    Sweden Sweden
    Thanks a lot! A "hover_Moving_Pictures.png" would be nice too. :D

    Emph
     

    jimz06

    Portal Member
    July 24, 2007
    31
    0
    Home Country
    United States of America United States of America
    I was poking around these xml's playing with some customizations and noticed a number of settings for 1366 and 768. I'm on a 1920x1080 display. Everything looks fine on my display, just wondering if there is any benefit to changing the settings to my display native resolution?
     

    Spragleknas

    Moderator
  • Team MediaPortal
  • December 21, 2005
    9,474
    1,822
    Located
    Home Country
    Norway Norway
    If you're thinking of altering the XML, like reference.xml from:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <!--version="1.0" encoding="utf-8" standalone="yes"-->
    <controls>
    <skin>
    <width>1366</width>
    <height>768</height>
    <version>1.0.0.0</version>
    to
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <!--version="1.0" encoding="utf-8" standalone="yes"-->
    <controls>
    <skin>
    <width>1920</width>
    <height>1080</height>
    <version>1.0.0.0</version>
    Then don't!

    Where stuff is "put" is calculated from this info by skinauthor (in other words not in % width/height), so everything would be missplaced (in top left corner).

    Hope that made sense :confused:
     

    fforde

    Community Plugin Dev
    June 7, 2007
    2,667
    1,702
    43
    Texas
    Home Country
    United States of America United States of America
    This is actually due to a bug in 0.7, but it can be worked around easily enough. The attached movingpictures.xml should fix the problem with Monochrome. It is based off the February 4th XMLs. This will not be required with 0.7.1+.
     

    Attachments

    • movingpictures.xml
      30.6 KB

    divinius

    Portal Member
    June 1, 2008
    16
    1
    Home Country
    Netherlands Netherlands
    okay great, thanks a lot, it does show my movie collection again
    but now, when i go to Moving Pictures, MP crashes instantly:

    mpmovingpictures070crash.jpg


    error.log: http://www.b3ta.cr3ation.co.uk/data/log/error.log

    ive just installed latest MP svn and monochrome 2.5
     

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,736
    1,196
    Alingsås
    Home Country
    Sweden Sweden
    Added some missing dummy code so this works for 0.70.

    Emph
     

    Attachments

    • movingpictures.facade.xml
      30.7 KB
    • movingpictures.xml
      30.6 KB

    Users who are viewing this thread

    Similar threads

    I've updated dlls in first post. Fixes: Summary / Overview was always empty Collections were not filtered to official ones Studios were not populated Fallback to english tagline didn't work Score / Popularity now empty instead of dummy rating and unknown popularity numbers Also I've tried to compile plugin against MP 1.34 x64 and...
    I've updated dlls in first post. Fixes: Summary / Overview was always empty Collections were not filtered to official ones Studios...
    Hi! TheTVDB.com has movies in their API now. API itself looks ok now so I decided to add TVDB to Moving Pictures. Check it if you...
    Replies
    2
    Views
    796
    My problem is that I would like to switch from Kodi to Mediaportal. In Kodi, putting an Extras folder in the same folder as the movie automatically manages all the extras on the Bluray, so my library is organized in this way. Moving everything would be a very long job (I have more than 2800 movies), plus I would lose the Extras...
    My problem is that I would like to switch from Kodi to Mediaportal. In Kodi, putting an Extras folder in the same folder as the...
    Hello, is it possible to exclude some folders from the Moving Pictures scan? My movies are organized in separate folders...
    Replies
    4
    Views
    970
    You can always try, select any window, turn off the Media Portal, change the ID of the selected one to the desired one (plugin) and check.
    You can always try, select any window, turn off the Media Portal, change the ID of the selected one to the desired one (plugin) and...
    I don't have a TV card in my HTPC setup, so I really only use plugins that browse and show media files, like MP TV-Series, Moving...
    Replies
    5
    Views
    2K
    • Sticky
    @ltfearme @m3rcury @Edalex
    @ltfearme @m3rcury @Edalex
    Due to the release of the x64 version, and the need to recompile plugins, we have created a separate repository (for plugins that...
    Replies
    1
    Views
    1K
    Look for all GUI Exif properties: MediaPortal-1/mediaportal/Core/Util/ExifExtensions.cs at 58c955866fb54a8c293afe525862bbb50c8f7b28 · MediaPortal/MediaPortal-1 And: https://forum.team-mediaportal.com/threads/4986-add-to-mypictures-plugin-ability-to-search-view-by-keyword.133895/post-1273275
    Look for all GUI Exif properties: MediaPortal-1/mediaportal/Core/Util/ExifExtensions.cs at 58c955866fb54a8c293afe525862bbb50c8f7b28...
    I would like one of the above IPTC metadata fields to display when viewing pictures in MP. I don't really care which, as I can...
    Replies
    1
    Views
    1K
    Top Bottom