Skip to content

Playlist feature? #4

@ackledotdev

Description

@ackledotdev

It's what it sounds like.

I'm willing to work on it if it would be accepted.

Plan:

  • use jsoning for database
  • store keyed arrays of objects followig the following schema:
interface PlaylistSongEntry {
  name: string;
  /* optional? */
  artist: string;
  /* don't know how this works, but something along these lines */
  youtubeIdentifier: string;
}

Each playlist would follow this type:

type PlaylistData = PlaylistSongEntry[];

Then we could (optionally) construct a class for better management—this might be unnecessary.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions