-
-
Notifications
You must be signed in to change notification settings - Fork 506
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
Using Play next
or Add to queue
replaces currently playing song
#2685
Comments
also i dont if this is related, but using PS: the |
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media. |
from what i can tell, this has not been addressed in any stable release yet, but it looks like it may be fixed for 0.16.0 for the "playback rewrite" (though i dont know of a way to run the beta app on firetv from the appstore) |
i just re-tested, the current version is |
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media. |
can confirm this issue still exists on the same device with app version 16.1 and jellyfin 10.8.13 out of curiosity i also tried some other modes like on a album "Play All", "Instant Mix" and "Random Play", all of which basically locked-up the app by repeated "1 Entry added" but not actually starting anything or changing the displayed playing title will re-test when 16.2 becomes available for my device |
There is a good chance this is fixed with 0.16.2 so let me know if it's still a problem once you've updated. |
re-tested with 0.16.2, and sadly it is still the same behavior of only having one song in the queue and any "add to queue" will replace the current song
i tried some things to see what may have been the crash issue, and i came to the conclusion that using "random play" (on a album) inside the androidtv (while having or not having a remote control connected) will crash the app Uploaded crash logclient: Jellyfin for Android TV
|
after a bit of debugging and looking through the code (after having had trouble setting logging up properly), i found that the remote control event will ALWAYS only select the first element and ALWAYS use "PlayNow" even if the message type is different, see: jellyfin-androidtv/app/src/main/java/org/jellyfin/androidtv/data/eventhandling/SocketHandler.kt Line 128 in 7198df2
Example "Play Album":
Example on track
PS: the "crash on album random play" does not exist on the current master branch (7198df2), but does not actually play anything (empty / old state) |
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media. |
Still relevant with app version |
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media. |
I think I'm having the same issue. If I try to cast an album from my phone to android tv box, I get only a single track queued and nothing else. Really annoying, makes casting half-useless. You basically have to set a queue from the remote and only then it's possible to skip tracks from the phone. |
Can confirm this is still a issue in version |
Seems to still be an issue with version 0.17.9 and server version 10.10.3 |
Fixed in 0.18 via #4117 |
Just tried 0.18.2 (as i literally just got it (from 0.17.9), from the official app store). App version 0.18.2 |
The bug was fixed when playing from the app itself. The play functions related to remote control use a different code path. Another issue was opened for that in #4263. |
Thanks for linking that, but this issue was from the beginning about the remote control. |
Describe the bug
Using either
Play next
orAdd to queue
while a song is playing replaces the currently playing one instead of adding it to a queuePlay next
orAdd to queue
on a different songalso note that after it replaces it it also says "1 of 1" in the queue
Logs
No response
Application version
0.15.6
Where did you install the app from?
Amazon Appstore
Device information
Amazon AFTR
Android version
Fire OS 7.6.3.3
Jellyfin server version
10.8.9
The text was updated successfully, but these errors were encountered: