MPTouch - Mediaportal TouchScreen Plugin (1 Viewer)

MPTouch MainScreen Buttons


  • Total voters
    14
  • Poll closed .

Wondermusic

Retired Extension Developer
  • Premium Supporter
  • September 7, 2009
    1,117
    275
    Wuppertal
    Home Country
    Germany Germany
    AW: MPTouch - Mediaportal TouchScreen Plugin

    Here are some Screenshots...

    Blue3Dark (Blue3 is equal, just in Blue. ;) )
    All Pics with B3_...

    X-Factor
    All Pics with x_...

    PureVisionHD
    All Pics with PVHD_...


    And this could be the Homescreen for StreamedMP if the fanart function work properly:

    StreamedMP.jpg
     

    Attachments

    • B3_Home.jpg
      B3_Home.jpg
      99 KB
    • B3_Info.jpg
      B3_Info.jpg
      120.3 KB
    • B3_Music.jpg
      B3_Music.jpg
      123 KB
    • B3_Remote.jpg
      B3_Remote.jpg
      109.7 KB
    • B3_TV.jpg
      B3_TV.jpg
      100.1 KB
    • B3_Vid.jpg
      B3_Vid.jpg
      110.8 KB
    • PVHD_Vid.jpg
      PVHD_Vid.jpg
      156.5 KB
    • PVHD_TV.jpg
      PVHD_TV.jpg
      114.3 KB
    • PVHD_Remote.jpg
      PVHD_Remote.jpg
      124.6 KB
    • PVHD_Music.jpg
      PVHD_Music.jpg
      144.5 KB
    • PVHD_Info.jpg
      PVHD_Info.jpg
      141.3 KB
    • PVHD_Home.jpg
      PVHD_Home.jpg
      117.5 KB
    • x_Vid.jpg
      x_Vid.jpg
      194.7 KB
    • x_tv.jpg
      x_tv.jpg
      182.6 KB
    • x_remote.jpg
      x_remote.jpg
      182 KB
    • x_music.jpg
      x_music.jpg
      215.1 KB
    • x_info.jpg
      x_info.jpg
      199.6 KB
    • x_home.jpg
      x_home.jpg
      176.9 KB

    sa_ddam213

    Retired Team Member
  • Premium Supporter
  • March 3, 2009
    312
    281
    Canterbury
    Home Country
    New Zealand New Zealand
    Merry Xmas everybody,

    Sorry I ran out of hours to get the release done, But someone mentioned a pre alpha, And I thought why not.
    It's 11:50 PM xmas eve now been working on this since 6 this morning.
    (wife not happy about that, Had to sneek back on to post this, lol)
    I tried :oops:

    Anyway,

    This is a "Super pre pre Alpha" version (like when a new version of windows rolls out :p) of MP Display 2
    (still named MPTouch).

    It has no config screen yet so you have to edit the MPTouch.xml (I left comments in there to assist)
    UMMM.. Plugin goes in plugins\process folder
    MPTouch folder goes in MP config folder (X:\programdata\team mediaportal\mediaportal)
    Two skins i think (sorry guys im a wee bit drunk)

    Good luck and merry xmas

    Sa_ddam213
     

    hasengrube

    Portal Member
    July 28, 2008
    23
    12
    Home Country
    Germany Germany
    AW: Re: MPTouch - Mediaportal TouchScreen Plugin

    Great - something to do on christmas :)
    THX!!!!

    first test - i love it...

    it seem's to be highly customizable - thats what i need.

    It's the first time that i even think on skinning so i am not shure if i did something wrong or if it's just because of pre-Alpha and will be fixed in later realeses...

    it seems that the skins are fixed on 1280x720 and ignores the resolution-settings in the xml until now, right?

    and a skinning question - how i can set a label to the right corner if this label can have different length? For example - if i want to set the date always to the right corner... it looks great in Dezember but bad in Juli with the "blanks" on the right.
     

    Wondermusic

    Retired Extension Developer
  • Premium Supporter
  • September 7, 2009
    1,117
    275
    Wuppertal
    Home Country
    Germany Germany
    AW: MPTouch - Mediaportal TouchScreen Plugin

    The skins are, by now, fixed to the default 1280x720 resolution.

    <entry name="PosX">1143</entry> <-- PosX, PosY Position on the screen (upper left corner of the textfield)
    <entry name="PosY">589</entry>
    <entry name="Width">175</entry> <-- changing this, longer text could be used, but be aware that two textfields cannot overlap
    <entry name="Height">52</entry>
    <entry name="FontSize">42</entry>
    <entry name="TextAlign">Right</entry> <-- nothing to say about... ;)
    <entry name="Label-WinID-Global">#date</entry>

    As Sa_ddam said: prepreprepreAlpha... :) There's still lot work to do, basically for him.

    Merry X-Mas,
    Wondermusic
     

    hasengrube

    Portal Member
    July 28, 2008
    23
    12
    Home Country
    Germany Germany
    AW: MPTouch - Mediaportal TouchScreen Plugin

    great, thank you.

    i think in the first step the plugin provides 80% of the funktion i need. Primary i use the second screen for providing information. as far as i can see there is every important information available.
    thank you both for your hard work. the pre pre alpha customizeable is a big big step.

    Some more questions.. hope you can help me again.

    1. Alignement

    Works fine for Time - but i got some right-blanks with Date. Just a Bug or am i too stupid?

    <section name="Control57">
    <entry name="Type">Label</entry>
    <entry name="Description">Date</entry>
    <entry name="PosX">480</entry>
    <entry name="PosY">0</entry>
    <entry name="Width">800</entry>
    <entry name="Height">84</entry>
    <entry name="FontSize">80</entry>
    <entry name="Alignement">Right</entry>
    <entry name="Label-WinID-Global">#date</entry>
    <entry name="Visible">True</entry>
    </section>
    <section name="Control58">
    <entry name="Type">Label</entry>
    <entry name="Description">Time</entry>
    <entry name="PosX">1080</entry>
    <entry name="PosY">84</entry>
    <entry name="Width">200</entry>
    <entry name="Height">84</entry>
    <entry name="FontSize">80</entry>
    <entry name="Alignement">Right</entry>
    <entry name="Label-WinID-Global">#time</entry>
    <entry name="Visible">True</entry>
    </section>

    2. TV-Progress Bar
    Die Bar only shows the Progress of Timeshifting. Is it possible to show the progress of the actual tv-show?

    3. Global
    Can i use every funktion which is provided by MP, MovingPictures or StreamedMP or must it programmed? For example getting fanart-pictures or something else...
     

    Wondermusic

    Retired Extension Developer
  • Premium Supporter
  • September 7, 2009
    1,117
    275
    Wuppertal
    Home Country
    Germany Germany
    AW: MPTouch - Mediaportal TouchScreen Plugin

    1. I don't know what you mean by "Right-Blanks"? (Could be better if you write me a PM in German... ;) )
    2. It has to be coded by sa_ddam. We just forgott that before. I told him 3-4 days ago. This is one thing that will be available in the real Alpha Release.
    3. That depends on the Skin you use. For example: You can use the function

      #TVSeries.Series.Pretty_Name

      in PurevisionHD to show the Series Name, but it don't work in Blue3 or X-Factor (StreamedMP I haven't tried yet). Just figure out what is possible with the skin you use with MP.

      Things like fanart work "#TVSeries.Fanart.1" or "#MovingPictures.Backdrop", but the problem with this is, that only every second fanart will be shown when scrolling thru a list of movies. This is, why I said that we will try to implement Fanarts in future releases (speacially for the StreamedMP Skin).

    Just a hint: You can use every function of Moving Pictures and every function of MP (have not tried all, but everything I tested works). Only TV Series makes some Problems as mentioned before.

    Greets,
    Wondermusic
     

    hasengrube

    Portal Member
    July 28, 2008
    23
    12
    Home Country
    Germany Germany
    AW: MPTouch - Mediaportal TouchScreen Plugin

    1. be sure, i will next time - and with a screenshot :)
    I think my problems are because of the fixed Resolution. I have a 800 x 480 Screen here and have some "strange results" wenn placing something to near to other objects. Or it is because pre-alpha but i think i can make some workaround until alpha :)

    2. Ok, so i have to wait. Maybee Sa_dam has better things to do on christmas :)

    3. Will try.

    Thank you Wondermusic and fröhliche Weihnachten. Ich bin sicher ich nerve die Tage noch etwas rum ;-)
     

    Dragonslaughter

    New Member
    December 25, 2010
    1
    0
    Home Country
    Netherlands Netherlands
    Re: AW: MPTouch - Mediaportal TouchScreen Plugin

    I tried, but nothing happened. Using 1.1 RC1. Any more config information? What should happen after starting MP?

    I've got the same problem, but no-one seems to have written a solution for this. I've tried installing the plugin, but nothing happens. It doesn't show up in my plugins screen and nothing seems to have changed. I'm trying to get version 1 running, not the pre alpha new one.

    I've even tried to reïnstall MP hoping to get this working.

    I'm running the latest version (1.1.2) on a machine with windows 7 64-bit inside a Silverstone GD02-MT, which has an 800x600 touch screen. If anyone has any suggestions...
     

    sunedane

    Portal Member
    November 30, 2008
    16
    5
    Home Country
    Denmark Denmark
    Merry Xmas everybody,

    Sorry I ran out of hours to get the release done, But someone mentioned a pre alpha, And I thought why not.
    It's 11:50 PM xmas eve now been working on this since 6 this morning.
    (wife not happy about that, Had to sneek back on to post this, lol)
    I tried :oops:

    Anyway,

    This is a "Super pre pre Alpha" version (like when a new version of windows rolls out :p) of MP Display 2
    (still named MPTouch).

    It has no config screen yet so you have to edit the MPTouch.xml (I left comments in there to assist)
    UMMM.. Plugin goes in plugins\process folder
    MPTouch folder goes in MP config folder (X:\programdata\team mediaportal\mediaportal)
    Two skins i think (sorry guys im a wee bit drunk)

    Good luck and merry xmas

    Sa_ddam213


    Hi Sa_ddam213

    Looking very nice, despite its a prepreprealpha :)
    I tried you new TouchV3 against the latest SVN (27119) and got a system exception in UpdateEQ().
    Bass libraries are updated to version 2.4.7.0 i SVN since 1. December and yours is compiled with 2.4.4.3.

    2010-12-25 13:41:06.634765 [ERROR][(21)]: Exception :Filen eller assemblyen 'Bass.Net, Version=2.4.4.3, Culture=neutral, PublicKeyToken=b7566c273e6ef480' eller en af dens afhængigheder kunne ikke indlæses. Den fundne assemblys manifestdefinition svarer ikke til assemblyens reference. (Undtagelse fra HRESULT: 0x80131040)
    2010-12-25 13:41:06.637695 [ERROR][(21)]: site :Void UpdateEQ()
    2010-12-25 13:41:06.638671 [ERROR][(21)]: source :MPTouch3
    2010-12-25 13:41:06.639648 [ERROR][(21)]: stacktrace: ved MPTouch.MPT_Equalizer.UpdateEQ()
    ved MPTouch.MPT_Equalizer.RenderEQ(Object state)
    ved System.Threading._TimerCallback.TimerCallback_Context(Object state)
    ved System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    ved System.Threading._TimerCallback.PerformTimerCallback(Object state)


    /sd
     

    Wondermusic

    Retired Extension Developer
  • Premium Supporter
  • September 7, 2009
    1,117
    275
    Wuppertal
    Home Country
    Germany Germany
    AW: MPTouch - Mediaportal TouchScreen Plugin

    1. be sure, i will next time - and with a screenshot :)
    I think my problems are because of the fixed Resolution. I have a 800 x 480 Screen here and have some "strange results" wenn placing something to near to other objects. Or it is because pre-alpha but i think i can make some workaround until alpha :)

    Hi hasengrube,

    i tested a bit for your needs.

    Just set your Display to the original resolution (800x480) with CCC or the NVidia- Software.
    You don't need to change the MPTouch.xml!

    Than you have to position the Labels / Images for your used resolution (Example in the attached xml- file).

    Greets,
    Wondermusic
     

    Attachments

    • Window_Home.xml
      1.1 KB

    Users who are viewing this thread

    Top Bottom