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

Feishin desktop and vercel app refuse to get to the next song on a playlist #881

Open
DaveKai opened this issue Jan 16, 2025 · 4 comments
Open
Labels
bug Something isn't working

Comments

@DaveKai
Copy link

DaveKai commented Jan 16, 2025

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

@DaveKai DaveKai added the bug Something isn't working label Jan 16, 2025
@orcv
Copy link

orcv commented Jan 18, 2025

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"

@DaveKai
Copy link
Author

DaveKai commented Jan 19, 2025

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)

Image

@ExpatUK
Copy link

ExpatUK commented Jan 20, 2025

This issue has been irritating me for a while now - thanks for your workaround!

@jeffvli
Copy link
Owner

jeffvli commented Jan 25, 2025

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.

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

No branches or pull requests

4 participants