AI User
6eb5a87b15
Update all dependencies to current versions
...
- tonic 0.9 -> 0.14 (tonic-prost/tonic-prost-build split), prost 0.14
- ratatui 0.20 -> 0.30 (Frame no longer generic, Line instead of Spans),
crossterm 0.29
- rodio 0.17 -> 0.22: replace the custom symphonia decoder with rodio's
built-in decoder, seeking (try_seek) and position tracking (get_pos);
end-of-stream is now signalled via an EmptyCallback source with a
generation counter so a replaced track can never emit a stale EOS
- replace the vendored stream-download crate with the published
stream-download 0.24 (rustls), with a 30s open timeout
- reqwest 0.12->0.13 (rustls/webpki-roots/query features), base64 0.22
Engine API, rand 0.10, flume 0.12, thiserror 2, dirs 6, toml 1
- unify everything under [workspace.dependencies]; drop unused deps
(once_cell, serde_json in server; confique, secrecy in tidaldy)
- devenv: add protobuf (protoc) for prost-build
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-19 21:41:10 +02:00
AI User
91716daf84
Add devenv-based dev environment and README
...
Adds devenv.nix (with alsa-lib and pkg-config for rodio/cpal builds),
rust-toolchain.toml pinning stable, and updated .gitignore.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-19 21:29:23 +02:00
chmanie
a1987869c2
Styling fixes
CI checks / stable / fmt (push) Has been cancelled
Details
2023-10-08 23:48:49 +02:00
Hans Mündelein
d6406d1e09
Add users artists album support
CI checks / stable / fmt (push) Successful in 4s
Details
CI release / stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu) (push) Successful in 14m15s
Details
CI release / stable / cross-${{ matrix.target }} (x86_64-unknown-linux-gnu) (push) Successful in 20m49s
Details
CI release / stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf) (push) Successful in 22m2s
Details
2023-06-17 13:16:19 +02:00
Hans Mündelein
24e968ac08
Start playing when adding to an empty queue
CI checks / stable / fmt (push) Successful in 3s
Details
CI release / stable / cross-${{ matrix.target }} (x86_64-unknown-linux-gnu) (push) Successful in 5m52s
Details
CI release / stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu) (push) Successful in 7m41s
Details
CI release / stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf) (push) Successful in 7m40s
Details
2023-06-14 11:49:27 +02:00
Hans Mündelein
a4303b9b70
Change tidal track duration to milliseconds
CI checks / stable / fmt (push) Successful in 3s
Details
2023-06-14 11:31:15 +02:00
Hans Mündelein
efc36e88f8
Don't error on failing broadcast channel send
CI checks / stable / fmt (push) Successful in 3s
Details
2023-06-14 11:21:33 +02:00
Hans Mündelein
6db11131c0
Fix incorrect offset when turning off shuffle
CI checks / stable / fmt (push) Successful in 4s
Details
2023-06-14 11:15:42 +02:00
Hans Mündelein
f8a77ee6ed
Stop playing if last track is removed
CI checks / stable / fmt (push) Successful in 3s
Details
2023-06-14 10:59:05 +02:00
Hans Mündelein
97ebb44ca5
Fix panic on next on empty queue
CI checks / stable / fmt (push) Successful in 3s
Details
2023-06-14 10:51:29 +02:00
Hans Mündelein
dfd2e0af92
Fix incorrect position update on queue and insert
CI checks / stable / fmt (push) Successful in 4s
Details
2023-06-14 10:44:26 +02:00
Hans Mündelein
5c50544523
Unnwrap server code
CI checks / stable / fmt (push) Successful in 4s
Details
2023-06-14 09:57:26 +02:00
chmanie
73cc79d776
Clean up a bit
CI checks / stable / fmt (push) Successful in 4s
Details
2023-06-13 10:12:26 +02:00
chmanie
a7c2fe391b
Try tag filtering again
CI release / stable / cross-${{ matrix.target }} (x86_64-unknown-linux-gnu) (push) Successful in 4m52s
Details
CI release / stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu) (push) Successful in 6m7s
Details
CI release / stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf) (push) Successful in 7m5s
Details
2023-06-13 10:00:16 +02:00
chmanie
2f89886e5d
Show album and release date
stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu)
Details
stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf)
Details
stable / cross-${{ matrix.target }} (x86_64-unknown-linux-gnu)
Details
2023-06-13 00:59:54 +02:00
chmanie
4b34fa7233
Add key command to select currently playing track
stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu)
Details
stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf)
Details
stable / cross-${{ matrix.target }} (x86_64-unknown-linux-gnu)
Details
2023-06-13 00:17:56 +02:00
Hans Mündelein
902c0b903f
Replace some unwraps with more error logging
stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu)
Details
stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf)
Details
stable / cross-${{ matrix.target }} (x86_64-unknown-linux-gnu)
Details
2023-06-12 22:34:39 +02:00
Hans Mündelein
5d1a62c630
Add exclude current clearing for the server
stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu)
Details
stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf)
Details
stable / cross-${{ matrix.target }} (x86_64-unknown-linux-gnu)
Details
2023-06-12 22:18:34 +02:00
chmanie
02f47d682b
Implement clear queue in tui
stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu)
Details
stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf)
Details
stable / cross-${{ matrix.target }} (x86_64-unknown-linux-gnu)
Details
2023-06-12 22:07:41 +02:00
chmanie
6ac13a710c
Fail release workflow if not in tags
stable / cross-${{ matrix.target }} (x86_64-unknown-linux-gnu)
Details
stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf)
Details
stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu)
Details
2023-06-12 21:48:09 +02:00
Hans Mündelein
18671683ff
Add clear queue to server
stable / cross-${{ matrix.target }} (x86_64-unknown-linux-gnu)
Details
stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf)
Details
stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu)
Details
2023-06-12 20:49:37 +02:00
chmanie
e71398d243
Add proto definition for ClearQueue
stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu)
Details
stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf)
Details
stable / cross-${{ matrix.target }} (x86_64-unknown-linux-gnu)
Details
2023-06-12 20:23:22 +02:00
chmanie
a8ef5545c1
Use chmanie/release-action
stable / cross-${{ matrix.target }} (x86_64-unknown-linux-gnu)
Details
stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu)
Details
stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf)
Details
2023-06-12 20:08:18 +02:00
chmanie
0723ad4914
Generate x86_64 target
stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu)
Details
stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf)
Details
stable / cross-${{ matrix.target }} (x86_64-unknown-linux-gnu)
Details
2023-06-12 18:21:58 +02:00
chmanie
17a0e8606e
Try to add release files
stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf)
Details
stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu)
Details
2023-06-12 18:06:00 +02:00
chmanie
717c5c54a5
Add rust cache action
stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu)
Details
stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf)
Details
2023-06-12 15:15:55 +02:00
chmanie
fe7fd3c63b
Add release workflow
stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf)
Details
stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu)
Details
2023-06-12 14:47:24 +02:00
chmanie
a8bb7018b5
Adjust build image tag
stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu)
Details
stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf)
Details
2023-06-12 14:13:00 +02:00
chmanie
79ac68479e
Remove unused import statements
ubuntu / stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu)
Details
ubuntu / stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf)
Details
2023-06-12 13:03:24 +02:00
Hans Mündelein
0c66165598
Try fixing docker ci build
ubuntu / stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf)
Details
ubuntu / stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu)
Details
2023-06-12 10:41:13 +02:00
Hans Mündelein
3cff753275
Add cross compile release flow
ubuntu / stable / cross-${{ matrix.target }} (aarch64-unknown-linux-gnu)
Details
ubuntu / stable / cross-${{ matrix.target }} (armv7-unknown-linux-gnueabihf)
Details
2023-06-12 09:38:19 +02:00
Hans Mündelein
d535476d62
Add forgotten files to git
2023-06-12 09:20:57 +02:00
chmanie
2e167e6714
Add simple gitea runner demo
2023-06-11 20:20:37 +02:00
chmanie
7f48bca5df
Split up cbd-tui into components
2023-06-11 20:06:06 +02:00
Hans Mündelein
f1db89ca99
Add experimental gitea actions
ubuntu / stable / feature-powerset
Details
ubuntu / stable / minimal-versions
Details
ubuntu / ${{ matrix.toolchain }} / clippy (beta)
Details
ubuntu / ${{ matrix.toolchain }} / clippy (nightly)
Details
ubuntu / ${{ matrix.toolchain }} (beta)
Details
ubuntu / ${{ matrix.toolchain }} (stable)
Details
ubuntu / nightly / unused deps
Details
ubuntu / ${{ matrix.toolchain }} / clippy (stable)
Details
${{ matrix.os }} / stable (windows-latest)
Details
${{ matrix.os }} / stable (macos-latest)
Details
2023-06-11 18:30:26 +02:00
Hans Mündelein
e3cb2e3ad4
Add cross compiling capabilities
2023-06-11 13:39:05 +02:00
chmanie
d970e372af
TUI: Add config file and argument parsing w/ clap
2023-06-11 01:02:14 +02:00
chmanie
a65ad793dc
Implement shuffle, repeat and their indicators
2023-06-10 13:01:29 +02:00
Hans Mündelein
ef22a84021
Fix toggle shuffle bug
2023-06-10 11:06:42 +02:00
chmanie
773cb511e0
Implement multi track queue, replace, append, insert
2023-06-09 18:47:27 +02:00
Hans Mündelein
06c02ac75c
Fix resume on delte current and queue on empty
2023-06-09 18:44:42 +02:00
Hans Mündelein
258d45a29e
Add quable flag to library children
2023-06-09 17:13:49 +02:00
chmanie
25e2e3ff83
Add is_queable prop to LibraryNodeChild
2023-06-09 17:08:44 +02:00
Hans Mündelein
4b1546d91f
Send quue modifier updates
2023-06-09 16:55:25 +02:00
chmanie
3b84583e5c
Move shuffle and repeat to QueueModifiers
2023-06-09 16:43:20 +02:00
Hans Mündelein
f286454b47
Adjust server to pluralized uuids
2023-06-09 16:31:59 +02:00
chmanie
7f63a50ced
Pluralize arrays in protobuf
2023-06-09 16:30:07 +02:00
Hans Mündelein
9be9039a05
Add shuffle and repeat for server
2023-06-09 16:02:35 +02:00
chmanie
191ed4eed2
Always send prev and next
2023-06-09 15:05:39 +02:00
chmanie
ef6249d9d7
Improve completion widget
2023-06-09 15:05:17 +02:00