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

Store playlist information to database #3

Open
niksudan opened this issue Oct 30, 2019 · 0 comments
Open

Store playlist information to database #3

niksudan opened this issue Oct 30, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@niksudan
Copy link
Owner

For logging purposes, this would be a good thing to have. Doesn't need to be a massive MySQL db, just SQLite will do.

Should store the following information:

  • Playlist (id, from, to)
  • Track (uri, source, name, albumId, artistIds, requesterId, playlistId)
  • Artist (id, name)
  • Album (id, name)
  • Requester (id, name)
@niksudan niksudan added the enhancement New feature or request label Oct 30, 2019
@niksudan niksudan self-assigned this Oct 30, 2019
@niksudan niksudan added this to the 1.0.0 milestone Oct 30, 2019
@niksudan niksudan removed this from the 1.0.0 milestone Aug 3, 2020
@niksudan niksudan removed their assignment Aug 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant