• Joined on 2023-03-27
hans pushed tag v0.1.0-dev.3 to clusterfuck/crabidy 2023-06-15 15:56:39 +02:00
hans opened issue clusterfuck/crabidy#25 2023-06-15 10:22:00 +02:00
Make server settings configurable
hans commented on issue clusterfuck/crabidy#13 2023-06-14 14:33:05 +02:00
When queueing or appending (or inserting) tracks to empty playlist it should start playing

Server can do it, just noted that the UI can't

hans commented on issue clusterfuck/crabidy#13 2023-06-14 11:50:49 +02:00
When queueing or appending (or inserting) tracks to empty playlist it should start playing

Fixed in 24e968ac08

@chris inserting into an empty queu does not work in the current queue, since you can't…

hans closed issue clusterfuck/crabidy#13 2023-06-14 11:50:49 +02:00
When queueing or appending (or inserting) tracks to empty playlist it should start playing
hans pushed to main at clusterfuck/crabidy 2023-06-14 11:49:48 +02:00
24e968ac08 Start playing when adding to an empty queue
hans commented on issue clusterfuck/crabidy#6 2023-06-14 11:32:12 +02:00
Track duration vs Track position

Should be fixed in a4303b9b70 The seconds coming from tidal are now multiplied by 1000

hans closed issue clusterfuck/crabidy#6 2023-06-14 11:32:12 +02:00
Track duration vs Track position
hans pushed to main at clusterfuck/crabidy 2023-06-14 11:31:35 +02:00
a4303b9b70 Change tidal track duration to milliseconds
hans commented on issue clusterfuck/crabidy#21 2023-06-14 11:28:34 +02:00
Panic after appending and then going back (CTRL + P)

rangemap seems to be part of the audio player, I increased some logs while getting the stream urls

❯ cargo why rangemap
audio-player -> stream-download -> rangemap
stream-download…
hans commented on issue clusterfuck/crabidy#7 2023-06-14 11:26:18 +02:00
Terrible stream of SendErrors when TUI client leaves

should be fixed in efc36e88f8 and only logs at trace level

hans closed issue clusterfuck/crabidy#7 2023-06-14 11:26:18 +02:00
Terrible stream of SendErrors when TUI client leaves
hans closed issue clusterfuck/crabidy#12 2023-06-14 11:25:28 +02:00
When deleting a track while paused, do not play the next track
hans closed issue clusterfuck/crabidy#18 2023-06-14 11:25:11 +02:00
Panic when trying to play from queue (Enter)
hans pushed to main at clusterfuck/crabidy 2023-06-14 11:21:46 +02:00
efc36e88f8 Don't error on failing broadcast channel send
hans pushed to main at clusterfuck/crabidy 2023-06-14 11:19:30 +02:00
e147f90168 Don't error on failing broadcast channel send
hans pushed to main at clusterfuck/crabidy 2023-06-14 11:16:05 +02:00
6db11131c0 Fix incorrect offset when turning off shuffle
hans opened issue clusterfuck/crabidy#24 2023-06-14 11:08:05 +02:00
Tracing is mixing up it's spans