-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
[Feature Req/Question] Creating and editing playlists from GUI #393
Comments
Hello, For now, using the UI, you can only create a playlist from the current playqueue (to a new playlist or to erase an existing one). |
Hello, thank you for your feedback. About this part:
I mean creating a playlist with the same name multiple times, not multiple playlist names in the same request. I probably did not explain myself clearly, sorry. |
Oh ok I See. Indeed maybe I misread the API: the existing playlist should be updated |
Well not that sure actually. In LMS's UI (nor in Navidrome's UI), nothing prevent a user from creating several playlists that have the same name. |
Well in fact the fact that multiple playlists with the same name might exist does not seem bad to me. But for the api, a good thing would be to return the id of the newly created playlist. Edit: completed / typo |
Yes, that was I did in 5257f68 |
Awesome! So there is a build coming with that tag? EDIT: yes I see there are actions running right now |
There is no docker image pushed by default, but I can build one manually if you really need to test (beware the current dev branch embeds some schema updates) |
Hello, no I believe there is no rush, thank you anyway! |
Hello, I just verified that I can create a playlist using the subsonic api. I see that the response does not contain the id of the newly created playlist. Anyway one can check using the getPlaylists endpoint, but the createPlaylist accepts multiple calls with the same playlist name and will actually create multiple playlists as well. I suppose maybe an error should be returned?
Anyway about the topic, I see I cannot create playlists from the gui other than from an album view.
Maybe other ways of creating playlists are in your roadmap?
Navidrome's gui allows the creation of an empty playlist, then I can add items from basically any view. For example, from an album view, I can add a track to an existing playlist.
Thank you for any feedback!
The text was updated successfully, but these errors were encountered: