[confirm] Development issues (1 Viewer)

morpheus_xx

Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    I have them too, maybe they are a bit too verbose. The cause is, that not all buttons are mapped yet. IIRC those codes are from regular left/right/up/down buttons, which we don't need to handle separately, because this is done by Windows.
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    Another issue. If i power off / send my client to standby while watching live tv. The tvserver keeps streaming. Instead of stopping the stream. And switching it on again results in a completely crashed MP2 App.

    Logs attached.
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    You could help in this regard:
    Standby/Resume is broadcasted as message by this service: https://github.com/MediaPortal/Medi...vices/Runtime/SystemStateService.cs#L121-L124.

    An example how to handle this message is: https://github.com/MediaPortal/Medi...vices/TaskScheduler/TaskScheduler.cs#L90-L106.

    If you put this two things together and add a suspend/resume handler to this service: https://github.com/MediaPortal/Medi...imTvClient/TVHandler/SlimTvHandler.cs#L61-L74, then you can easily call "StopTimeshift" in case of suspend

    I'd be happy to apply a patch :)
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    Will try to fix this and provide a patch. What about the crash after switching on again?
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,728
    3,498
    Stuttgart
    Home Country
    Germany Germany
    1.) I cannot navigate to the main menu pretty often with my MCE remote it just switched between the left and right orange boxes (power button on the right no idea what is is on the left). ANd i've no idea how to come back to the main menu items.
    Are you using the Win10 theme? This is intended to avoid navigation problems in last version. You can only enter the GroupMenu in Homescreen, in other screens the group menu is visible to show the current category.
    https://forum.team-mediaportal.com/...r-bluevision-skin.131809/page-13#post-1165571
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,728
    3,498
    Stuttgart
    Home Country
    Germany Germany
    1.) I cannot navigate to the main menu pretty often with my MCE remote it just switched between the left and right orange boxes (power button on the right no idea what is is on the left). ANd i've no idea how to come back to the main menu items.
    Are you using the Win10 theme? This is intended to avoid navigation problems in last version. You can only enter the GroupMenu in Homescreen, in other screens the group menu is visible to show the current category.
    https://forum.team-mediaportal.com/...r-bluevision-skin.131809/page-13#post-1165571
    @morpheus_xx
    Perhaps it is better to enable the GroupMenu for all screens again, if the AutoSelection for GroupMenu Items is deactivated.
    (currently it's: IsEnabled="{Binding Source={StaticResource MenuModel},Path=IsHomeScreen}") which is better with activated AutoSelection for GroupMenu, because you can enter the HiddenMenu and PowerMenu without forced screen changes dependend where the focus was before leaving the MI.
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    to 3) there is a setting to show episode info in EPG and channel list. Go into settings->plugins->TV. But they are only shown, if the program table has this information filled ofc.

    It's enabled but still not shown in EPG or schedules.[DOUBLEPOST=1451713487][/DOUBLEPOST]After suspend and resume the client TV part isn't working. Log always shows:
    Code:
    [2016-01-02 06:43:07,959] [402706 ] [InputMgr ] [ERROR] - Service 'schemas-team-mediaportal-com:device:MP2-Server:1.schemas-team-mediaportal-com:service:SlimTv:1' is not connected to a UPnP network service
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    @morpheus_xx this is the patch i came up with but it does not work as the connection to the server is already closed before the SlimTvHandler received the msg.
    Code: https://gist.github.com/disaster123/d17bbfa23b2a820f5b45

    Log:
    Code:
    [2016-01-02 06:52:57,347] [147114 ] [AMQ 'SlimTvHandler'] [INFO ] - SlimTvHandler: Shutting down. Stop alle Timeshifting
    [2016-01-02 06:52:57,358] [147125 ] [34 ] [INFO ] - UPnPServerController: SSDP disabled for IP endpoint '10.8.0.105'
    [2016-01-02 06:52:57,383] [147150 ] [111 ] [INFO ] - SSDPServerController: Stopping listening for multicast messages at IP endpoint '10.8.0.105'
    [2016-01-02 06:52:57,383] [147150 ] [33 ] [INFO ] - SSDPServerController: Stopping listening for multicast messages at IP endpoint '10.8.0.105'
    [2016-01-02 06:52:57,580] [147348 ] [34 ] [INFO ] - UPnPServerController: SSDP disabled for IP endpoint '10.8.0.105'
    [2016-01-02 06:52:57,589] [147357 ] [111 ] [INFO ] - SSDPServerController: Stopping listening for multicast messages at IP endpoint '10.8.0.105'
    [2016-01-02 06:52:57,591] [147359 ] [87 ] [INFO ] - SSDPServerController: Stopping listening for multicast messages at IP endpoint '10.8.0.105'
    [2016-01-02 06:52:57,638] [147405 ] [AMQ 'SlimTvHandler'] [ERROR] - Error invoking action 'StopTimeshift'
    [2016-01-02 06:52:57,679] [147446 ] [32 ] [INFO ] - UPnPServerController: SSDP disabled for IP endpoint '192.168.178.201'
    [2016-01-02 06:52:57,691] [147459 ] [108 ] [INFO ] - SSDPServerController: Stopping listening for multicast messages at IP endpoint '192.168.178.201'
    [2016-01-02 06:52:57,692] [147460 ] [34 ] [INFO ] - SSDPServerController: Stopping listening for multicast messages at IP endpoint '192.168.178.201'
    [2016-01-02 06:52:57,695] [147462 ] [111 ] [INFO ] - UPnPServerController: SSDP disabled for IP endpoint '192.168.178.201'
    [2016-01-02 06:52:57,701] [147469 ] [34 ] [INFO ] - SSDPServerController: Stopping listening for multicast messages at IP endpoint '192.168.178.201'
    [2016-01-02 06:52:57,709] [147477 ] [108 ] [INFO ] - SSDPServerController: Stopping listening for multicast messages at IP endpoint '192.168.178.201'
    [2016-01-02 06:53:41,576] [191343 ] [Thread98 ] [ERROR] - Error writing action call document: Die Verbindung mit dem Remoteserver kann nicht hergestellt werden.
    [2016-01-02 06:53:48,176] [197944 ] [111 ] [INFO ] - UPnPServerController: SSDP enabled for IP endpoint '192.168.178.201', search port is 1900
    [2016-01-02 06:53:48,446] [198213 ] [111 ] [INFO ] - UPnPServerController: SSDP enabled for IP endpoint '192.168.178.201', search port is 1900
    [2016-01-02 06:53:48,647] [198415 ] [105 ] [INFO ] - SSDPServerController: Stopping listening for multicast messages at IP endpoint '127.0.0.1'
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    After wakeup the log always shows:
    Code:
    [2016-01-02 07:13:50,831] [43925 ] [103 ] [INFO ] - UPnPServerController: SSDP enabled for IP endpoint '192.168.178.201', search port is 1900
    [2016-01-02 07:13:51,275] [44369 ] [104 ] [INFO ] - SSDPServerController: Stopping listening for multicast messages at IP endpoint '127.0.0.1'
    [2016-01-02 07:13:51,547] [44641 ] [103 ] [INFO ] - UPnPServerController: SSDP enabled for IP endpoint '192.168.178.201', search port is 1900
    [2016-01-02 07:13:57,168] [50262 ] [103 ] [INFO ] - SSDPClientController: Stopping listening for multicast messages at IP endpoint '192.168.178.201'

    and then it's no longer connected to the server.
     

    Users who are viewing this thread

    Top Bottom