-
Notifications
You must be signed in to change notification settings - Fork 197
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
Share playlists between user accounts #852
Comments
Hi! Thanks for formulating a separate issue for this, I appreciate it. I have a loose idea on a possibly simple implementation - but I'm not familiar with the code base so I'm not sure how viable it is. I've seen that it's possible to import/export playlists from/to file, by pressing ... next to a playlist's name. My idea is that an in-app playlist could be made to "sync" with a certain playlist file, and that this file would be placed in a folder accessible by the people with which the playlist is to be shared. Then other users could also "sync" a playlist to this file, effectively creating a shared playlist. It could work something like this:
What do you think of this idea? @paulijar |
@felixeriksson
I feel, that the sharing playlists via files would be significantly lighter alternative than doing it "properly" only if it would be sufficient to do it without any UI changes. E.g. there would be an Regardless of the design and implementation details selected, allowing the share recipient to modify the list will be a challenge. This will inevitably lead to situations where need to do some conflict resolution. In that sense, read-only shares would be much easier. |
Playlist syncing with a file has been proposed also in #832. |
+1 I would also want to see this feature. |
To add to the discussion above: I don't see it as a necessary requirement to be able to jointly edit playlists. Jane can make a playlist and share a read-only version with John (given he has access to those files). I'm thinking of Spotify where most playlists are read-only to the listener and it works well. If John wishes to edit it, he can make a copy of it (future development I guess). I'd also vote for something that is simple to use in the UI. I saw the workaround using file sync here: #832 And perhaps this would work as well for read-only sharing of playlists: #948 |
Add a possibility to have a playlist shared between user accounts. The minimal viable feature would be to only have this working on tracks which are already visible to both participants (e.g. in a shared folder which belongs to the music library path of both participants).
Further development could include:
Originally suggested by @felixeriksson in #813 (comment)
The text was updated successfully, but these errors were encountered: