Commit graph

1115 commits

Author SHA1 Message Date
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 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
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
Sasha Hilton fb9720d3c2 Cache build dependencies in Github Workflows 2021-01-31 01:55:47 +00:00
Sasha Hilton 4a97108c8c Update librespot-tremor Cargo.lock dependency 2021-01-31 01:38:56 +00:00
Sasha Hilton ccde0c8dcb Merge branch 'dev' into patch-1
Merge latest changes from dev
2021-01-31 01:37:11 +00:00
Sasha Hilton 9ad68dfb76 Remove depreciated error description method 2021-01-31 01:36:10 +00:00
Sasha Hilton 8c50ef9608
Merge pull request #586 from Johannesd3/bump-lewton
Bump lewton to 0.10
2021-01-30 21:06:22 +00:00
Sasha Hilton 89eaa392a9
Merge pull request #587 from Johannesd3/refactor-spotify-id
Refactor SpotifyId
2021-01-30 21:03:08 +00:00
johannesd3 bb44b99c92 Use proxytunnel in apresolve
Implementing the tower_service::Service trait for a newly created
ProxyTunnel struct, so it can be used as connector in hyper.
2021-01-30 14:45:31 +01:00
johannesd3 c1d62d72a7 Fixed ProxyTunnel 2021-01-30 14:03:34 +01:00
johannesd3 a45fe85c27 Enable logging in test 2021-01-30 13:53:44 +01:00
Sasha Hilton 318c499dc5 Change opt message to reflect default selection accurately. 2021-01-30 02:31:16 +00:00
johannesd3 e582f0a3fc Improved SpotifyId implementation
Moved conversion of SpotifyAudioType from and to &str directly to traits
Used a simpler and more idiomatic syntax in some places.
2021-01-29 11:50:50 +01:00
Michał Chojnacki 6b09836117 Refactor SpotifyId
- perf:
  * base62 encoding is an order of magnitude faster (~20x);
  * base16/62 enc/dec and from_uri are several times faster (~2-20x);
  * Let FileId::to_base16() reuse the hex encoder (~20x);

- changes:
  * Add to_uri() method;
  * Make from_uri() error handling consistent;
  * Move audio type from string matching to a SpotifyAudioType factory (private);
  * Implent From/Into<&str> for SpotifyAudioType;
  * Add representation sizes as associated constants (private);

- cs/docs:
  * Add rudimentary docs for most public funcs;
  * Add trivial test cases for the codecs;
2021-01-29 11:33:31 +01:00
johannesd3 78614c9d7a Bump lewton to 0.10 2021-01-29 11:25:09 +01:00
Johannesd3 ed20f357dc
Fix playback in pulseaudio backend (#577)
* Fix playback in pulseaudio backend

* Add comment regarding safety
2021-01-29 02:01:38 +00:00
Érico Nogueira Rolim d010cb7999
librespot-audio: update librespot-tremor.
This picks up a fix for librespot-tremor when building with Rust 1.48.
2021-01-28 12:07:33 -03:00
Ash aa90278ab6
Merge pull request #581 from ashthespy/tokio_migration
Tokio migration
2021-01-26 19:56:27 +01:00
johannesd3 c97fdeb3b4 Replaced .fold(0, add) by .sum() 2021-01-25 20:56:22 +01:00
johannesd3 07514c9dcc Add proxy support to apresolve 2021-01-25 20:55:49 +01:00
ashthespy 9546fb6e61 Merge branch 'futures_migration' of https://github.com/Johannesd3/librespot into tokio_migration 2021-01-25 18:35:18 +01:00
johannesd3 fd1f049572 Removed volume struct 2021-01-25 10:52:06 +01:00
johannesd3 fa5c9f7d11 Made locations in cache optional
The locations of credentials, volume and audio are now stored
in three separate Optional<PathBuf>s.
Removed the clearing of the cache if an error occurs. This might
be added again later.
2021-01-25 10:48:14 +01:00
johannesd3 14a004f84c Refactored Cache
Proper error handling, and moving the conversion between
{ credentials, volume } and file into the cache module
2021-01-25 10:47:42 +01:00
johannesd3 91d7d0422b Preparing main crate for testing 2021-01-25 09:04:47 +01:00
johannesd3 fe37186804 Make librespot_playback work 2021-01-25 09:04:33 +01:00
johannesd3 6c9d8c8d83 Replace pin_project and updated dependencies 2021-01-25 09:04:33 +01:00
johannesd3 0895f17f8a Migrated playback crate to futures 0.3 2021-01-25 09:04:33 +01:00