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
The app should automatically play the next song in the playlist when the current song finishes
Current Behavior
After the first song in the playlist finishes, the player stops and does not proceed to the next song. No errors or prompts are displayed
Steps to Reproduce
1- Open the Feishin app or https://feishin.vercel.app .
2- Navigate to any playlist.
3- Start playback of the first song in the playlist.
4- Wait for the song to finish or skip to the last few seconds.
Possible Solution
No response
Context
No response
Application version
v0.12.1
Operating System and version
Windows 11 24H2 desktop
Server and Version
Navidrome v0.54.3
Node Version (if developing locally)
No response
The text was updated successfully, but these errors were encountered:
I encounter the same issue on Fedora 41. (mpv 0.39.0)
This seems to be a regression - some quick testing reveals the problem is not present with AppImage release 0.10.1, but all releases afterwards.
Also, all versions beyond 0.10.1 give me the following error with mpv, which may or may not be related: "mpv errorcode 3 - IPC command invalid"
I thing I figured out the issue, the issue exactly is clicking on the picture of the song, it's the one that causes the issue, try double clicking on the blank area section of the song and it'll create a queue list for the whole playlist (anywhere on the green area would work)
For reference, the play button on the cover art is a new addition, introduced in #772.
The default way to queue up tracks is to double click an item, but this posed issues in the main track list, where double clicking could end up queing thousands of tracks to your queue which might not be intended behavior. Thus, the single click on the item portrait was added.
This technically isn't a bug, but I'll leave this issue open since it seems like it might not be clear for someone using the app for the first time.
Expected Behavior
The app should automatically play the next song in the playlist when the current song finishes
Current Behavior
After the first song in the playlist finishes, the player stops and does not proceed to the next song. No errors or prompts are displayed
Steps to Reproduce
1- Open the Feishin app or https://feishin.vercel.app .
2- Navigate to any playlist.
3- Start playback of the first song in the playlist.
4- Wait for the song to finish or skip to the last few seconds.
Possible Solution
No response
Context
No response
Application version
v0.12.1
Operating System and version
Windows 11 24H2 desktop
Server and Version
Navidrome v0.54.3
Node Version (if developing locally)
No response
The text was updated successfully, but these errors were encountered: