From 6ad728d10651548101f457b5b1491f5a50bd6ad4 Mon Sep 17 00:00:00 2001 From: Samidy Date: Thu, 2 Apr 2026 00:01:57 +0300 Subject: [PATCH] feat(social): Listening Parties --- README.md | 1 + index.html | 77 ++++++ js/app.js | 1 + js/events.js | 15 ++ js/listening-party.js | 594 ++++++++++++++++++++++++++++++++++++++++++ js/router.js | 6 + js/ui.js | 25 +- styles.css | 127 +++++++++ 8 files changed, 845 insertions(+), 1 deletion(-) create mode 100644 js/listening-party.js diff --git a/README.md b/README.md index de1f68f..5b7c245 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ - Account system for cross-device syncing - Customizable & Public Profiles +- Real-time Listening Parties for synced playback with friends - Last.fm and ListenBrainz integration for scrobbling - OAuth support (Google, Discord, GitHub, Spotify) - Unreleased music from [ArtistGrid](https://artistgrid.cx) diff --git a/index.html b/index.html index 9cf8929..34bd4aa 100644 --- a/index.html +++ b/index.html @@ -58,6 +58,7 @@
  • Pin
  • Add to playlist
  • +
  • Request song
  • Go to artist
  • Go to album
  • Copy link
  • @@ -1600,6 +1601,12 @@ Discord +