jellyfin / jellyfin-kodi

Jellyfin Plugin for Kodi
https://jellyfin.org
GNU General Public License v3.0
820 stars 110 forks source link

Multi-part movies play only the first part #313

Open giddie opened 4 years ago

giddie commented 4 years ago

When there is a multi-part movie in Jellyfin:

And the movie is synced to Kodi using the Native playback mode, only the first part is played. The second part is not even visible for playback.

mcarlton00 commented 4 years ago

Have you checked if this works in add-on mode? (I suspect not, but it'd be nice to know for sure)

giddie commented 4 years ago

I haven't checked this yet, but given that Jellyfin's own web interface only plays the first part too, I don't hold out much hope :p

TrueTechy commented 4 years ago

Not only an issue with Native mode. Having the same issue with addon mode. Strangely it is only playing the second video when I try to play the video

TrueTechy commented 4 years ago

Looking into it further, it seems that we don't get any information from the jellyfin server in the API responses to indicate that the item has a second part so I don't see a way for us to be able to add multi-part playback to the addon till the server api returns data we can use. It does look like it was built with this in mind since the "mediaSources" item in the response could have multiple items (could be how multiple version of the same thing work)

holow29 commented 4 years ago

Jellyfin server issue: https://github.com/jellyfin/jellyfin/issues/3212 I think it is related to https://github.com/jellyfin/jellyfin/issues/1745, though