Commit graph

126 commits

Author SHA1 Message Date
f338ab751a
Fix Windows executable name in README 2023-12-23 06:18:36 +01:00
4119956810
Run rustfmt 2023-12-23 06:16:59 +01:00
ef43275561
Reuse the same mpd connection 2023-12-23 06:16:50 +01:00
b8416b29dd
Split routes up into smaller modules 2023-07-13 00:37:36 +02:00
3900a5c5c0
Update dependencies 2023-07-13 00:37:30 +02:00
c2fbf6c916
Bump version to 0.2.0 2023-06-25 18:46:07 +02:00
c6c61570e9
Bump version to 0.2.0-pre1
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-16 02:13:54 +02:00
43139b2b4b
Update dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-16 02:04:59 +02:00
dae598e15c
Use raw strings for mpd commands
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-16 02:03:06 +02:00
9dfa38225f
Throw error when mpd returns an unexpected response 2023-05-16 02:02:21 +02:00
62651ea80b
Make Mpd::connect use Mpd::command 2023-05-16 02:01:26 +02:00
1cf1429753
Add CommandResult::new and CommandResult::new_binary methods 2023-05-16 02:00:43 +02:00
05dddfde6d
Fix error when no track is playing 2023-05-16 01:59:57 +02:00
26a3381a25
Remove dbg! calls in mpd.rs
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-14 15:52:43 +02:00
138446e040
Format and apply Clippy suggestions 2023-05-14 15:46:43 +02:00
8e7a087e41
Move split_properties to CommandResult
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-14 15:40:51 +02:00
41a06eb9d1
Update dependencies
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-14 15:33:42 +02:00
039509a08d
Replace mpdrs with own implementation
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-14 15:31:16 +02:00
751d19f4f3
Call readpicture when albumart doesnt return art
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-13 14:53:12 +02:00
5e1faf887e
Add albumart and readpicture commands to Mpd 2023-05-13 14:52:49 +02:00
3b018da07e
Fix URL encoding showing up in title 2023-05-13 14:51:22 +02:00
cac047d121
Add current Empede version as HTML comment
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-13 14:21:55 +02:00
1fb778da54
Use latest Rust in Dockerfile 2023-05-10 14:57:40 +02:00
12baf4095b
Bump version to 0.1.13 2023-05-10 14:57:39 +02:00
e2ed3dc55b
Fix CSS getting messed up 2023-05-10 14:57:38 +02:00
307bbd804b
Bump version to 0.1.12 2023-05-10 14:57:23 +02:00
95b722c606
Create dependabot.yml 2023-05-10 14:56:42 +02:00
657b7245f4
Update libc from v0.2.143 to v0.2.144
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-08 16:36:06 +02:00
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
68a00bfe80
Replace all pub(crate)s with pubs 2023-05-08 11:38:07 +02:00
f610171d7d
Only show filename for untagged songs
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-07 04:06:21 +02:00
4eab50d8cc
Update screenshot for v0.1.11
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-07 03:11:48 +02:00
f7a63f7120
Bump version to 0.1.11
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-07 02:57:11 +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
7a1adb37b2
Get rid of GitHub Actions
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-06 23:14:00 +02:00
be5cab22fd
Update lockfile
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-06 23:12:52 +02:00
68b05c85e7
Version bump
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-06 21:53:17 +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
88b9378678
Add Nix flake 2023-05-06 21:41:34 +02:00
7ecde917f9
Update dependencies 2023-05-06 21:27:48 +02:00
ef46017ed8
Add support for an MPD password
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-06 21:10:57 +02:00
4455b9013b
Fix queue clear button disappearing 2023-05-06 21:07:51 +02:00
66d263bc5f
Make README badges clickable
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-03 15:26:09 +02:00
ee6f27f692
Add repo to Cargo.toml 2023-05-03 15:25:44 +02:00
0a1fb9a457
Slightly reduce padding for directories 2023-05-03 12:00:16 +02:00
6c3719222c
Enable caching in CI
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-03 00:42:09 +02:00
da8793f3f5
Check rustfmt and clippy in CI
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-03 00:25:42 +02:00