[confirm] Development issues (2 Viewers)

disaster123

MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    you're faster than me. I started adding the code 10 sec. before. So yes will switch to the branch and recompile soon.
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    Is there any trick to get mp2 to always use the current nuget package of tve3? I did a rebuild but it used an old nuget package.
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    No, you need to explicitely update the nuget packages before building.
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    @morpheus_xx
    log is pretty big (7MB) with the dokan error still "alive" but no longer crashing service due to your code change. Based on the "new" weekly code.

    THere is an endless loop in the log like this:
    Code:
    [2016-01-01 01:27:45,737] [367687 ] [5        ] [ERROR] - IsDokanDrive was called with invalid drive letter '\'. Call stack:
       bei MediaPortal.Common.Services.Dokan.Dokan.IsDokanDrive(Char driveLetter)
       bei MediaPortal.Common.Services.ResourceAccess.ResourceMountingService.IsVirtualResource(ResourcePath rp)
       bei MediaPortal.Common.ResourceAccess.FileSystemResourceNavigator.GetChildDirectories(IFileSystemResourceAccessor directoryAccessor, Boolean showSystemResources)
       bei MediaPortal.Common.Services.MediaManagement.ImportDataflowBlocks.DirectoryUnfoldBlock.<ProcessDirectory>d__3.MoveNext()
       bei System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
       bei MediaPortal.Common.Services.MediaManagement.ImportDataflowBlocks.DirectoryUnfoldBlock.ProcessDirectory(PendingImportResourceNewGen importResource)
       bei System.Threading.Tasks.Dataflow.TransformBlock`2.ProcessMessageWithTask(Func`2 transform, KeyValuePair`2 messageWithId)
       bei System.Threading.Tasks.Dataflow.TransformBlock`2.<>c__DisplayClass10.<.ctor>b__4(KeyValuePair`2 messageWithId)
       bei System.Threading.Tasks.Dataflow.Internal.TargetCore`1.ProcessMessagesLoopCore()
       bei System.Threading.Tasks.Dataflow.Internal.TargetCore`1.<ProcessAsyncIfNecessary_Slow>b__3(Object thisTargetCore)
       bei System.Threading.Tasks.Task.InnerInvoke()
       bei System.Threading.Tasks.Task.Execute()
       bei System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
       bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       bei System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
       bei System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
       bei System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       bei System.Threading.ThreadPoolWorkQueue.Dispatch()
       bei System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

    So it seems it tries to get a drive letter out of \\FREENAS\myrecpath
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    Will rebuild with the current branch and start to reproduce my other issues.

    It there any way to speed up epg and the orher tv parts? They feel faster in mp1. Also which skin is good for tv. Blue vision has some bugs and the win10 theme too for tv.
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,728
    3,498
    Stuttgart
    Home Country
    Germany Germany
    Will rebuild with the current branch and start to reproduce my other issues.

    It there any way to speed up epg and the orher tv parts? They feel faster in mp1. Also which skin is good for tv. Blue vision has some bugs and the win10 theme too for tv.
    What kind of bugs? In BV some things are not yet skinned and Win10 theme is farest for TV. But I'm interested in the bug details, they shouldn't be skin specific I think.
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    For example:
    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.

    2.) if tv is playing and i go to the main menu how to get fullscreen tv again? I cannot select the video window with my remote only the forward, rev, stop and play buttons of the small video player

    3.) not a bug but pretty bad - the episode name is not shown in tv guide / EPG or scheduled recordings
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    to 2) you can go back to fullscreen by "Red" button on remote or by "F" (upoercase!). See http://wiki.team-mediaportal.com/2_MEDIAPORTAL_2/9_Reference/Keyboard_shortcuts for more

    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.
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    Thanks!

    any idea why my log always shows this when pressing buttons on my remote?

    Code:
    [2016-01-01 21:12:48,122] [1066713] [141 ] [WARN ] - MceRemote: No remote mapping found for remote button '30'
    [2016-01-01 21:12:48,830] [1067421] [141 ] [WARN ] - MceRemote: No remote mapping found for remote button '32'
    [2016-01-01 21:12:50,433] [1069024] [141 ] [WARN ] - MceRemote: No remote mapping found for remote button '33'
    [2016-01-01 21:12:51,799] [1070390] [141 ] [WARN ] - MceRemote: No remote mapping found for remote button '31'
    [2016-01-01 21:12:52,522] [1071113] [141 ] [WARN ] - MceRemote: No remote mapping found for remote button '31'
    [2016-01-01 21:12:53,271] [1071861] [141 ] [WARN ] - MceRemote: No remote mapping found for remote button '31'
    [2016-01-01 21:12:54,535] [1073126] [141 ] [WARN ] - MceRemote: No remote mapping found for remote button '34'
    [2016-01-01 21:13:00,092] [1078683] [141 ] [WARN ] - MceRemote: No remote mapping found for remote button '31'
    [2016-01-01 21:13:01,450] [1080041] [112 ] [WARN ] - MceRemote: No remote mapping found for remote button '32'
    [2016-01-01 21:13:02,734] [1081325] [112 ] [WARN ] - MceRemote: No remote mapping found for remote button '34'
    [2016-01-01 21:13:03,609] [1082200] [112 ] [WARN ] - MceRemote: No remote mapping found for remote button '33'
    [2016-01-01 21:13:04,297] [1082888] [112 ] [WARN ] - MceRemote: No remote mapping found for remote button '33'
    [2016-01-01 21:13:06,175] [1084766] [112 ] [WARN ] - MceRemote: No remote mapping found for remote button '31'
    [2016-01-01 21:13:07,977] [1086568] [112 ] [WARN ] - MceRemote: No remote mapping found for remote button '32'
    [2016-01-01 21:13:11,056] [1089647] [112 ] [WARN ] - MceRemote: No remote mapping found for remote button '30'
    [2016-01-01 21:13:12,134] [1090725] [112 ] [WARN ] - MceRemote: No remote mapping found for remote button '34'
     

    Users who are viewing this thread

    Top Bottom