Starting over...! (1 Viewer)

Guzzi

Retired Team Member
  • Premium Supporter
  • August 20, 2007
    2,159
    750
    First of all, many thanx for these awesome skins!
    I always only used Indigo in MP - that skin took the other skins' WAF to 0...

    Do you plan to make this new version "My Films"-compatible? I´m asking because this plug-in isn´t in the compatibility list, and I depend on it.

    Well, thanx anyway!

    Psycho Reptile,
    Please support MyFilms Plug in :(
    +1 ! please!
     

    edwi

    New Member
    April 2, 2009
    1
    0
    Home Country
    Netherlands Netherlands
    Great skin as allways. I very much like that more rows are visible in videos and moving pictures.

    However, i do have one comment, perhaps some one else posted it already, but in (at least) myvideos and tvseries (2.1.3331) the selected movie / tv series does not light up? Not really sure how to describe it, but in previous versions the selectd thumbnail had a bleu rectangle around it so you were able to see where you are on the screen.
    resolution: 1920 by 1080
     

    joz

    Portal Pro
    March 17, 2008
    1,353
    306
    Home Country
    Netherlands Netherlands
    I heard someone ask for mesfilms support. I thought I help out, maybe PS can polish it up a bit. it's a start, I know it might still be buggy with some of the detail labels I don't use.

    Besides that I couldn't skin any other than list because for some reason selecting anything else makes my MP crash, it's like that in all skins and most likely has to do with the way I set everything up. Everything is on my server, so clients access the images and xmls on the server, plugin was not made to handle that, although it worked good for me till now. I can however live with this.
    So any other view than list might still look a bit weird.

    p.s.

    I'll most likely be working towards a 16:10/16:9 compatible version, like the old monochrome 2 versions I did.
    TVSeries stays problematic on this aspect because of the text2/3 that is used. There are some other minor things as well.
    also plugins that are not supported yet but I already have working support for (copy paste of my old version, might have missed some). If PS is interested in any of it, just PM. It most likely be taking a while to create this 16:10 version though
    - Videonews
    - My emulators
    - HTPCInfo
    - ForTheRecord
    - My Explorer
    - Clickmania
    - SmartPlaylists
    - FANatic
    - My Speedfan
    - MusicTrivia
    - OnlineVideos
    - RadioTime
    - My Torrents (the one by fcsobel, works better imo)
    - My Trailers
    - My Worldmap
    - TVGemist
    - Youtube.FM (although it seems broken atm)
    - Yahoo music videos
     

    Attachments

    • 12-57-28.jpg
      12-57-28.jpg
      310.4 KB
    • 12-57-31.jpg
      12-57-31.jpg
      323.4 KB
    • mesfilms.zip
      30.6 KB

    joz

    Portal Pro
    March 17, 2008
    1,353
    306
    Home Country
    Netherlands Netherlands
    I fanartified my indigo/monochrome. A bit of teaser attached :)
    [collapse]
    Code:
        <control>
          <description>BG</description>
          <type>image</type>
          <id>1</id>
          <width>1366</width>
          <height>768</height>
          <texture>background.png</texture>
        </control>
        <control>
          <description>Weather background</description>
          <type>image</type>
          <id>0</id>
          <posX>0</posX>
          <posY>0</posY>
          <width>1366</width>
          <height>768</height>
          <texture>Animations//weatherbg//#infoservice.weather.today.img.small.filenamewithoutext//weather.jpg</texture>
          <animation effect="fade" time="1000">VisibleChange</animation>
          <visible>[control.hasfocus(2)|control.hasfocus(3)|control.hasfocus(4)|control.hasfocus(5)|control.hasfocus(6)]+plugin.isenabled(InfoService)</visible>
        </control>
        <control>
            <description>MUSIC BACKGROUND</description>
            <id>0</id>
            <type>multiimage</type>
            <posx>0</posx>
            <posy>0</posy>
            <width>1366</width>
            <height>768</height>
            <imagepath>music</imagepath>
            <timeperimage>30000</timeperimage>
            <fadetime>800</fadetime>
            <loop>yes</loop>
            <randomize>True</randomize>
            <animation effect="fade" start="200" end="0" time="500">WindowClose</animation>
            <animation effect="fade" start="0" end="100" time="350">VisibleChange</animation>
            <visible>control.hasfocus(7)|control.hasfocus(8)|control.hasfocus(9)|control.hasfocus(10)|control.hasfocus(11)</visible>
        </control>
        <control>
            <description>PLUGINS BACKGROUND</description>
            <id>0</id>
            <type>multiimage</type>
            <posx>0</posx>
            <posy>0</posy>
            <width>1366</width>
            <height>768</height>
            <imagepath>games</imagepath>
            <timeperimage>30000</timeperimage>
            <fadetime>800</fadetime>
            <loop>yes</loop>
            <randomize>True</randomize>
            <animation effect="fade" start="200" end="0" time="500">WindowClose</animation>
            <animation effect="fade" start="0" end="100" time="350">VisibleChange</animation>
            <visible>control.hasfocus(27)|control.hasfocus(18)|control.hasfocus(19)|control.hasfocus(20)|control.hasfocus(21)</visible>
        </control>
        <control>
            <description>SETTING BACKGROUND</description>
            <id>0</id>
            <type>multiimage</type>
            <posx>0</posx>
            <posy>0</posy>
            <width>1366</width>
            <height>768</height>
            <imagepath>extra</imagepath>
            <timeperimage>30000</timeperimage>
            <fadetime>800</fadetime>
            <loop>yes</loop>
            <randomize>True</randomize>
            <animation effect="fade" start="200" end="0" time="500">WindowClose</animation>
            <animation effect="fade" start="0" end="100" time="350">VisibleChange</animation>
            <visible>control.hasfocus(22)|control.hasfocus(23)|control.hasfocus(24)|control.hasfocus(25)|control.hasfocus(26)</visible>
        </control>
        <control>
            <description>MOVIES BACKGROUND</description>
            <id>0</id>
            <type>multiimage</type>
            <posx>0</posx>
            <posy>0</posy>
            <width>1366</width>
            <height>768</height>
            <imagepath>movies</imagepath>
            <timeperimage>30000</timeperimage>
            <fadetime>800</fadetime>
            <loop>yes</loop>
            <randomize>True</randomize>
            <animation effect="fade" start="200" end="0" time="500">WindowClose</animation>
            <animation effect="fade" start="0" end="100" time="350">VisibleChange</animation>
            <visible>control.hasfocus(12)|control.hasfocus(13)|control.hasfocus(14)|control.hasfocus(15)|control.hasfocus(16)</visible>
        </control>
        <control>
          <description>BG</description>
          <type>image</type>
          <id>1</id>
          <width>1366</width>
          <height>768</height>
          <texture>background.png</texture>
          <colordiffuse>CCFFFFFF</colordiffuse>
        </control>
    [/collapse]look for explanation here
     

    Attachments

    • 01-00-19.jpg
      01-00-19.jpg
      195.4 KB
    • 01-00-24.jpg
      01-00-24.jpg
      124.5 KB

    mardup

    Portal Pro
    October 24, 2007
    153
    8
    Toulouse
    Home Country
    France France
    Hello Psycho-Reptile
    VERYU VERY Happy to see you again with your great works !

    Do you think you will add support for others plugins ? Especially MesFilms et MyTrailers ?

    Again thanks a lot four your work !
     

    joz

    Portal Pro
    March 17, 2008
    1,353
    306
    Home Country
    Netherlands Netherlands
    mardup:

    3 posts above yours I already posted support. It's an early stage but it's pretty workable. If you tell me what's wrong with it I could fix it (PS of course is also welcome to pick it up).
    The screens look a bit weird because I had fanart setting turned on and no actual fanart (so it was using the cover instead).

    Already have a newer version on my machine with some minor tweaks
     

    edsche

    Community Plugin Dev
    January 7, 2007
    606
    360
    39
    Ulm
    Home Country
    Germany Germany
    Great work Psycho-Reptile ;) With joz fanart mod it is nearly perfect for me.

    joz: Is the collapsed text all i must copy to basichome.xml for the fanart thing? Does it work with monochrome, too? Btw how do i make a collapsed text? :>
     

    Users who are viewing this thread

    Similar threads

    Greetings to all Denizens of the land of MediaPortal... It seems our Zap2XML/GraceNote access is broken again. I (as many others) have been using the latest NewZap2xml_6 and it has worked flawlessly. A few days ago it all died. I wonder if anyone is working a solution to save the masses. I am hoping the good citizen of past is...
    Greetings to all Denizens of the land of MediaPortal... It seems our Zap2XML/GraceNote access is broken again. I (as many others)...
    Greetings to all Denizens of the land of MediaPortal... It seems our Zap2XML/GraceNote access is broken again. I (as many others)...
    Replies
    0
    Views
    778
    Sorry, I didn't get email notifications on these latest replies. I just came here to report I solved the problem after adjusting power settings for "Intel Graphics". I set it to Maximum Performance. I tried many other things so it could be a combination of them, but this was the last thing I did and I haven't had the problem return...
    Sorry, I didn't get email notifications on these latest replies. I just came here to report I solved the problem after adjusting...
    I'm running MP1 as a client only on this: https://www.amazon.com/dp/B0DZX5DWS5?ref_=pe_123509780_1038749300_t_fed_asin_title&th=1...
    Replies
    5
    Views
    2K
    I am running a Xubuntu machine as a server with all my movies and series on it, I run a VirtualBox VM with Windows 10 installed on the virtual machine and MP1 client installed on that. MP runs fine on the VM but I no longer have a tv tuner to test if passthrough is possible. I don't think it would work anyway.
    I am running a Xubuntu machine as a server with all my movies and series on it, I run a VirtualBox VM with Windows 10 installed on...
    I have a PC running Win10.....which as you know is about to lose support from MS. It isn't capable of an 'official' upgrade to...
    Replies
    5
    Views
    2K
    I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select "Internal DirectShow player" as music output, but then you lose gapless playback. If you you don't have multichannel music you can choose WASAPI as the output and set the number of speakers to stereo. I have...
    I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select...
    Not sure if this a a bug/config/settings problem. I am running a media portal 2.5 server with 2.41 client but it seems I get the...
    Replies
    1
    Views
    656
    I haven't tested it. I use MP1, but sometimes I try to help with MP2 :).
    I haven't tested it. I use MP1, but sometimes I try to help with MP2 :).
    This happened immediately after my Windows 11 x64 monthly update for November. The update included also cumulative update to .NET...
    Replies
    9
    Views
    2K
    Top Bottom