A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add two new background images and replace 17

+11 -8
+1 -1
CHANGELOG.md
··· 3 3 ## 3.0.0 4 4 5 5 - **Adds album-covers view** (switch to and from list view with icon in nav bar) 6 - - Added new background images and replaced two older ones 6 + - Added new background images and replaced a few older ones 7 7 - Adds a keyboard shortcut `L` to quickly select a playlist 8 8 - Adds ability to sync tags for individual tracks 9 9 - Adds keyboard shortcuts to switch screens
+2 -3
src/Applications/UI/Backdrop.elm
··· 54 54 , ( "26.jpg", "Option 26" ) 55 55 , ( "27.jpg", "Option 27" ) 56 56 , ( "28.jpg", "Option 28" ) 57 + , ( "29.jpg", "Option 29" ) 58 + , ( "30.jpg", "Option 30" ) 57 59 ] 58 60 59 61 ··· 133 135 134 136 "11.jpg" -> 135 137 style "background-position" "center 67.25%" 136 - 137 - "17.jpg" -> 138 - style "background-position" "center 2.5%" 139 138 140 139 "19.jpg" -> 141 140 style "background-position" "center 13%"
+4 -4
src/Applications/UI/Settings.elm
··· 273 273 [ C.cursor_pointer 274 274 , C.h_0 275 275 , C.overflow_hidden 276 - , C.pt_1over5 276 + , C.pt_1over8 277 277 , C.relative 278 - , C.w_1over3 278 + , C.w_1over5 279 279 280 280 -- 281 - , C.md__pt_1over12 282 - , C.md__w_1over7 281 + , C.md__pt_1over16 282 + , C.md__w_1over10 283 283 ] 284 284 [ if isActive then 285 285 chunk
src/Static/Images/Background/17.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/29.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/30.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/Thumbnails/17.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/Thumbnails/29.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/Thumbnails/30.jpg

This is a binary file and will not be displayed.

+4
system/Css/Tailwind.js
··· 156 156 "4/6": "66.666667%", 157 157 "5/6": "83.333333%", 158 158 "1/7": "14.28571429%", 159 + "1/8": "12.5%", 160 + "1/10": "10%", 159 161 "1/12": "8.333333%", 162 + "1/16": "6.25%", 163 + "1/20": "5%", 160 164 "2/12": "16.666667%", 161 165 "3/12": "25%", 162 166 "4/12": "33.333333%",