You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue contains only one bug. I will open one issue for every bug report I want to file.
Steps to reproduce the bug
Equeue to the bakground player 1 video, let's call it video X
Equeue to the bakground player 1 video, let's call it video Y
Enque to the background player video X again.
Now our playlist looks like this:
X
Y
X
Note this specific playlist pattern is not the cause as this problem happens when any kind of duplicate is present in any order, for example to test this it's even enough to just have one video present more than one time for example.
X
X
Start playing from the beginning is fine but the problem happens on starting to play the first duplicated video
Actual behaviour
If the user selects to start playing on the first appearance of a any video, everything works fine the playlist plays until reaching a duplicate video on wich it starts loading forever and gets stuck on.
If the user manually selects to play from a duplicated video the player is unable to do so and "jumps" to the first appearance in the playlist of said video.
Expected behavior
One would either expect to not be able to add duplicate videos in any playlist or for them to act as an individual entry in the playlist.
This is especially a problem when enqueuing multiple playlists or simply re-enquequing an already present video as it can cause duplicates to appear wich then proceed to cause this issue.
If i were to be personally in favour of one of those 2 options i would assume allowing for duplicates is the most natural option.
The text was updated successfully, but these errors were encountered:
I'll add that this issue is present in version 0.21.2, and affects videos in foreground mode as well.
Anecdotally, this bug must have been introduced at some point as I first encountered it today when I played a saved playlist containing duplicate videos which worked before. That is to say, I do appreciate contributors' efforts as the queuing interface has improved substantially these last few months.
Checklist
Steps to reproduce the bug
Now our playlist looks like this:
Note this specific playlist pattern is not the cause as this problem happens when any kind of duplicate is present in any order, for example to test this it's even enough to just have one video present more than one time for example.
Actual behaviour
If the user selects to start playing on the first appearance of a any video, everything works fine the playlist plays until reaching a duplicate video on wich it starts loading forever and gets stuck on.
If the user manually selects to play from a duplicated video the player is unable to do so and "jumps" to the first appearance in the playlist of said video.
Expected behavior
One would either expect to not be able to add duplicate videos in any playlist or for them to act as an individual entry in the playlist.
This is especially a problem when enqueuing multiple playlists or simply re-enquequing an already present video as it can cause duplicates to appear wich then proceed to cause this issue.
If i were to be personally in favour of one of those 2 options i would assume allowing for duplicates is the most natural option.
The text was updated successfully, but these errors were encountered: