MPTouch - Mediaportal TouchScreen Plugin (3 Viewers)

MPTouch MainScreen Buttons


  • Total voters
    14
  • Poll closed .

mtjoernelund

Portal Pro
April 28, 2008
102
3
Home Country
Denmark Denmark
Is Anybody else having this problem?

What plugins do you have installed , Just thinking if you had Video background auto switcher install this might cause this(just a guess)

Strange, just updated to your new version, but problem persist.

Besides the plugins that comes preloaded with MP I only have Moving Pictures, TV Series and iPimp installed. Would not believe that any of those should be able to influence on your plugin.

I will try and have a look at the logs and see if they show anything relevant.

Just made a set of logs yesterday where I started MP, turned on live tv and then exited. I've been looking through them but I cannot seem to find anything relating to the touchscreen plugin, but maybe (actually not maybe - I'm quite sure) you are more clever than I on this...

Thanks for your help and great work sa_ddam213!
 

christix

MP Donator
  • Premium Supporter
  • February 27, 2008
    94
    12
    66
    Skepplanda
    Home Country
    Sweden Sweden
    sa_ddam213 you write a fantastic plugin, I generaly don't post my problems anywhere because I use my own SVN builds (The first thing I do after work : compilation !). If you need I have a FTP server with it. For instance I have only 1 real bug : MP crash at the end of a video (you should verify with your system). The other only thing I can say is that I don't find the information screen very nice (size and informations are ok) but I will wait ;-) Again : Very nice plugin !

    Hi!
    I can verify that MP crashes at end of movie. (.MKV in this case) Logs attached.
    Had to kill MP from taskmanager.
    Keep up the good work :D
     

    fkruis

    New Member
    June 23, 2009
    2
    0
    Hallo.

    I like the idea of this plugin.
    At the moment i is not usable for me because the secondary screen is used by media portal (CRT screen)
    Any change that in the future your plugin also will work on a primary screen ?
    My primary screen is a 7 inch touchscreen.
     

    sa_ddam213

    Retired Team Member
  • Premium Supporter
  • March 3, 2009
    312
    281
    Canterbury
    Home Country
    New Zealand New Zealand
    • Thread starter
    • Moderator
    • #24
    The other only thing I can say is that I don't find the information screen very nice (size and informations are ok) but I will wait ;-) Again : Very nice plugin !

    Do you mean Video information screen or System info screen

    Hi!
    I can verify that MP crashes at end of movie. (.MKV in this case) Logs attached.
    Had to kill MP from taskmanager.
    Keep up the good work :D

    This is also confirmed on mine , I've never played a full video on my Dev machine ,Lol

    Will be fixed on next release ,(This weekend)
     

    technick

    Portal Pro
    May 6, 2009
    566
    155
    Home Country
    France France
    I want to speak of the Video information screen, it should be (?) just a black screen with informations, my opinion is that blues buttons and boxs are not need here. (cosmetic changes). To be honest I never use the touch screen, I use a Logitech Harmony One remote and I just press on the Mediaportal button to power on everything. So, my case display is just used as information display. Perhaps with your plugin I will use it for music in futur.

    And don't worry your are not the only one to stop videos before the end ;-)
     

    sa_ddam213

    Retired Team Member
  • Premium Supporter
  • March 3, 2009
    312
    281
    Canterbury
    Home Country
    New Zealand New Zealand
    • Thread starter
    • Moderator
    • #26
    Strange, just updated to your new version, but problem persist.

    Besides the plugins that comes preloaded with MP I only have Moving Pictures, TV Series and iPimp installed. Would not believe that any of those should be able to influence on your plugin.

    I will try and have a look at the logs and see if they show anything relevant.

    Just made a set of logs yesterday where I started MP, turned on live tv and then exited. I've been looking through them but I cannot seem to find anything relating to the touchscreen plugin, but maybe (actually not maybe - I'm quite sure) you are more clever than I on this...

    Thanks for your help and great work sa_ddam213!

    I've looked and looked and tried everything to replicate your problem but no luck :(

    The only thing i can see in your logs is that your tv server and MP version are different , I;m not sure if this would cause such an error but its the only thing i can see wrong


    Maybe freash install of the new RC2 may fix problem
     

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    No issues when starting live TV here. The Now Playing really looks nice on that now ;)

    About the (web)radio issue (not being able to stop it): This is what i'm getting in the logs:

    Code:
    2010-04-14 14:53:43.378505 [ERROR][MPMain(1)]: OnMessage exception:System.NullReferenceException: Object reference not set to an instance of an object.
       at MediaPortal.TouchScreen.TouchScreenMain.DrawCodecIcon(PictureBox picbox, String Codec)
       at MediaPortal.TouchScreen.TouchScreenMain.ShowCodecIcons()
       at MediaPortal.TouchScreen.TouchScreenMain.g_Player_PlayBackStarted(MediaType type, String filename)
       at MediaPortal.Player.g_Player.StartedHandler.Invoke(MediaType type, String filename)
       at MediaPortal.Player.g_Player.OnStarted()
       at MediaPortal.Player.g_Player.PlayAudioStream(String strURL, Boolean isMusicVideo)
       at MediaPortal.Player.g_Player.PlayAudioStream(String strURL)
       at TvPlugin.Radio.Play(GUIListItem item)
       at TvPlugin.Radio.OnClick()
       at TvPlugin.Radio.OnClicked(Int32 controlId, GUIControl control, ActionType actionType)
       at MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)

    It ain't much, but i hope it points you in the right direction!

    ** EDIT **

    OK, another bug:

    After updating to RC2 i noticed that scrolling through MovingPictures is VERY laggy. When i scroll down my list (list view) the titles of the movienames are changed directly after navigating, but the summary & fanart are having a delay around 3/4 seconds before they get updated, and then sometimes it's still the wrong fanart.

    I also noticed that while running the plugin, i'm getting PowerScheduler errors. When i disable the plugin and gather log files, no error.log is availble, so it messes a few things up.

    This is my error log when MPTouch is enabled:

    Code:
    2010-04-14 18:31:17.086097 [ERROR][MPMain(1)]: Exception   :System.NullReferenceException: Object reference not set to an instance of an object.
       at MediaPortal.Plugins.Process.PowerScheduler.WndProc(Message& msg)
       at MediaPortal.Plugins.Process.PowerSchedulerClientPlugin.WndProc(Message& msg)
       at MediaPortal.GUI.Library.PluginManager.WndProc(Message& msg)
       at MediaPortalApp.WndProc(Message& msg)
    2010-04-14 18:31:17.087097 [ERROR][MPMain(1)]: Exception   :Object reference not set to an instance of an object.
    2010-04-14 18:31:17.088097 [ERROR][MPMain(1)]:   site      :Boolean WndProc(System.Windows.Forms.Message ByRef)
    2010-04-14 18:31:17.088097 [ERROR][MPMain(1)]:   source    :PowerSchedulerClientPlugin
    2010-04-14 18:31:17.088097 [ERROR][MPMain(1)]:   stacktrace:   at MediaPortal.Plugins.Process.PowerScheduler.WndProc(Message& msg)
       at MediaPortal.Plugins.Process.PowerSchedulerClientPlugin.WndProc(Message& msg)
       at MediaPortal.GUI.Library.PluginManager.WndProc(Message& msg)
       at MediaPortalApp.WndProc(Message& msg)

    And it also effects the FanartHandler plugin. Clean log with the plugin DISabled. Errors in log with the plugin ENabled:

    Code:
    14-Apr-2010 18:31:14  Info [  FanartHandlerSetup]: Fanart Handler is starting. 
    14-Apr-2010 18:31:14  Info [  FanartHandlerSetup]: Fanart Handler version is 1.7.3740.27247 
    14-Apr-2010 18:31:14  Info [  FanartHandlerSetup]: Fanart Handler is using Fanart: True, Album Thumbs: False, Artist Thumbs: False. 
    14-Apr-2010 18:31:14  Info [     DatabaseManager]: Successfully Opened Database: FanartHandler.db3 
    14-Apr-2010 18:31:14  Info [     DatabaseManager]: Database version is verified: FanartHandler.db3 
    14-Apr-2010 18:31:16  Info [  FanartHandlerSetup]: Fanart Handler is started. 
    14-Apr-2010 18:32:24 Error [        FanartRandom]: UpdatePropertiesRandom: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
       at System.Collections.Hashtable.HashtableEnumerator.MoveNext()
       at FanartHandler.FanartRandom.UpdatePropertiesRandom() 
    14-Apr-2010 18:32:25  Info [  FanartHandlerSetup]: Fanart Handler is stopped.
     

    ThoLa

    Portal Member
    November 5, 2007
    1
    0
    Bremen
    Home Country
    Germany Germany
    AW: MPTouch - Mediaportal TouchScreen Plugin

    I just want to say :D for your great plugin...

    This is plugin I'am witing for. :)

    But I found a little Bug: You have interchanged Drive 2 and Drive 3 in configuration Page.
     

    sa_ddam213

    Retired Team Member
  • Premium Supporter
  • March 3, 2009
    312
    281
    Canterbury
    Home Country
    New Zealand New Zealand
    • Thread starter
    • Moderator
    • #30
    *****NEW VERSION****

    only small bugfixes , Still another release this weekend (We should finally have a main screen ;) )

    Cheers to all testers for finding bugs

    Sa_ddam213
     

    Users who are viewing this thread

    Top Bottom