Commit graph

39 commits

Author SHA1 Message Date
e713a65f06
Add button to remove song from queue
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-08 16:33:44 +02:00
63a365d11d
Add album art placeholder
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-08 13:56:10 +02:00
9ccacd92cb
Make queue scrollable
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-07 02:51:34 +02:00
d0ec23dc5a
Show a ▶ or ⏸ icon in the title when playing
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-07 02:12:45 +02:00
c4936dc4ff
Add buttons to play/queue an entire folder
All checks were successful
continuous-integration/drone/push Build is passing
Fixes #2
2023-05-07 01:50:06 +02:00
fcf325da52
Fix HTML encoding showing up in title
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-06 21:48:53 +02:00
4455b9013b
Fix queue clear button disappearing 2023-05-06 21:07:51 +02:00
6088dde2da
Add some more missing urlencodes 2023-05-02 11:40:18 +02:00
7b9684e4fb
URL encode paths 2023-05-02 11:04:08 +02:00
3ec9af38e0
Add language attribute to <html>
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-02 02:01:30 +02:00
b81227265c
Clamp progress bar to 100% 2023-05-02 02:00:44 +02:00
e03e48d08f
Stop progress bar when paused
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-02 01:56:48 +02:00
2298922333
Add drag-and-drop queue reordering 2023-05-02 00:39:28 +02:00
2521de291d
Add a progress bar to the now playing card
Fixes #5
2023-05-01 17:01:51 +02:00
38a47a4a10
Combine play and pause controls into one that changes depending on state
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-01 16:25:07 +02:00
6fe5107836
Allow full navigation using tab 2023-04-27 21:17:26 +02:00
25790a784d
Set a couple of title and alts 2023-04-27 20:38:15 +02:00
743283a9ec
Respect prefers-contrast: more query 2023-04-27 19:36:21 +02:00
6053b098db
Add button to clear queue 2023-04-27 16:14:46 +02:00
4513233ec1
Show album art in browser 2023-04-27 16:14:40 +02:00
f145fbf046
Vendor libraries 2023-04-27 16:14:35 +02:00
9138ce4cc9
Move style and favicon to static files 2023-04-27 16:14:31 +02:00
5d34359eb1
Fix issue where browser would show wrong directory 2023-04-27 16:14:29 +02:00
4dc3368da9
Set tab title to current song 2023-04-27 16:14:27 +02:00
21387e0834
Replace template includes with htmx hx-gets 2023-04-27 16:14:25 +02:00
ebe4cf0d01
Fix css syntax error 2023-04-27 16:14:23 +02:00
89dc500b7f
Open album art in new tab when clicking on it 2023-04-27 16:14:21 +02:00
b2ff3b60c8
Several changes:
- Add MPD_HOST and MPD_PORT environment variables
- Improve styling
- Move browser to separate template
- Reload directory on database update
2023-04-27 16:14:17 +02:00
2f0c35d6fe
Make UI flicker less 2023-04-26 21:14:14 +02:00
948231215e
Pre-cache art for queued songs 2023-04-25 18:59:59 +02:00
27c94f6b3f
Style "Nothing currently playing" text 2023-04-25 18:59:37 +02:00
dea979074a
Rename "current" to "player" 2023-04-25 18:59:14 +02:00
85e77d34cb
Migrate to SSE extension, make SSE more robust 2023-04-25 18:46:21 +02:00
e51c8991ac
Fix SSE 2023-04-25 16:44:05 +02:00
adfddfc9cf
Implement "now playing" card 2023-04-25 16:32:51 +02:00
95270543e4
That's one way to add a favicon 2023-04-25 04:15:01 +02:00
3d14b55fe4
Make breadcrumb padding consistent 2023-04-25 04:03:33 +02:00
ab7b114d14
Make directory items easier to click 2023-04-25 04:00:46 +02:00
e355dee61b
Initial commit 2023-04-25 03:34:04 +02:00