-
-
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
Playlist management #57
Comments
Hello! What I got at this time was this:
Would that be OK for you? |
Yes, please if it is not to much trouble to implement this! What I find important in playlist management is that I can create playlists (via the API is fine by me) and that I can export them as m3u or m3u8 and also be able to import playlists. And finally also to share playlists. These are basically the functions that I'm using with Airsonic. |
Would making the playlist "public", i.e. making it available for others (but others cannot modify, just copy), be ok to share playlists? |
Yes that would be okay. Thanks! |
This would be awesome! I prefer the web interface than UltraSonic for some reasons. Ability to save/load playlists would be great. Thanks for the beautiful piece of software. It has turned out to be one of my favorite things to host :) |
Hi! I just started using LMS and would appreciate this feature as well. |
Yes! A playlist feature would be amazing, even better if we could import from outside (for example, an Itunes exported playlist). i'm running LMS on a Pi Zero W flawlessly. |
Hi! By the way, how did you install LMS on your Pi Zero W? I thought armv7 packages would not work on armv6-based systems. |
hahah me too, all the music streaming solutions require v7 or docker armv7 but tried LMS and all good. I installed it with the normal Debian Buster packages, and it was pretty straightforward, no errors, java issues or deprecated packages. Amazing. |
Chiming in because I use a lot of playlists (m3u in particular) and these are generally standard fare for music. I would love if the app could at least read these files and have them available. |
About playlist import, maybe somebody here can answer this:
|
Where would these playlists be imported from?
An example playlist would therefore look like: Sleep sounds.playlist "/" being the root folder of the music library specified by the admin during setup- it can be anything from the operating system point of view. But as long as LMS sees it as the root folder of the music library, then it'll be easier for shared playlists. (Edit: Added more details) |
Hello ! I stumbled upon this topic as I was looking for this exactly, I understand it is implemented as it was unpinned ? I am currently hosting it and cannot find a way to save playlists, what am I missing ? |
Hi! Playlists can be loaded/edited/saved thanks to the subsonic API, but there is no UI for them yet. |
I need playlists. To that end I've written a playlist importer that everyone is welcome to try, and epoupon can have/use/merge or rewrite in a proper language and remove all of the bugs that I've almost certainly included in my script. |
For what it's worth, the lack of a rudimentary playlist UI is all that is holding me back at the moment. I would say that it would be worthwhile to implement the simple UI you mentioned at the start, where it's just the ability to save the current queue, browse existing playlists, and load a playlist to the queue, and hold off on importing until you have the time/information you need to determine what would be needed for a satisfying import. |
Indeed you are right, we can iterate from a very basic but handy support |
That is what is done for 3.30.0 :) |
Hi,
Thanks for this great project. I'm testing your docker image at the moment and I was wondering if there are any plans for some playlist management like e.g. Airsonic has?
The text was updated successfully, but these errors were encountered: