From 07345867b9f57b5c68c68f836af30d3f67baa3db Mon Sep 17 00:00:00 2001 From: Eduard Prigoana Date: Sun, 19 Oct 2025 15:07:00 +0300 Subject: [PATCH] PLEASE work --- index.html | 61 +++-- js/api.js | 383 +++++++++++++++++++------------ js/app.js | 607 ++++++++++++++++++++++++++++++++++++++++++++----- js/metadata.js | 210 +++++++++++++++++ js/player.js | 127 ++++++++--- styles.css | 28 +++ 6 files changed, 1160 insertions(+), 256 deletions(-) create mode 100644 js/metadata.js diff --git a/index.html b/index.html index a0e794b..3a66d0c 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,8 @@ + + @@ -61,13 +63,27 @@ + + @@ -127,6 +143,14 @@
Album

+
@@ -139,6 +163,14 @@
Artist

+
@@ -157,8 +189,13 @@
Audio Quality - Set to LOSSLESS by default. + Quality for streaming and downloads.
+
@@ -239,22 +276,6 @@

Technology Stack

Vanilla JavaScript • ES6 Modules • IndexedDB • Service Workers • Media Session API

-