Commit graph

  • 38761395d3
    Merge pull request #652 from leshow/cleanup Ash 2021-03-09 22:29:02 +0100
  • c7c528cec1 Fix formatting johannesd3 2021-03-01 15:15:13 +0100
  • 02c6a49c79 Throttle playback johannesd3 2021-03-01 15:05:37 +0100
  • 3388508141
    use current_thread Evan Cameron 2021-02-28 22:09:46 -0500
  • 6a33eb4efa
    minor cleanup Evan Cameron 2021-02-28 21:37:22 -0500
  • 8dc1e80633 separated stream for each seek Philippe G 2021-02-27 14:59:53 -0800
  • 9d77fef008
    Merge pull request #649 from Johannesd3/tokio-migration-refactor-deps Ash 2021-02-26 10:49:10 +0100
  • 56f1fb6dae
    Merge pull request #595 from Johannesd3/const_versions Ash 2021-02-26 10:47:44 +0100
  • f22b41956f Update url crate to 2.1 johannesd3 2021-02-22 11:26:12 +0100
  • b606d8c661 Replace "extern crate"s johannesd3 2021-02-21 19:38:52 +0100
  • 18179e73ec Remove unused dependencies and fix feature flags johannesd3 2021-02-21 19:38:49 +0100
  • 59c556635e Clean up librespot-connect dependencies johannesd3 2021-02-21 19:38:44 +0100
  • d064ffc670 Use tokio channels and fix compilation errors johannesd3 2021-02-21 19:38:40 +0100
  • f9c0e26f6d Simplify code johannesd3 2021-02-13 15:38:05 +0100
  • 27f308b82f Replace error_chain by thiserror johannesd3 2021-02-13 11:53:23 +0100
  • 45f42acb82 Refactor 'find_available_alternatives' johannesd3 2021-02-22 09:58:08 +0100
  • 5aeb733ad9 Clean up dependencies in librespot-playback * Use futures-util instead of futures * Use tokio channels instead of futures channels * Removed "extern crate"s johannesd3 2021-02-22 09:55:40 +0100
  • 5c42d2e879 Clean up dependencies in librespot-audio * Remove unused deps * Use futures-util instead of futures * Replace futures channels by tokio channels * Remove unnecessary pin_project * Reordered "use" statements johannesd3 2021-02-10 23:18:13 +0100
  • b83976a8ec Remove "extern crate"s from librespot-audio johannesd3 2021-02-10 23:13:32 +0100
  • 746e6c863e Put lewton behind feature flag johannesd3 2021-02-10 23:07:59 +0100
  • a6ed6857d2 Clean up dependencies in librespot-metadata * Replaced LinearMap by HashMap * Removed unnecessary dependencies * Removed "extern crate"s johannesd3 2021-02-10 23:03:33 +0100
  • 10827bd6a8 Clean up dependencies of librespot-core * Use sub-crates of future * Remove unnecessary pin-project * Removed unused crates and features * Replace futures channels by tokio channels * Use serde's "derive" feature flag instead of serde_derive johannesd3 2021-02-10 22:54:35 +0100
  • 8cff10e983 Put apresolve behind feature flag johannesd3 2021-02-10 22:50:08 +0100
  • 9253be7bc9 Small refactor of librespot-core * Remove default impl for SessionConfig * Move util mod to single file * Restore privacy of mods * Move fn get_credentials to application * Remove extern crate statements johannesd3 2021-02-10 22:40:33 +0100
  • c0942f14e8 Restore rodiojack support Probably more simple than the previous approach which doubles the code: Instead of implementing the Open trait, we simply use custom SinkBuilder, one for the default host, and one for the "jack" host. johannesd3 2021-02-23 15:05:02 +0100
  • 678d1777fd Merge branch 'dev' into tokio_migration johannesd3 2021-02-23 14:45:01 +0100
  • 1fc5267a71 Revert "Merge pull request #548 from Lcchy/rodiojack-backend" johannesd3 2021-02-23 14:24:03 +0100
  • 4beb3d5e60 Add version string CLI parameter, set name to optional parameter, default to 'librespot' Sasha Hilton 2021-02-23 18:35:57 +0000
  • da0e913fa5
    Merge pull request #647 from Johannesd3/msrv_1.41 Sasha Hilton 2021-02-23 18:05:10 +0000
  • 58bd339e90 Restore MSRV to 1.41 Johannes Dertmann 2021-02-18 09:53:46 +0100
  • c9b3b955bd
    Merge pull request #606 from Johannesd3/tokio_connect_migration Ash 2021-02-23 09:25:34 +0100
  • e8204c970e
    Merge pull request #569 from philippe44/passthrough-v3 Sasha Hilton 2021-02-23 00:16:01 +0000
  • 19e22ef486
    Add note on issues/discussions. Sasha Hilton 2021-02-23 00:13:13 +0000
  • 34bc286d9b ogg passthrough Philippe G 2021-01-06 22:42:38 -0800
  • d8c1b491c4 Merge branch 'master' into dev Sasha Hilton 2021-02-22 00:57:45 +0000
  • d4b36b2398 Bump cargo.lock Sasha Hilton 2021-02-22 00:48:14 +0000
  • b7c3609c7b Update version numbers to 0.1.6 v0.1.6 Sasha Hilton 2021-02-22 00:37:28 +0000
  • 6407c20ea3 Merge branch 'master' into dev Sasha Hilton 2021-02-22 00:21:50 +0000
  • 2060901c1e
    Merge pull request #605 from flaktack/spirc-command-play-pause Sasha Hilton 2021-02-21 23:30:48 +0000
  • 4e1c24d98d
    Merge pull request #602 from Johannesd3/bumb_crypto_crates Sasha Hilton 2021-02-21 23:29:00 +0000
  • 91152b47d8
    Merge pull request #607 from willstott101/master Sasha Hilton 2021-02-21 23:27:25 +0000
  • 89ad7a44a6 Update Cargo.lock Will Stott 2021-02-21 19:01:31 +0000
  • 0b211f923f Stabilization of libmdns at 0.2.7 (includes fix for NetBSD) Will Stott 2021-02-21 18:54:16 +0000
  • 220061e158 Migrate application to tokio 1.0 johannesd3 2021-02-21 11:08:34 +0100
  • 007e653f3d Restore original blocking player behaviour johannesd3 2021-02-20 22:14:15 +0100
  • 1c4d57c6da Add shutdown to discovery server johannesd3 2021-02-20 21:26:52 +0100
  • 2c81aaaf4e Implement MercurySender not as sink johannesd3 2021-02-20 20:59:57 +0100
  • daf7ecd23a Migrate librespot-connect to tokio 1.0 johannesd3 2021-02-20 00:17:18 +0100
  • 7f705ed148 Merge branch 'master' into dev Sasha Hilton 2021-02-20 23:31:04 +0000
  • 91dc14794c Update Cargo.lock v0.1.5 Sasha Hilton 2021-02-20 23:23:44 +0000
  • 2c110ca256 Update version numbers to 0.1.5 Sasha Hilton 2021-02-20 23:05:56 +0000
  • 66566e0b26 remove errant live code in dry-run of publish.sh Sasha Hilton 2021-02-20 23:04:08 +0000
  • 4e0f5e46a5 Add skip-merge and dry-run options to publish script. Update Cargo.lock. Sasha Hilton 2021-02-20 22:59:35 +0000
  • a173fa7cc5 Remove depreciated error description method Sasha Hilton 2021-01-31 01:36:10 +0000
  • 7662bc5064 librespot-audio: update librespot-tremor. Érico Nogueira Rolim 2021-01-28 12:07:33 -0300
  • 392a12af92 Fix toggling in SpircCommand::PlayPause Zsombor Welker 2021-02-20 14:53:24 +0100
  • afacaea15f
    Merge pull request #601 from Johannesd3/tokio_migration Ash 2021-02-20 10:41:45 +0100
  • 959d167f16 Bump librespot-audio crate to 0.1.4 Johannes Dertmann 2021-02-18 10:34:07 +0100
  • 4c6fd1aebd Remove depreciated error description method Sasha Hilton 2021-01-31 01:36:10 +0000
  • c55f02104d librespot-audio: update librespot-tremor. Érico Nogueira Rolim 2021-01-28 12:07:33 -0300
  • c8e45ab690 Modified startup message Johannes Dertmann 2021-02-17 15:13:57 +0100
  • bce4858b9e Add semver constant, rename "build id" env var johannesd3 2021-02-13 18:43:24 +0100
  • 34733baa75 Bump crypto crates johannesd3 2021-02-13 19:10:34 +0100
  • b77f0a18ce Fix formatting johannesd3 2021-02-13 10:29:00 +0100
  • 85be0d075a Adjust documentation johannesd3 2021-02-12 20:21:07 +0100
  • 689415a6f1 Improved error handling in rodio backend johannesd3 2021-02-12 19:31:41 +0100
  • b2f1be4374 Make RodioSink Send and improve error handling johannesd3 2021-02-12 18:25:13 +0100
  • 2f05ddfbc2 Fix bugs in player johannesd3 2021-02-12 18:19:04 +0100
  • 1f40affe1f
    Merge pull request #599 from Johannesd3/tokio_migration Ash 2021-02-11 07:21:51 +0100
  • f483075b2c
    Merge pull request #548 from Lcchy/rodiojack-backend Sasha Hilton 2021-02-11 02:24:48 +0000
  • 872fab62d8 Merge branch 'dev' into tokio_migration johannesd3 2021-02-10 21:51:33 +0100
  • d662e03cfb
    Merge pull request #583 from Johannesd3/tokio_migration_proxy Ash 2021-02-10 17:51:36 +0100
  • 59f87dcb37 Amend conditional compilation to fail on unsupported systems Sasha Hilton 2021-02-10 01:44:05 +0000
  • aad4dba8a8 Merge branch 'dev' into rodiojack-backend Sasha Hilton 2021-02-10 01:07:02 +0000
  • ea8ece36d9
    Merge pull request #597 from librespot-org/config-update Sasha Hilton 2021-02-10 00:48:31 +0000
  • 0246c04987 Remove Travis CI badge, add Github workflows badge. Sasha Hilton 2021-02-10 00:28:45 +0000
  • 6d15a17df8 Bump MSRV to 1.42.0 Sasha Hilton 2021-02-10 00:25:19 +0000
  • 09e506ed66 Replace version functions by constants johannesd3 2021-02-09 19:42:56 +0100
  • 52438b1cc2 Use rodio for jackaudio backend Lcchy 2021-02-05 13:59:21 +0100
  • b72485cf46
    Merge pull request #593 from Johannesd3/fix-issue-591 Sasha Hilton 2021-02-09 13:54:47 +0000
  • 2f660f74ec Small refactor johannesd3 2021-02-09 09:15:55 +0100
  • d3495cfed4 Re-add support for Rust 1.40 johannesd3 2021-02-09 09:14:32 +0100
  • deabf1f915 Minor updates to discovery and device types Sasha Hilton 2021-02-09 03:16:40 +0000
  • a3ad8eb962 Remove Travis as CI test Sasha Hilton 2021-02-09 03:11:38 +0000
  • c21af2dfb3 add Send to get_end_of_track_future e-ru 2021-02-07 21:38:23 +0100
  • 84ba421818
    Merge pull request #566 from xou816/fix/map-auth-errors Sasha Hilton 2021-02-06 02:54:11 +0000
  • 71e9295ee8 fix: map authentication errors to a custom error type Alexandre Trendel 2021-01-18 14:30:24 +0100
  • 632894a13e
    Merge pull request #526 from marcelbuesing/align-player-events Sasha Hilton 2021-02-05 04:25:43 +0000
  • 86adb0695c
    Merge pull request #588 from librespot-org/gh-workflow-cache Sasha Hilton 2021-02-05 04:20:48 +0000
  • 24486c8c83
    Merge pull request #573 from librespot-org/album-normalisation Sasha Hilton 2021-02-05 04:19:09 +0000
  • f67ceb5f6d Small refactoring johannesd3 2021-02-02 02:19:15 +0100
  • 3446864838 Handle corrupt cache files (#591) johannesd3 2021-02-02 02:18:58 +0100
  • 4990351dba
    Merge pull request #585 from ericonr/patch-1 Sasha Hilton 2021-02-02 01:10:27 +0000
  • c13c852ba0
    Merge pull request #589 from librespot-org/alsa-dep Sasha Hilton 2021-02-02 01:09:04 +0000
  • a09845ee7d
    Merge pull request #582 from Johannesd3/refactor_cache_remove_volume Sasha Hilton 2021-02-02 01:08:07 +0000
  • efedc678d0 Handle cache full situation johannesd3 2021-01-31 10:00:02 +0100
  • 5e4e574f78 Bump alsa version in playback crate, remove duplicate dependency Sasha Hilton 2021-01-31 02:50:20 +0000
  • cbdb47751a Add note about cache directory permissions Sasha Hilton 2021-01-31 02:31:35 +0000
  • 49789f01d7 Fix incorrect lockfiles reference Sasha Hilton 2021-01-31 02:02:34 +0000
  • fb9720d3c2 Cache build dependencies in Github Workflows Sasha Hilton 2021-01-31 01:55:47 +0000