snuffyDev / Beatbump

Alternative YouTube Music frontend built with Svelte/SvelteKit 🎧
https://beatbump.io/
GNU Affero General Public License v3.0
1.05k stars 87 forks source link

Turn “Your Songs” into a custom playlist #30

Open davidcollini opened 2 years ago

davidcollini commented 2 years ago

“Your Songs” takes up a lot of space in the library section, and I usually just press “see all” if I want to see my favorite songs, so if “Your Songs” was combined into a playlist called “Favorites” it would really un-clutter the library section

snuffyDev commented 2 years ago

I’ll see what I can do, that’s a good idea. Probably could change the layout to be tabular, one tab favorites, one tab playlists.

Just need to ensure I implement it properly to avoid potential data loss. Probably a good time to add exporting the Library to JSON since I’ve been wanting to add that.

Good suggestion!

davidcollini commented 2 years ago

I don't believe that this feature needs multiple tabs, since ideally this feature would have one section for playlists, and favorites would be one of those playlists

davidcollini commented 2 years ago

I believe that #25 should have a tabular design, with three tabs, one for playlists, artists and albums, this is what Spotify does

davidcollini commented 2 years ago

image This is what I was thinking for the tab-based design, except playlists would be selected by default