johannesd3
|
1c4d57c6da
|
Add shutdown to discovery server
|
2021-02-21 14:10:00 +01:00 |
|
johannesd3
|
2c81aaaf4e
|
Implement MercurySender not as sink
|
2021-02-21 14:10:00 +01:00 |
|
johannesd3
|
daf7ecd23a
|
Migrate librespot-connect to tokio 1.0
|
2021-02-21 14:09:31 +01:00 |
|
Sasha Hilton
|
7f705ed148
|
Merge branch 'master' into dev
|
2021-02-20 23:31:04 +00:00 |
|
Sasha Hilton
|
91dc14794c
|
Update Cargo.lock
|
2021-02-20 23:23:44 +00:00 |
|
Sasha Hilton
|
2c110ca256
|
Update version numbers to 0.1.5
|
2021-02-20 23:05:56 +00:00 |
|
Sasha Hilton
|
66566e0b26
|
remove errant live code in dry-run of publish.sh
|
2021-02-20 23:04:08 +00:00 |
|
Sasha Hilton
|
4e0f5e46a5
|
Add skip-merge and dry-run options to publish script. Update Cargo.lock.
|
2021-02-20 22:59:35 +00:00 |
|
Sasha Hilton
|
a173fa7cc5
|
Remove depreciated error description method
|
2021-02-20 21:55:12 +00:00 |
|
Érico Nogueira Rolim
|
7662bc5064
|
librespot-audio: update librespot-tremor.
This picks up a fix for librespot-tremor when building with Rust 1.48.
|
2021-02-20 21:54:14 +00:00 |
|
Zsombor Welker
|
392a12af92
|
Fix toggling in SpircCommand::PlayPause
Fix play/pause toggling in handle_play_pause() to correctly call handled_play()/handle_pause() based on the state.
|
2021-02-20 15:05:53 +01:00 |
|
Ash
|
afacaea15f
|
Merge pull request #601 from Johannesd3/tokio_migration
[Tokio migration] Make RodioSink Send and other improvements
|
2021-02-20 10:41:45 +01:00 |
|
Johannes Dertmann
|
c8e45ab690
|
Modified startup message
|
2021-02-17 15:13:57 +01:00 |
|
johannesd3
|
bce4858b9e
|
Add semver constant, rename "build id" env var
|
2021-02-17 15:04:16 +01:00 |
|
johannesd3
|
34733baa75
|
Bump crypto crates
|
2021-02-13 19:10:57 +01:00 |
|
johannesd3
|
b77f0a18ce
|
Fix formatting
|
2021-02-13 10:29:00 +01:00 |
|
johannesd3
|
85be0d075a
|
Adjust documentation
|
2021-02-12 20:21:07 +01:00 |
|
johannesd3
|
689415a6f1
|
Improved error handling in rodio backend
|
2021-02-12 19:34:40 +01:00 |
|
johannesd3
|
b2f1be4374
|
Make RodioSink Send and improve error handling
|
2021-02-12 19:34:28 +01:00 |
|
johannesd3
|
2f05ddfbc2
|
Fix bugs in player
|
2021-02-12 18:19:04 +01:00 |
|
Ash
|
1f40affe1f
|
Merge pull request #599 from Johannesd3/tokio_migration
Merge dev into tokio migration
|
2021-02-11 07:21:51 +01:00 |
|
Sasha Hilton
|
f483075b2c
|
Merge pull request #548 from Lcchy/rodiojack-backend
Use rodio for the jackaudio backend
|
2021-02-11 02:24:48 +00:00 |
|
johannesd3
|
872fab62d8
|
Merge branch 'dev' into tokio_migration
|
2021-02-10 21:51:33 +01:00 |
|
Ash
|
d662e03cfb
|
Merge pull request #583 from Johannesd3/tokio_migration_proxy
Proxy support in tokio migration
|
2021-02-10 17:51:36 +01:00 |
|
Sasha Hilton
|
59f87dcb37
|
Amend conditional compilation to fail on unsupported systems
|
2021-02-10 01:44:05 +00:00 |
|
Sasha Hilton
|
aad4dba8a8
|
Merge branch 'dev' into rodiojack-backend
|
2021-02-10 01:07:02 +00:00 |
|
Sasha Hilton
|
ea8ece36d9
|
Merge pull request #597 from librespot-org/config-update
Update CI MSRV, remove Travis. Minor tweaks to device discovery.
|
2021-02-10 00:48:31 +00:00 |
|
Sasha Hilton
|
0246c04987
|
Remove Travis CI badge, add Github workflows badge.
|
2021-02-10 00:28:45 +00:00 |
|
Sasha Hilton
|
6d15a17df8
|
Bump MSRV to 1.42.0
|
2021-02-10 00:25:19 +00:00 |
|
johannesd3
|
09e506ed66
|
Replace version functions by constants
|
2021-02-09 19:42:56 +01:00 |
|
Lcchy
|
52438b1cc2
|
Use rodio for jackaudio backend
|
2021-02-09 17:45:21 +01:00 |
|
Sasha Hilton
|
b72485cf46
|
Merge pull request #593 from Johannesd3/fix-issue-591
|
2021-02-09 13:54:47 +00:00 |
|
johannesd3
|
2f660f74ec
|
Small refactor
|
2021-02-09 09:15:55 +01:00 |
|
johannesd3
|
d3495cfed4
|
Re-add support for Rust 1.40
|
2021-02-09 09:14:32 +01:00 |
|
Sasha Hilton
|
deabf1f915
|
Minor updates to discovery and device types
|
2021-02-09 03:16:40 +00:00 |
|
Sasha Hilton
|
a3ad8eb962
|
Remove Travis as CI test
|
2021-02-09 03:11:38 +00:00 |
|
Sasha Hilton
|
84ba421818
|
Merge pull request #566 from xou816/fix/map-auth-errors
fix: map authentication errors to a custom error type
|
2021-02-06 02:54:11 +00:00 |
|
Alexandre Trendel
|
71e9295ee8
|
fix: map authentication errors to a custom error type
|
2021-02-05 14:26:32 +01:00 |
|
Sasha Hilton
|
632894a13e
|
Merge pull request #526 from marcelbuesing/align-player-events
Align PLAYER_EVENT naming
|
2021-02-05 04:25:43 +00:00 |
|
Sasha Hilton
|
86adb0695c
|
Merge pull request #588 from librespot-org/gh-workflow-cache
Cache build dependencies in Github Workflows
|
2021-02-05 04:20:48 +00:00 |
|
Sasha Hilton
|
24486c8c83
|
Merge pull request #573 from librespot-org/album-normalisation
Add option to choose between track or album normalisation gain
|
2021-02-05 04:19:09 +00:00 |
|
johannesd3
|
f67ceb5f6d
|
Small refactoring
|
2021-02-02 02:19:15 +01:00 |
|
johannesd3
|
3446864838
|
Handle corrupt cache files (#591)
|
2021-02-02 02:18:58 +01:00 |
|
Sasha Hilton
|
4990351dba
|
Merge pull request #585 from ericonr/patch-1
|
2021-02-02 01:10:27 +00:00 |
|
Sasha Hilton
|
c13c852ba0
|
Merge pull request #589 from librespot-org/alsa-dep
|
2021-02-02 01:09:04 +00:00 |
|
Sasha Hilton
|
a09845ee7d
|
Merge pull request #582 from Johannesd3/refactor_cache_remove_volume
|
2021-02-02 01:08:07 +00:00 |
|
johannesd3
|
efedc678d0
|
Handle cache full situation
|
2021-01-31 10:00:02 +01:00 |
|
Sasha Hilton
|
5e4e574f78
|
Bump alsa version in playback crate, remove duplicate dependency
|
2021-01-31 02:50:20 +00:00 |
|
Sasha Hilton
|
cbdb47751a
|
Add note about cache directory permissions
|
2021-01-31 02:31:35 +00:00 |
|
Sasha Hilton
|
49789f01d7
|
Fix incorrect lockfiles reference
|
2021-01-31 02:02:34 +00:00 |
|