From 41c51b8bdb9c8e9fa4a7d56f260d594739d4107e Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Mon, 30 Oct 2023 23:08:45 +0100 Subject: Updated 35 files and added 28 files (automated) --- app/ui/listing.php | 244 ++++++++++++++++++++++++++++++----------------------- 1 file changed, 139 insertions(+), 105 deletions(-) (limited to 'app/ui/listing.php') diff --git a/app/ui/listing.php b/app/ui/listing.php index 9ad227f..d32525b 100644 --- a/app/ui/listing.php +++ b/app/ui/listing.php @@ -50,7 +50,15 @@ if (!$presetList) { - listing + + <?php if (isset($favoritesList) && !$hasAlbum): ?> + Favorites + <?php elseif ($hasAlbum): ?> + <?= $albums[$_GET["a"]]["title"] ?> + <?php else: ?> + Songs + <?php endif; ?> + @@ -60,130 +68,156 @@ if (!$presetList) { - + +
+
+
+ Back +
+
Songs
+ +
+ +
+ +
+
-
-
-
- -

Songs

- -
- -
-

Favorites

-

-
- Click on the heart icon near a song to add it to this list. -
-
-
- " onclick="window.parent.playSong('', 'favorites');" style="width: 100px;">Play - " style="width: 100px;" onclick="window.parent.shuffleList('favorites');">Shuffle - +
+
+ +
+ + - -
- .jpg" style="height: 20vw; width: 20vw; border-radius: .75vw;"> -
-

-

-
+
+ +
+ .jpg" style="height: 20vw; width: 20vw; border-radius: .75vw;"> +
+

+

+
+ 0): ?> - - · Hi-Res Lossless - -
-
-
class="nolibrary"> - - ');" style="width: 100px;">Play - ');">Shuffle - - Add to library - + · + + Hi-Res Lossless + · + + Mist Stella +
-
- - - - -
-
- -

Add music to your library

-

Browse millions of songs and collect your favorites here.

-
Browse Mist
+
- - -
- - +
+ + + + +
+
+ +

Add music to your library

+

Browse millions of songs and collect your favorites here.

+
Browse Mist
+
+
+ +
+ +
- + } + -

-
+

\ No newline at end of file -- cgit