home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
MPTouch - Mediaportal TouchScreen Plugin
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="HomeY" data-source="post: 605571" data-attributes="member: 68365"><p>No issues when starting live TV here. The Now Playing really looks nice on that now <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p><p></p><p>About the (web)radio issue (not being able to stop it): This is what i'm getting in the logs:</p><p></p><p>[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.</p><p> at MediaPortal.TouchScreen.TouchScreenMain.DrawCodecIcon(PictureBox picbox, String Codec)</p><p> at MediaPortal.TouchScreen.TouchScreenMain.ShowCodecIcons()</p><p> at MediaPortal.TouchScreen.TouchScreenMain.g_Player_PlayBackStarted(MediaType type, String filename)</p><p> at MediaPortal.Player.g_Player.StartedHandler.Invoke(MediaType type, String filename)</p><p> at MediaPortal.Player.g_Player.OnStarted()</p><p> at MediaPortal.Player.g_Player.PlayAudioStream(String strURL, Boolean isMusicVideo)</p><p> at MediaPortal.Player.g_Player.PlayAudioStream(String strURL)</p><p> at TvPlugin.Radio.Play(GUIListItem item)</p><p> at TvPlugin.Radio.OnClick()</p><p> at TvPlugin.Radio.OnClicked(Int32 controlId, GUIControl control, ActionType actionType)</p><p> at MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)[/code]</p><p></p><p>It ain't much, but i hope it points you in the right direction!</p><p></p><p><strong>** EDIT **</strong></p><p></p><p>OK, another bug:</p><p></p><p>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.</p><p></p><p>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.</p><p></p><p>This is my error log when MPTouch is enabled:</p><p></p><p>[code]2010-04-14 18:31:17.086097 [ERROR][MPMain(1)]: Exception :System.NullReferenceException: Object reference not set to an instance of an object.</p><p> at MediaPortal.Plugins.Process.PowerScheduler.WndProc(Message& msg)</p><p> at MediaPortal.Plugins.Process.PowerSchedulerClientPlugin.WndProc(Message& msg)</p><p> at MediaPortal.GUI.Library.PluginManager.WndProc(Message& msg)</p><p> at MediaPortalApp.WndProc(Message& msg)</p><p>2010-04-14 18:31:17.087097 [ERROR][MPMain(1)]: Exception :Object reference not set to an instance of an object.</p><p>2010-04-14 18:31:17.088097 [ERROR][MPMain(1)]: site :Boolean WndProc(System.Windows.Forms.Message ByRef)</p><p>2010-04-14 18:31:17.088097 [ERROR][MPMain(1)]: source :PowerSchedulerClientPlugin</p><p>2010-04-14 18:31:17.088097 [ERROR][MPMain(1)]: stacktrace: at MediaPortal.Plugins.Process.PowerScheduler.WndProc(Message& msg)</p><p> at MediaPortal.Plugins.Process.PowerSchedulerClientPlugin.WndProc(Message& msg)</p><p> at MediaPortal.GUI.Library.PluginManager.WndProc(Message& msg)</p><p> at MediaPortalApp.WndProc(Message& msg)[/code]</p><p></p><p>And it also effects the FanartHandler plugin. Clean log with the plugin DISabled. Errors in log with the plugin ENabled:</p><p></p><p>[code]14-Apr-2010 18:31:14 Info [ FanartHandlerSetup]: Fanart Handler is starting. </p><p>14-Apr-2010 18:31:14 Info [ FanartHandlerSetup]: Fanart Handler version is 1.7.3740.27247 </p><p>14-Apr-2010 18:31:14 Info [ FanartHandlerSetup]: Fanart Handler is using Fanart: True, Album Thumbs: False, Artist Thumbs: False. </p><p>14-Apr-2010 18:31:14 Info [ DatabaseManager]: Successfully Opened Database: FanartHandler.db3 </p><p>14-Apr-2010 18:31:14 Info [ DatabaseManager]: Database version is verified: FanartHandler.db3 </p><p>14-Apr-2010 18:31:16 Info [ FanartHandlerSetup]: Fanart Handler is started. </p><p>14-Apr-2010 18:32:24 Error [ FanartRandom]: UpdatePropertiesRandom: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.</p><p> at System.Collections.Hashtable.HashtableEnumerator.MoveNext()</p><p> at FanartHandler.FanartRandom.UpdatePropertiesRandom() </p><p>14-Apr-2010 18:32:25 Info [ FanartHandlerSetup]: Fanart Handler is stopped.[/code]</p></blockquote><p></p>
[QUOTE="HomeY, post: 605571, member: 68365"] 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)[/code] It ain't much, but i hope it points you in the right direction! [b]** EDIT **[/b] 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)[/code] 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.[/code] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
MPTouch - Mediaportal TouchScreen Plugin
Contact us
RSS
Top
Bottom