-
Notifications
You must be signed in to change notification settings - Fork 137
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
[Redesign] Adding songs to playlists is cumbersome #629
Comments
Another option would be to change the priority of the options in the last image. Perhaps "Add to playlist" could sit above "Add to Next Up" |
That's a reasonable request. I think we can move the add to playlist button up, and potentially make the large buttons (where the sleep timer is sitting right now) customizable in the future. Also, in the example you showed, there actually was no reason to open the player screen. You could've simply long-pressed the song in the album list, which opens the regular menu without the sleep timer button. That would've been three taps, so you might wanna try it out! |
The new order in the menu will be:
Does that work for you? Edit: Long-pressing the menu button will also directly open the playlist selection screen |
I agree with the OP. Just came here to suggest that "add to playlist"- button should be directly available on the player page. (for example below or above the like-button) Actually, wasn't it there on an earlier, non beta version of Finamp? I just joined the discord channel, and there was someone requesting a more clean ”currently playing” view. I pose an opposing view, as I like good usability more than a simple, sterile and clean view. You can quickly learn the location of needed info and buttons on a single page. And there’s still room to add more functionality. However, I do understand the opposing view as well. If someone just wants a simple player, then perhaps there could be a settings option to hide / show some functions on the player page. In fact, I would love to see even the currently playing media info there too (audio format, bitrate etc.). Thank you for your work! |
Yes, thanks for that. That will streamline adding songs to the playlist quite a bit. |
I have no idea how it would be possible to do this but spotify new playlist system is really awesome and a similar implemention of it would solve this problem wich i also have, as I do like to have a_lot_ of playlist, here you go : in the first screenshot the song is not in any playlist, when you click the + button it gets added to liked song, |
In Finamp/Jellyfin, there's no "Liked Songs" playlist like Spotify now has, so what would the default playlist be? Favoriting a song and adding it to a playlist are two separate things in Jellyfin-land 🤔 Theoretically Finamp could emulate this behavior, by having a virtual "Favorites" playlist that contains all songs that are liked, and adding a song to that playlist marks it as favorite. That would get you pretty close to Spotify's behavior. The details are still a bit hazy though. Do we keep the heart icon, so people can easily find the way to favorite a track? Do we keep the "Add to playlist" functionality? Should this be an option, or the only way to do it? I think such a change would require some user research first, to make sure that the behavior matches people's goals and expectations. But I'd be happy to take a look at a proof of concept, if someone feels like implementing that. It actually shouldn't be too complicated, the hardest part is the virtual playlist (but I'd consider this optional for now). |
We're making good progress for this request! The next update will change the liking + adding to playlist interactions quite a bit, with a new menu similar to Spotify's being the default when tapping the like button. There you can add the track to favorites, remove it from the current playlist (if one is playing), and directly add it to any other playlist. You can also still directly like or unlike a track, either by long-pressing the like button, or by double-tapping the album cover. One limitation for now is that we cannot tell which playlists a track is already part of (except for the currently playing playlist), that might be possible with Jellyfin 10.10. This should then hopefully address all of your requests. @snppls the number of required interactions to add the currently playing track to a playlist will be reduced to 2, @bsfreq there is now a button that directly allows you to add the track to one or multiple playlists, @e-v-o-l-v-e you'll get as close to the Spotify experience as currently possible. |
wow, this is amazing, thank you ! |
Closing since I consider this to be fixed :) |
I think adding songs to playlists could be streamlined. In the example I provide below it takes 5 clicks to add a single song to a playlist. This is not so much fun when trying to quickly put together playlists.
I think the sleep timer currently is given too much design priority. It is a useful but rarely used function - I personally don't use it, but I would imagine those that do, use it once a day at most? Could the playlist button be added in its place like in the mockup below? Perhaps the sleep timer could be moved to the queue screen instead, or somewhere else a little more hidden?
The text was updated successfully, but these errors were encountered: