Commit graph

  • 2465b0f57f Refactor the discovery module to remove usage of deprecated functions Thomas Bächler 2018-01-21 23:35:50 +0100
  • d36017d6f0 Remove usage of deprecated tokio_core::io Thomas Bächler 2018-01-21 21:52:31 +0100
  • 630de8c0a9 Use futures::sync::mpsc::UnboundedSender::unbounded_send() instead of the deprecated send() Thomas Bächler 2018-01-21 20:38:30 +0100
  • 5237203899 Remove usage of deprecated BoxFuture, BoxStream and BoxSink Thomas Bächler 2018-01-21 20:29:31 +0100
  • 0bdf9aa080 Update all dependencies Thomas Bächler 2018-01-21 20:02:01 +0100
  • 644355269e Use futures::sync::oneshot::Sender::send() instead of the deprecated complete() Thomas Bächler 2018-01-21 19:51:48 +0100
  • 38f18e3adb warn on clipping herrernst 2018-01-25 21:12:18 +0100
  • f966440f98
    Updated links and Travis badge Colm 2018-01-25 01:34:56 +0000
  • b819f632cf
    Update README.md Colm 2018-01-23 19:32:29 +0000
  • 977664f5fe
    Update README.md Colm 2018-01-23 19:31:49 +0000
  • 838523d49d
    Update README.md Colm 2018-01-23 19:31:27 +0000
  • 1442e9a1a1
    Update README.md Colm 2018-01-23 19:30:28 +0000
  • 608e8249a2
    Update README.md Colm 2018-01-23 00:25:58 +0000
  • a1a3a2e772 core: Remove an unneeded use warning Thomas Bächler 2018-01-21 19:47:25 +0100
  • 2eabb930e0 log other gain info herrernst 2017-12-09 00:34:12 +0100
  • b6a38780df
    Changed requirements see #3 Colm 2018-01-08 20:50:20 +0000
  • 5a71777a31
    Update README.md Colm 2017-12-19 21:55:19 +0000
  • 104dd61e6b
    Update README.md Colm 2017-12-19 21:53:58 +0000
  • 5302bd1072
    Merge pull request #6 from brain0/work Colm 2017-12-19 21:46:22 +0000
  • 95ef34654b
    Merge pull request #5 from fossedihelm/master Colm 2017-12-19 21:41:15 +0000
  • 4cda8affcd Handle audio sink errors in the player Thomas Bächler 2017-11-29 00:18:12 +0100
  • f250179fed Join the player thread when the player is dropped Thomas Bächler 2017-11-28 00:35:04 +0100
  • f5d8019c18 Add proper error handling to the pulseaudio backend and ensure that no invalid pointers are passed to pulseaudio Thomas Bächler 2017-11-27 20:01:30 +0100
  • 35ec580eac Disable the "variable does not need to be mutable" compiler warning in generated code Thomas Bächler 2017-12-17 14:29:58 +0100
  • f5989f4362 enable normalization only if flag is passed herrernst 2017-12-08 23:58:49 +0100
  • 0817b08507 apply pre-computed track gain from Spotify's proprietary ogg header herrernst 2017-12-08 00:57:45 +0100
  • de2b4cc8e3 added comments and edited README fossedihelm 2017-12-07 11:36:26 +0100
  • 94e4cd853a merge ColmOnline changes fossedihelm 2017-12-07 10:04:43 +0100
  • ac39da6c97 check if argument of initial-value is in the [0,100 range fossedihelm 2017-12-06 15:22:28 +0100
  • 1dc99e3a15 check if argument of initial-value is a number fossedihelm 2017-12-06 14:47:46 +0100
  • 8313da522b --initial-volume as parameter fossedihelm 2017-12-06 14:37:34 +0100
  • 9e51977885
    reset volume to 50% Federico Fossemò 2017-12-04 12:16:41 +0100
  • c8a2190e9e
    default volume to 20% (my config) Federico Fossemò 2017-12-04 11:37:36 +0100
  • 20fc764916
    default volume to 50% Federico Fossemò 2017-12-03 18:06:24 +0100
  • 7f523c05b0 Merge 1739ca0957 into 5141f434b5 Colm 2017-11-23 11:20:30 +0000
  • 1739ca0957 Removed tag from branch readme ComlOnline 2017-11-23 11:20:24 +0000
  • 5141f434b5 Add travis ci tag ComlOnline 2017-11-23 11:19:47 +0000
  • 2c0f77e1dd Add build tag ComlOnline 2017-11-23 11:17:18 +0000
  • d2c5798324 Chnage for travis ComlOnline 2017-11-23 00:15:35 +0000
  • 2a215278ef Edit to puch for travis ComlOnline 2017-11-23 00:14:29 +0000
  • 97c0f06ae0 Added username and password to reqired ComlOnline 2017-11-20 00:59:52 +0000
  • 80493d8bbe README Upadte ComlOnline 2017-11-20 00:55:34 +0000
  • 2bff5d0f21
    Merge pull request #2 from kingosticks/master ComlOnline 2017-11-18 23:29:58 +0000
  • 74964d8087
    Merge pull request #1 from ipha/pulseaudio_stop_sink ComlOnline 2017-11-18 23:26:16 +0000
  • 628df27292 Support for enabling shuffle. Nick Steel 2017-11-03 01:15:27 +0000
  • 5581289351 Added repeat support nsteel 2017-10-27 18:45:02 +0100
  • adeb22b2f3 add support for jack audio connection kit loblik 2017-10-05 20:41:02 +0200
  • 8971d3aa68 Add note to README about Spotify Premium (#259) Elad Nava 2017-10-05 15:54:24 +0300
  • 1e652b1a7e typo Paul Liétar 2017-10-03 23:26:56 +0200
  • 171be66fd9 bye bye librespot Paul Liétar 2017-10-03 22:53:51 +0200
  • e109de2001 fix protobuf checksum (#257) Jakob 2017-10-02 07:04:16 +0200
  • 030b318a9c fix crash for artists without tracks (closes #103) (#256) Jakob 2017-10-01 04:15:19 +0200
  • 696aec33e9 Add album type 'EP' (#255) Jakob 2017-10-01 00:51:05 +0200
  • ddfc28f99f Increase required Rust version to 1.17.0. Paul Lietar 2017-08-04 05:01:20 +0100
  • 3a18d1f91d Update Cargo.lock, use hyper, libpulse-sys and lewton from crates.io. Paul Lietar 2017-08-03 21:30:01 +0100
  • d1447d2bfb Add support for lewton as an Vorbis decoder. Paul Lietar 2017-08-03 21:22:08 +0100
  • ec8f80df75 Create new librespot-audio crate Paul Lietar 2017-08-03 20:37:04 +0100
  • 2846d3acfd Fix the play example Paul Lietar 2017-08-03 20:11:30 +0100
  • a51b562487 Create new librespot-metadata crate Paul Lietar 2017-08-03 20:10:48 +0100
  • bf60f6e7ab Create new librespot-core crate Paul Lietar 2017-08-03 19:58:44 +0100
  • d59f3eff81 Remove AudioFileManager and MetadataManager since they are stateless. Paul Lietar 2017-05-16 01:04:10 +0100
  • 72070b6ce0 Allow device type to be chosen. Paul Lietar 2017-08-03 19:31:15 +0100
  • 910974e5e2 Change system_information_string according to request from Spotify (#218) Fabian Zaremba 2017-07-17 14:31:06 +0200
  • aa86ebf549 Add two new file formats to enumeration Paul Lietar 2017-07-09 20:01:14 +0200
  • 67deb07250 Add --disable-audio-cache startup parameter (#204) michaelherger 2017-06-30 08:43:11 +0200
  • c070f6b0db Rust-Crypto fix for Intel "Westmere" CPU's (#208) Shane 2017-06-29 22:45:53 +0800
  • 2259188f19 Add note to README that the armhf build won't work on RPi1/Zero (#199) herrernst 2017-06-14 00:14:21 +0200
  • d09f469aad Merge pull request #189 from jsopenrb/patch-1 Paul Liétar 2017-06-10 21:13:07 +0100
  • d01b7a4736 Add aarch64 as a cross-compilation target (#194) Anton Voyl 2017-06-08 13:31:06 +0200
  • 39012ba05e Note incompatibility of homebrew rust (#192) Sasha Hilton 2017-06-05 19:06:50 +0100
  • 29d5f794d6 Make Librespot Connect Again ! Paul Lietar 2017-06-04 08:56:31 +0100
  • 96c199e95a Update metadata.rs Evgeny S 2017-06-03 22:30:04 +0300
  • 8bd9174370 Update metadata.rs Evgeny S 2017-06-03 19:55:30 +0300
  • 4a17a15a82 Fix #173 (a track cannot be played with librespot) Evgeny S 2017-06-01 13:04:22 +0300
  • 6f24e3b731 Add support for new mercury subscription protocol. Paul Lietar 2017-05-15 23:47:34 +0100
  • 7c237c77df Change Connect mercury URL Paul Lietar 2017-05-15 21:55:49 +0100
  • ba51b8f236 Add more mercury debug Paul Lietar 2017-05-15 21:54:28 +0100
  • 28232b5a52 Add keymaster API Paul Lietar 2017-05-10 16:26:48 +0100
  • 7ae919b1f7 Skip song if it fails to load Paul Lietar 2017-04-29 15:18:16 +0100
  • 30bdcafb7e Merge pull request #180 from Fulkerson/master Paul Liétar 2017-04-29 13:23:13 +0100
  • ded43122a2 Allow deprecated items. Paul Lietar 2017-04-29 12:56:15 +0100
  • e60cdeafca hyper::Url -> hyper::Uri, portaudio -> portaudio-rs Johan Anderholm 2017-04-29 12:41:48 +0200
  • 294a7821d6 Add simple playback example. Paul Lietar 2017-04-28 23:24:55 +0100
  • d95c0b3fcd Update protocol files. Paul Lietar 2017-04-13 14:33:28 +0200
  • d551d194d3 Fix typo in README Paul Liétar 2017-03-30 20:15:54 +0100
  • 42c034f2b7 Add note to README about me being busy Paul Liétar 2017-03-30 20:09:26 +0100
  • b015bb8360 Merge pull request #157 from joerg-krause/spirc-add-commands Paul Liétar 2017-03-27 10:32:22 +0100
  • 14da5c8f17 spirc: add more commands Jörg Krause 2017-02-23 12:05:32 +0100
  • 3b6a85e83d Merge pull request #168 from herrernst/travis-rustup-rs Paul Liétar 2017-03-26 12:48:47 +0100
  • 1f2b37a600 use rustup.rs for travis herrernst 2017-03-26 13:24:48 +0200
  • eb49ff34f1 Merge pull request #159 from Fulkerson/master Paul Liétar 2017-03-06 14:43:16 +0000
  • 6daedde0e9 Add mipsel as a cross-compilation target. Johan Anderholm 2017-03-05 02:03:56 -0800
  • 6a0657fec6 Fix compiling error Paul Lietar 2017-02-22 15:32:18 +0000
  • be6fff8cce README: Update minimum rust version Paul Lietar 2017-02-22 15:30:59 +0000
  • 9b781f74b3 Update Dockerfile and README to not use syntex anymore Paul Lietar 2017-02-22 15:02:36 +0000
  • a4ad1e7757 Add git to the Dockerfile Paul Lietar 2017-02-22 14:51:51 +0000
  • 188958710f Download shannon dependency from crates.io Paul Lietar 2017-02-22 14:48:41 +0000
  • b8e4febb8e main: Fix cache setup Paul Lietar 2017-02-22 14:28:09 +0000
  • 541114e2b4 build: only rerun syntex when relevant files have changed Paul Lietar 2017-02-22 14:27:54 +0000
  • d940ed161a Allow switching user accounts at runtime Paul Lietar 2017-02-22 04:17:04 +0000