Commit graph

24 commits

Author SHA1 Message Date
5c500e0f30
Revert "Scale images before sending to the browser"
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit f095160817.
2023-05-02 15:53:28 +02:00
f095160817
Scale images before sending to the browser
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-02 15:47:41 +02:00
7b9684e4fb
URL encode paths 2023-05-02 11:04:08 +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
700a5ad1ac
Move MPD idle command to mpd.rs
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-01 16:13:08 +02:00
6dfbc433a1
Allow for setting the bind address
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-28 00:33:13 +02:00
6053b098db
Add button to clear queue 2023-04-27 16:14:46 +02:00
4843be7dc2
Remove unused template parameters in get_index 2023-04-27 16:14:33 +02:00
9138ce4cc9
Move style and favicon to static files 2023-04-27 16:14:31 +02:00
21387e0834
Replace template includes with htmx hx-gets 2023-04-27 16:14:25 +02:00
726268b005
Infer mimetype from album art buffer 2023-04-27 16:14:19 +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
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
33ab0f36a3
Format code 2023-04-25 16:44: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
96a514d3c6
Simplify mpd calls 2023-04-25 16:32:35 +02:00
a4e157dffa
Remove dbg! call in sse function 2023-04-25 04:04:46 +02:00
97a1d7e03c
Show filename for playlists too 2023-04-25 03:48:39 +02:00
e355dee61b
Initial commit 2023-04-25 03:34:04 +02:00