Skip to content
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 playlist with multiple users #437

Open
TheNoNinja opened this issue Mar 22, 2024 · 1 comment
Open

Share playlist with multiple users #437

TheNoNinja opened this issue Mar 22, 2024 · 1 comment

Comments

@TheNoNinja
Copy link

I would like to share a playlist with multiple users. In a way that I could be set to public or a user to be added to a specific playlist.

Features:

  • Able to set playlist to public
  • Able to add user to playlist (private to all others)
  • Able to change user to contributer (Now able to add tracks to a playlist)

Possible implementation:
Add a boolean to tracklist table if playlist is public. The user id in that table becomes the owner of the playlist. Add another table tracklist_user which has an id, playlist_id, user_id, userlevel. Then add permission checks.

Ill have a look if I can create something that works in this way this weekend but no promises as I'm not perfect with C++.

@epoupon
Copy link
Owner

epoupon commented Mar 22, 2024

Currently, playlists already have the public/private boolean.
In the UI, you can only create/display private playlists.
A good first step would be to add a checkbox to create a public playlist and/or to change its visibility afterwards.
Another step would be to set the users you want to share the playlist to, but that's some significant work. Honestly I don't think this extra work is worth it (same for shared playlists, even more work to handle it properly).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants