Commit graph

478 commits

Author SHA1 Message Date
eab11095c8 notify mpris on playback status change 2024-11-19 20:58:23 +01:00
4c90d0f10e fix mpris voluem change notif 2024-11-19 20:27:19 +01:00
5032b9d3a2 move image decoding to blocking task 2024-11-19 19:21:24 +01:00
79f0e3d978 document that 2024-11-19 18:59:22 +01:00
cc35e1f5be don't return useless error 2024-11-19 18:55:22 +01:00
7cdbee487c
img 2024-11-19 18:38:20 +01:00
68e154aa08
fix crash when future cancelled 2024-11-19 18:25:27 +01:00
4a5b4c055f
fix volume alignment based on song title 2024-11-19 18:25:16 +01:00
b4e84d2fa6
x 2024-11-19 18:25:11 +01:00
3fcb88c056
yeah
closes #9
2024-11-19 14:04:42 +01:00
a72db0880b
bad debug print 2024-11-19 14:01:39 +01:00
c7c844f2f0
add back image fetch failure handling
idiot api gives 200 json
2024-11-19 13:57:27 +01:00
4e078a857a
use rust loaders and refactor http fetch 2024-11-19 13:21:17 +01:00
f7033ffb5d
clippy 2024-11-19 13:20:38 +01:00
6f925f9922
dead code 2024-11-19 12:48:37 +01:00
b036fb877a
idk 2024-11-19 10:04:47 +01:00
0a8080ae6f
order 2024-11-18 22:02:11 +01:00
8c455eeae8 shut 2024-11-18 21:47:00 +01:00
0dae3a9f27 more wip 2024-11-18 21:27:21 +01:00
23cd75e4eb
cache http requests 2024-11-18 20:03:01 +01:00
ac496061cc
https 2024-11-18 18:15:48 +01:00
608a47aa5d
implement set_volume 2024-11-18 17:58:13 +01:00
48c587ec65
log cover arts 2024-11-18 17:57:57 +01:00
d722e4d105
some tgts 2024-11-18 16:54:19 +01:00
cda570f558
enable gzip responses 2024-11-18 16:54:19 +01:00
0a33760d72
prefix logname 2024-11-18 16:05:00 +01:00
b20793635e
tokio thread name 2024-11-17 11:57:35 +01:00
c15bcbd1c3 wip carousel 2024-11-17 11:26:40 +01:00
932471218a some mpris work 2024-11-16 14:42:39 +01:00
1757e64961 make sure playbar center is centered 2024-11-16 14:42:39 +01:00
ad675baa74
heart icon leftover 2024-11-16 14:35:36 +01:00
e5d47e1dc4
todone 2024-11-16 14:29:28 +01:00
6f6fcc5a23 clear playing cover art when shuffling 2024-11-16 14:19:38 +01:00
bedb98933f
enable heartge 2024-11-16 14:14:25 +01:00
0f83e411fc
more opaque 2024-11-16 13:38:59 +01:00
39b7844b8a
better fave icon 2024-11-16 13:34:06 +01:00
729b9ac5f7
clippen 2024-11-16 12:51:31 +01:00
2362ca4e7a
log http requests that go via send 2024-11-16 12:46:39 +01:00
ee532e5abb
spam less 2024-11-16 12:46:39 +01:00
58c2251b50
loldate 2024-11-16 12:45:09 +01:00
36f9f5f506
reorder imports for no reason 2024-11-16 12:45:09 +01:00
850450fdb4 only load thumbnails on play queue song bound 2024-11-16 11:53:21 +01:00
d50cc74698 cooler seekbar gradient (?) 2024-11-16 11:28:40 +01:00
e9726d58b6 no warn 2024-11-16 10:16:14 +01:00
d5f140b95c gradientes 2024-11-16 10:15:45 +01:00
32576dce87 color seek bar with color of cover art 2024-11-16 10:04:21 +01:00
a24b190edc box shadow 2024-11-16 09:57:14 +01:00
dac78ffd2a move the main gradient somewhere else 2024-11-16 09:42:48 +01:00
a3d3831834 relative seke 2024-11-16 09:18:42 +01:00
c00653829a only apply new semaphore to thumbnails
otherwise it blocks every other api query, including the large cover
art, since the tokio semaphore is fair
2024-11-15 21:48:41 +01:00