Skin Properties (1 Viewer)

Lichloathe

MP Donator
  • Premium Supporter
  • July 25, 2007
    200
    184
    Home Country
    Australia Australia
    Not sure if I’ve missed this info somewhere here but is there a full list or wiki that’s actually working with a full list of available skin properties for moving pictures plugin?
    Just trying to add to my skin with some extra info. Thanks.
     

    CyberSimian

    Test Group
  • Team MediaPortal
  • June 10, 2013
    3,126
    1,965
    Southampton
    Home Country
    United Kingdom United Kingdom
    is there a full list or wiki that’s actually working with a full list of available skin properties for moving pictures plugin?
    When I was writing my "Clarity" skin, I wanted a list of all available built-in skin variables, so I scanned the entire MP source looking for certain strings. Some points:

    (1) I downloaded the MP source zip file from GitHub, but it includes only the main product plus those plugins that are included in the main distribution (so no "Moving Pictures").

    (2) I used Windows "findstr.exe" to search the source folder tree and output the hits to a file. But the hits need further processing to extract the names of (possible) skin variables.

    (3) The strings that I searched for were:
    "#
    GUIPropertyManager.SetProperty(
    This creates two different files with different selections of possible skin variables.

    (4) Neither string provides a complete and correct list. The lists include some strings that are not skin variables, while the lists will be missing other strings that are skin variables. The resulting list of skin variables still needs some manual editing to remove strings that are obviously not skin variables.

    (5) To be able to repeat this scan in the future, I wrote two batch scripts: one to perform the scan, and another to extract the names of the skin variables. Unfortunately, these scripts are written in the obscure Rexx scripting language, and you would need to install a Rexx interpreter in order to be able to run them. However there is a very good interpreter called "Open Object Rexx" that you can download from SourceForge.

    Let me know if you want to experiment with my Rexx scripts.

    -- from CyberSimian in the UK
     

    Lichloathe

    MP Donator
  • Premium Supporter
  • July 25, 2007
    200
    184
    Home Country
    Australia Australia
    Thanks CyberSimian, very interesting.
    I have found what I was looking for in the meantime. I just needed to turn on the debug skinning option in the advanced options for Moving Pictures. There are actually quite a lot which is great.
     

    Lichloathe

    MP Donator
  • Premium Supporter
  • July 25, 2007
    200
    184
    Home Country
    Australia Australia
    Thanks RoChess. Somehow I always forget the web archive when looking for information that leads to dead links. :rolleyes:
     

    Users who are viewing this thread

    Similar threads

    • Sticky
    MP 1.37 Final (Willow) Bugfix II released, download links updated...
    MP 1.37 Final (Willow) Bugfix II released, download links updated...
    We have just released MediaPortal 1.37 - Willow x86 and x64 version. Highlights of this release Bugfixes: [MP1-5232] - GPU...
    Replies
    4
    Views
    938
    • Sticky
    Upgrade install on MP 1.36 x64 proceeded without issue, everything I have tried so far is working and looking very good. Many Thanks(y):)
    Upgrade install on MP 1.36 x64 proceeded without issue, everything I have tried so far is working and looking very good. Many...
    Pre Releases are provided as a way for the community to test and give feedback on all the exciting things we have lined up for the...
    Replies
    1
    Views
    770
    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
    1K
    Well, I had already recognized your problem, but I still wanted to point out the basic connections once again. Unfortunately, I don't have a fundamentally different solution for you, but with this approach you should achieve your goal. ;) The idea of first setting the current genre colors with the defines is certainly a good one, as...
    Well, I had already recognized your problem, but I still wanted to point out the basic connections once again. Unfortunately, I...
    Good afternoon, Does anyone know a way of referencing the genre colour of the currently selected item in the TV Guide. We are all...
    Replies
    4
    Views
    689
    MP1 MP2 Design questions. DE
    No No
    No No
    Is there an xml display utility that will allow graphically checking of dialog and osd text and graphics element placement? or Is...
    Replies
    1
    Views
    497
    Top Bottom