Plugin: MP2Extended (1 Viewer)

johanj

MP Donator
  • Premium Supporter
  • January 31, 2009
    781
    398
    47
    Home Country
    Sweden Sweden
    I had some time to test and I updated both my laptop(only imported tv-channels and shares) and the HTPC(that has the actual tv-cards).

    EPG:
    Got full epg apart from channel logos but I haven't added the logos in Tv-server so nothing strange.

    Recordings:
    Genres now works(y)
    Still issues with still images from the recordings. But it don't seem to be a problem with impersonalization. The exact same recordings works when MPExt is used from both laptop and HTPC. It's the same recordings as yesterday. It's only a handful out of hundreds that actually works. But it's a pattern, e.g. most episodes of '100 code' on channel 5 HD works but not all. Also a few other programs on the same channel works.

    Movies:
    No more issue with wrong aspect ratio:)
    I sometimes still have different thumbs even though small and large thumb both uses: &artworktype=4&offset=0

    Series:
    All images now missing even though I reimported share.
     

    Attachments

    • image.png
      image.png
      5.1 MB
    • image.png
      image.png
      3.6 MB

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    @henso
    unfortunately this was not the right fix :(
    [2015-10-28 19:54:51,791] [7349553] [4 ] [INFO ] - TranscodeMetadataExtractor: Exception reading resource '{03dd2da6-4da8-4d3e-9e55-80e3165729a3}:////SERVER/Recordings/04-29 22-20-38_TV4 HD Stockholm.ts' (Text: '\\SERVER\Recordings\04-29 22-20-38_TV4 HD Stockholm.ts not found')

    @johanj
    Thank you for the logs!
    I hope I fixed some more minor issues :)
    I guess the reason for no thumbs is that the import is not finished.
    Last logline with a status update:
    [2015-10-28 21:13:20,059] [12057820] [68 ] [INFO ] - ImporterWorker: 75 % completed (3 ImportJob(s), in total 4379 of 5874 so far identified resources processed)

    This could also be the reason why you don't get series information even if you reimported. The import has to be finished.
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    But why does it work for the thumbnailer? There must be a tiny tiny difference...
     

    henso

    Development Group
  • Team MediaPortal
  • February 16, 2012
    2,341
    832
    Home Country
    Denmark Denmark
    Impersonation errors are logged in: ImpersonationService.log. Maybe somebody could verify its the same error that I have:
    Code:
    [Error][55]: AsyncImpersonationProcess (ffprobe.exe): Cannot start process. ErrorCode: 1314 (A required privilege is not held by the client)
     

    henso

    Development Group
  • Team MediaPortal
  • February 16, 2012
    2,341
    832
    Home Country
    Denmark Denmark
    For me the VideoThumbnailer fails too, but you will only get errors on an empty database. If the thumbnail is already in the database it returns no error.

    Edit: OK I found the issue. The server has to run as a service before impersonation works. After that the MimeTypeDetector class tried to determine the MIME type by reading the file which caused an exception because it couldn't find the file. I guess it's because it's not called inside an impersonation scope. I made my own wrapper for the MIME detection and pushed the changes.
     
    Last edited:

    pünktchen

    Portal Pro
    October 26, 2010
    537
    201
    Home Country
    Germany Germany
    Hi @FreakyJ, just some small comments:

    All "Program" calls do not return any value but 'null' for 'SeriesNum', 'EpisodeNum' and 'Genre'.
    Also 'IsRecordingSeriesPending' returns false when it should be true. So probably also the other states do not work. (HasConflict, IsChanged, IsPartialRecordingSeriesPending, IsRecording, IsRecordingManual, IsRecordingOnce, IsRecordingOncePending, IsRecordingSeries, IsScheduled)

    All "Recording" calls do not return any value but 'null' for 'SeriesNum', 'EpisodeNum' and 'EpisodeName'.
    'ChannelId' does not exist in MP2 database?
    Have not tested 'IsRecording' yet ;)
     

    Users who are viewing this thread

    Top Bottom