-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Assignees
Labels
No labels