Plugin: MP2Extended (8 Viewers)

morpheus_xx

Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    Maybe it's not quiet up date -vs- what's on GitHub. I'll do another clean build.
    There is something really fucked up :/
    I committed now all changes which the Nuget Packagemanager has done after installing the Json package (I did nothing more than hit install on the package for my project).
    It looks like it updated everything to a new version of how the packages are managed?!

    Now we are getting this error:
    D:\TeamCity\buildAgent\work\7c012272298dd9c7\MediaPortal\Source\.nuget\NuGet.targets(83, 9): Unable to locate 'D:\TeamCity\buildAgent\work\7c012272298dd9c7\MediaPortal\Source\.nuget\NuGet.exe'
    I had similar issues recently when I reworked the project folder structure:
    1. Before the solution already restores NuGet packages.
    2. After moving packages around and fixing the references later I got errors because of missing packages. So they where not restored.
    3. Then I have enabled "Nuget package restore" inside the solution. This adds the ".nuget" folder, including nuget.exe binary. But this .exe is not commited, because of the global exclusion filter for ".exe". Two issues with this:
      1. Why the restore works before modification? Did it change with VS2013 Update 4 or newer nuget version?
      2. The nuget target contains code to automatically download nuget.exe if the file is missing. Why does this not happen?
     

    MrTechno

    Retired Team Member
  • Premium Supporter
  • February 27, 2011
    1,256
    511
    London
    Home Country
    United Kingdom United Kingdom
    Different error now -
    Code:
    D:\TeamCity\buildAgent\work\7c012272298dd9c7\MediaPortal\Source\Main\MediaPortal.Server\MediaPortal.Server.csproj(118, 5): This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is D:\TeamCity\buildAgent\work\7c012272298dd9c7\MediaPortal\Source\\.nuget\NuGet.targets.
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    I have no clue... I was rading and tried my self, but hadn't much luck :(
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    Different error now -
    Code:
    D:\TeamCity\buildAgent\work\7c012272298dd9c7\MediaPortal\Source\Main\MediaPortal.Server\MediaPortal.Server.csproj(118, 5): This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is D:\TeamCity\buildAgent\work\7c012272298dd9c7\MediaPortal\Source\\.nuget\NuGet.targets.
    Looking at #8 (the latest) it is still:
    D:\TeamCity\buildAgent\work\7c012272298dd9c7\MediaPortal\Source\.nuget\NuGet.targets(83, 9): Unable to locate 'D:\TeamCity\buildAgent\work\7c012272298dd9c7\MediaPortal\Source\.nuget\NuGet.exe'
     

    johanj

    MP Donator
  • Premium Supporter
  • January 31, 2009
    781
    398
    46
    Home Country
    Sweden Sweden
    I think you broke genres, that is the first call done in movies so I can't test if thumb images are correct:

    http://192.168.1.88:4322/MPExtended/MediaAccessService/json/GetMovieGenres?provider=3&sort=0&order=0

    {"ExceptionType":"MPExtended.Libraries.Service.Shared.MethodCallFailedException","Message":"Tried to get library for unknown id 3","StackTrace":" at MPExtended.Services.MediaAccessService.LibraryList`1.get_Item(Nullable`1 key) in \\\\psf\\Home\\Public\\MPExtended\\Services\\MPExtended.Services.MediaAccessService\\LibraryList.cs:line 72\u000d\u000a at MPExtended.Services.MediaAccessService.MediaAccessService.GetMovieGenres(Nullable`1 provider, String filter, Nullable`1 sort, Nullable`1 order) in \\\\psf\\Home\\Public\\MPExtended\\Services\\MPExtended.Services.MediaAccessService\\MediaAccessService.cs:line 195\u000d\u000a at SyncInvokeGetMovieGenres(Object , Object[] , Object[] )\u000d\u000a at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)\u000d\u000a at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)\u000d\u000a at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)\u000d\u000a at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage41(MessageRpc& rpc)\u000d\u000a at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc)\u000d\u000a at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc)\u000d\u000a at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc)\u000d\u000a at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage2(MessageRpc& rpc)\u000d\u000a at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage11(MessageRpc& rpc)\u000d\u000a at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage1(MessageRpc& rpc)\u000d\u000a at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)"}

    I also can't test series since service description says AvailableTvShowLibraries: Array[0] and we then don't init the activity.

    Now playing movies worked for me yesterday, only issue was wrong thumb for movie. When testing now I first got a hang on MP2 when starting. Second attempt it played but didn't show any play info. Could either be wrong message or wrong media info from MAS. Don't have time to test now until Sunday.

    But I have some good news. I can browse pictures! Not a folder with subfolders(but I think you made a comment about that) but a local folder with pictures fully work with thumbnails, full screen slideshow etc.
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    Using your db with your call I get:
    http://192.168.178.26:26405/MPExten...json/GetMovieGenres?provider=3&sort=0&order=0

    [{"Title":"Action","PID":0},{"Title":"Adventure","PID":0},{"Title":"Animation","PID":0},{"Title":"Comedy","PID":0},{"Title":"Crime","PID":0},{"Title":"Documentary","PID":0},{"Title":"Drama","PID":0},{"Title":"Family","PID":0},{"Title":"Fantasy","PID":0},{"Title":"Foreign","PID":0},{"Title":"History","PID":0},{"Title":"Horror","PID":0},{"Title":"Music","PID":0},{"Title":"Mystery","PID":0},{"Title":"Romance","PID":0},{"Title":"Science Fiction","PID":0},{"Title":"Thriller","PID":0},{"Title":"TV Movie","PID":0},{"Title":"War","PID":0},{"Title":"Western","PID":0}]
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    But I have some good news. I can browse pictures! Not a folder with subfolders(but I think you made a comment about that) but a local folder with pictures fully work with thumbnails, full screen slideshow etc.
    Nice (y)
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    This exception is from your App. It would be more useful if you would tell me why your App geve you this Exception. :)


    I also can't test series since service description says AvailableTvShowLibraries: Array[0] and we then don't init the activity.
    This is also not true:

    {"ApiVersion":4,"ServiceVersion":"0.6.0.0","AvailableMovieLibraries":[{"Name":"MP MyVideo","Version":"0.6.0.0","Id":7}],"AvailableMusicLibraries":[{"Name":"MP MyMusic","Version":"0.6.0.0","Id":4}],"AvailablePictureLibraries":[{"Name":"MP Picture Shares","Version":"0.6.0.0","Id":8}],"AvailableTvShowLibraries":[{"Name":"MP-TVSeries","Version":"0.6.0.0","Id":6}],"AvailableFileSystemLibraries":[{"Name":"MP Movie Shares","Version":"0.6.0.0","Id":10},{"Name":"MP Picture Shares","Version":"0.6.0.0","Id":11},{"Name":"MP Shares","Version":"0.6.0.0","Id":5},{"Name":"MP Music Shares","Version":"0.6.0.0","Id":9}],"DefaultMovieLibrary":0,"DefaultMusicLibrary":4,"DefaultPictureLibrary":0,"DefaultTvShowLibrary":6,"DefaultFileSystemLibrary":5}

    Same Description as in the last versions
     

    Users who are viewing this thread

    Top Bottom