-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Import Playlists #391
Comments
Hello! |
Thank you for the quick response. I must say, it's disappointing that this media server is missing one basic function that most other have. |
Yes indeed :( |
@epoupon |
@epoupon I've already spent a little time looking at how to export playlists and rated tracks from LMS, and I'm now wondering if I can create the playlists in lms.db directly (for the initial load). If it's safe to do so, how do I handle the lms.db-WAL journal, as when exporting I had to perform a full rescan for playlists and rated tracks to appear in lms.db, even shutting down the server didn't bring the changes across. |
Hello, what do you want to do exactly? What I planned is to import playlist files that are within media libraries and automatically create/update corresponding public playlists within LMS. |
At a basic level all I want to be able to do is to import playlists into LMS and have the ability to export them too (in addition to ratings/favourites e.t.c., but I can script that aspect of things). My current workflow in the UPnP world is for the server to index the local m3u8 playlists and present them to control points, within which I'll modify those playlists as well as create new ones. At some point I'll export the playlists from the control point (containing new and modified playlists that were originally indexed by the server), convert them to m3u8 and load them back into my media collection to be indexed by the server, after which I'll clear them from the control point. It's a long winded process but it's the only way to have shared playlists across devices. I've yet to really test playlist functionality but hopefully I can simplfy that process somewhat :) |
To answer your original question, yes you can create yourself a playlist in the db. |
I had a chance to look at it over the weekend and it works well. In Symfonium you have to manually import each playlist separately, which is a bit frustrating, and during import you can choose to make the playlist readonly or have it sync with the server. If/when you decide to enhance LMS by importing playlists, would it be possible to set them as readonly, or are clients expecting to be able to update the server? Whilst from an OpenSubsonic point of view it doesn't look like a playlist can have its own artwork, it would be nice for the web-gui (having same location and name as playlist). |
Yes, imported playlists will be read only/public, and synced with the playlist files. |
(shameless plug)
I'm really liking lms + symfonium. I'm also using lms webui at work, and while I will have some suggestion to improve the UX, it is already good enough. The only feature I'm currently missing is a upnp facade on lms to be able to cast to my amplis. |
I was originally looking for an Android Auto solution to supplement my existing setup, so once I'd chosen Symfonium it was just a matter of picking a compatible server. My core requirements were:
The reality is that I'm likely to keep both solutions, as whilst the UPnP solution is much less functional it allows me to:
I think LMS/Symfonium will be my daily driver, with the UPnP solution fulfilling my OCD tendancies :-) Whilst I would appreciate a Plex style recommendation engine, I get that from streaming services which I use for music discovery, so I wouldn't compromise. Did the 15 hour Plex scan time include the PlexAmp Sonic Analysis? |
@simonbun thank you! Indeed, I forgot about Android Auto, it was the first step in my search for other solutions. That's true, the 15h initial scan time include Sonic Analysis, that isn't completely fair. Futures scans were also far longer, I don't have an exact figure in mind, but the ratio is in hundred. |
Hello! I am trying LMS out and can't seem to find how to import my playlists. Thanks!
The text was updated successfully, but these errors were encountered: