jellyfin / jellyfin-plugin-nextpvr

https://jellyfin.org
MIT License
25 stars 9 forks source link

NextPVR Recordings won't open. #16

Closed emveepee closed 3 years ago

emveepee commented 3 years ago

Not being a jellyfin or Emby user it is hard to explain the logic but there are two Recording Screens and they have different file lists, but they both contain NextPVR recordings

image

Generally when I go to play one of these files through either menu I get this error https://pastebin.com/72G5XjU0

The URL in TypedBaseItems is correct

I believe the items that are type MediaBrowser.Controller.Entities.Video will play and the ones that are type MediaBrowser.Controller.Entities.TV.Episode will not.

emveepee commented 3 years ago

My speculation is there is fundamental issue in how series should be created by the addon, or how the server creates a seriesId from an addon.

emveepee commented 3 years ago

Continuing the research of this, if the addon tells the backend that it is a Clip and not TV episode and take away the series information (S/E and series flag) then recordings are playable so the issue is how 10.7 is interpreting series content now. This works in 10.6.4 and earlier and in Emby. Of course being able to group by series is important so that is not a soltution, just a hint on where to look.