Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

play on sends music and tvshow playlist shuffled #49

Closed
bwaddington opened this issue May 18, 2019 · 16 comments
Closed

play on sends music and tvshow playlist shuffled #49

bwaddington opened this issue May 18, 2019 · 16 comments
Labels
blocked This item is blocked by another bug Something isn't working

Comments

@bwaddington
Copy link

Describe the bug
scince 10.3 when trying play on it sends music and tvshow playlist shuffled to kodi but if you play on web browser thier all in order. same with collections click to play the collection and it shuffles the playlist to kodi.
when ever i select a music track it palys a diffrent track in that album also if you click play it dosnt play from the start of the album and this is with both kodi and browser

im using firefox 66.0.5 (64-bit), Kodi version 18.2 with angelblue05 10.1.0

@bwaddington
Copy link
Author

10.3.4 release still not fixed i click to play ss01e01 and get s06e18, same with music click track 1 get track 10

@bwaddington
Copy link
Author

10.3.5 still sending all play lists shuffled to kodi

@dkanada
Copy link
Member

dkanada commented Jun 10, 2019

10.3.5 was a hotfix release and wouldn't have affected this issue. This sounds like the kodi equivalent of a bug @cvium fixed a month or so ago with songs getting played out of order in the web client, but it could be something else.

@anthonylavado
Copy link
Member

anthonylavado commented Jun 10, 2019

@dkanada Maybe this is the reason the backend sorted things, instead of relying on the front end to do so

EDIT: I wonder if this is caused by jellyfin/jellyfin#1011, which was reported in Web as jellyfin/jellyfin-web#169, fixed in jellyfin/jellyfin-web#171

@StillLoading
Copy link

This has been bothering me for a while too. I finally got around to test your theory @anthonylavado and it seems you're right. Reverting the changes made in jellyfin/jellyfin#1011 to MediaBrowser.Controller/Entities/Folder.cs has fixed the issue.

So how do you wanna handle this? As I understand there are some performance implications with sorting the list prior to returning it and as far as we now it only affects Kodi.

@cvium
Copy link
Member

cvium commented Jul 28, 2019

The solution is to fix it in Kodi as we did in the web client

@StillLoading
Copy link

Okay, makes sense. Should this issue be moved or reopened in the Kodi repository then ?

@oddstr13
Copy link
Member

Issue confirmed with Jellyfin 10.3.7 & Kodi addon v0.2.1

@oddstr13 oddstr13 transferred this issue from jellyfin/jellyfin Jul 28, 2019
@oddstr13 oddstr13 added bug Something isn't working help wanted Extra attention is needed labels Jul 28, 2019
@bwaddington
Copy link
Author

is there any chance of this being fix at some point

@oddstr13
Copy link
Member

oddstr13 commented Sep 7, 2019

It'll get fixed whenever someone with the time and skills required come along. I don't have much time for Jellyfin right now unfortunately.

@anthonylavado anthonylavado added the good first issue Good for newcomers label Sep 7, 2019
@mcarlton00
Copy link
Member

Just as an update, I spent some time looking into this. Currently, it looks like we're blocked by the data we're receiving from the server itself.

The short version is that the server is sending out a list of item IDs that need to be played, but it's not providing any data on what order they should be played in. Once we work out a way around that we'll have a way forward with this

@bwaddington
Copy link
Author

this could do with sorting i has been a while plus it has now stopped seeing thew firestick app too.

whats point of it if it does not work

@mcarlton00
Copy link
Member

The fix for this needs to happen on the server. Currently there's no way for us to handle this locally. If you look at the linked issue in the server repo you'll see that it's being discussed.

There's zero interaction between Kodi and the Android TV app. If you're having an issue with that, you should discuss it over here

@mcarlton00 mcarlton00 removed good first issue Good for newcomers help wanted Extra attention is needed labels Feb 22, 2020
@TrueTechy
Copy link
Contributor

Seems the latest version of the server should have the fix for this issue implemented. Can we re-check to see if it's still an issue in kodi?

@mcarlton00
Copy link
Member

This is fixed upstream

@enomam
Copy link

enomam commented Mar 26, 2021

Sorry for the bump - but I'm observing this behaviour on server 10.6.4, with the kodi client 0.7.1+py2 (running on libreelec).
Is there a config setting I should be applying for this to work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This item is blocked by another bug Something isn't working
Projects
None yet
Development

No branches or pull requests

9 participants