Commit graph

  • b34032690b Don't create directories for the audio cache if it disabled Laurent Louf 2020-08-02 10:52:09 +0200
  • bf44c8c170 Update publish.sh to rebase dev after publish. Sasha Hilton 2020-07-29 16:44:48 +0100
  • 1cd69ab028 Update Cargo.lock Sasha Hilton 2020-07-29 16:40:24 +0100
  • 45f4276d68 Update version numbers to 0.1.3 v0.1.3 Sasha Hilton 2020-07-29 16:23:41 +0100
  • 7626a70036
    Merge pull request #443 from ashthespy/maped_mixer Sasha Hilton 2020-07-29 16:21:37 +0100
  • 9e7180feb4 Use mixer's mute switch if possible ashthespy 2020-03-06 20:56:01 +0100
  • 46328810cb Make alsamixer less verbose ashthespy 2020-03-04 15:46:32 +0100
  • 527a4ccbe2 Better alsamixer volume mapping for hardware mixers ashthespy 2018-09-22 17:56:13 +0200
  • 3dfad7f788 Implement mapped volume for alsa mixer ashthespy 2018-09-17 17:28:54 +0200
  • d971eb6f25 Add an example to fetch a Spotify API token ashthespy 2020-07-28 19:20:10 +0200
  • 4886d4eed2
    Merge pull request #504 from librespot-org/build-fixes Sasha Hilton 2020-07-27 00:17:38 +0100
  • c14c254c6b Format Laurent Louf 2020-07-26 16:11:32 +0200
  • 09bebe5dd7 Fix types Laurent Louf 2020-07-25 13:51:45 +0200
  • 77cb66d9a3 Fix syntax Laurent Louf 2020-07-25 13:51:34 +0200
  • 99be49acd2 Set volume control default to log, clean up stray debugs ashthespy 2020-07-25 09:44:10 +0200
  • f0b3b2c7e8
    Refactor Volume control, allow for a fixed volume option (#447) Ash 2020-07-25 09:38:08 +0200
  • 85410655a8 Refactor Volume control, allow for a fixed volume option ashthespy 2019-06-12 15:15:00 +0000
  • 16462b34e2 Accidentally bumped protobuf version Sasha Hilton 2020-07-25 04:50:58 +0100
  • e97911e3cf Generate proto bindings in OUT_DIR, remove precompiled bindings Sasha Hilton 2020-07-25 04:43:01 +0100
  • dc99cd73c0
    Merge pull request #440 from tehcodedninja/SpotfyId-toURI Sasha Hilton 2020-07-25 03:19:44 +0100
  • 60ee4609da
    Merge pull request #456 from allquixotic/gst1.0-2020 Sasha Hilton 2020-07-25 03:18:20 +0100
  • a45695c9d3 Merge dev to current branch, fix Cargo.lock error Sasha Hilton 2020-07-25 02:52:37 +0100
  • 732bb1ce82 Merge branch 'dev' into gst1.0-2020 Sasha Hilton 2020-07-25 02:52:21 +0100
  • f075a75aee Disable audio cache when there is an error trying to create a file Laurent Louf 2020-07-25 01:20:08 +0200
  • 8fc9ebfa8c Add the option to specify the system cache for credentials and volume files and adapt Cache to use two cache directories instead of one Laurent Louf 2020-07-24 23:18:29 +0200
  • e3abb87da1 Merge branch 'master' into dev Sasha Hilton 2020-07-24 04:01:45 +0100
  • 6aac8a6912
    [ci skip] Update COMPILING.md Sasha Hilton 2020-07-24 04:00:42 +0100
  • 4a21b5cbeb Fix depreciation warnings Sasha Hilton 2020-07-24 03:32:36 +0100
  • 22ca944c77 Small tweak to console output during publishing. Sasha Hilton 2020-07-24 03:14:24 +0100
  • 4de9c92a29 Update build.rs & publish.sh with minor fixes Sasha Hilton 2020-07-24 03:11:14 +0100
  • 6eabf4a75c
    Merge pull request #449 from kaymes/blocking_sink_events Sasha Hilton 2020-07-24 03:07:38 +0100
  • 43ab7fcedb
    Merge pull request #474 from ashthespy/skip_unplayable Sasha Hilton 2020-07-24 03:05:57 +0100
  • db634cd248
    Merge pull request #493 from sniperrifle2004/alsa-backend-better-buffering Sasha Hilton 2020-07-24 03:04:54 +0100
  • cd944035de
    Merge pull request #476 from PlusMinus0/fix-utf-username Sasha Hilton 2020-07-22 17:22:33 +0100
  • e1c33422a1 Update Cargo.lock & Add notes on todo in publish.sh v0.1.2 Sasha Hilton 2020-07-22 17:10:30 +0100
  • 68949da7c2 Update version numbers to 0.1.2 Sasha Hilton 2020-07-22 16:53:52 +0100
  • 74ad7231ba Run rustfmt, rust version 1.45.0 Sasha Hilton 2020-07-22 16:35:05 +0100
  • 258db6ba42 Downgrade vorbis lib due to upstream issue Sasha Hilton 2020-07-22 16:23:44 +0100
  • f83915e212
    Issue #497 - Playing songs from android app (#501) engineergreen 2020-07-22 15:28:39 +0100
  • 4e4557da8d Update Cargo.lock and travis compiler version to 1.40.0 Sasha Hilton 2020-07-22 15:26:08 +0100
  • 72437bff66
    Bump protobuf v2.8.1 -> v~2.14.0 and fix build issues (#485) Ash 2020-07-22 12:47:25 +0200
  • dd198bdc10 move the float_cmp attribute so it still builds in rust 1.33 William R. Fraser 2020-07-18 18:12:41 -0700
  • ad30f42594 rustfmt again, with 1.45 this time William R. Fraser 2020-07-18 18:06:36 -0700
  • 5e28b0e8a6 two missed hidden lifetimes William R. Fraser 2020-07-18 18:01:24 -0700
  • 28037fc761 don't use extern crate to rename crates William R. Fraser 2020-07-18 17:58:27 -0700
  • b7f90db2c3 rustfmt William R. Fraser 2020-07-18 17:48:18 -0700
  • 1c66be91ea enforce rust 2018 idioms William R. Fraser 2020-07-18 17:21:25 -0700
  • 7297b24cf5 fix all warnings and lints William R. Fraser 2020-07-18 16:49:49 -0700
  • 9565e4392a Fix formatting Anthony Green 2020-07-10 21:17:01 +0100
  • 16b83b38c1 Issue #497 - Playing songs from android app Anthony Green 2020-07-07 16:23:20 +0100
  • 9f3a02ee8f
    Update package.metadata.deb to modern standards (#498) Åke 2020-06-22 16:36:36 +0200
  • 520546235d Update package.metadata.deb to modern standards Åke Forslund 2020-06-21 21:07:26 +0200
  • 1e5d98b8fd Actually store the period_size sniperrifle2004 2020-06-17 03:53:20 +0200
  • 82e54dfaba Rewrite buffer around the actual period size sniperrifle2004 2020-06-17 03:34:46 +0200
  • a68dfa0287 On stop write any chunk(s) left in the period buffer sniperrifle2004 2020-06-14 07:17:46 +0200
  • cbe3c98fa1 Clear buffer when the sink is stopped sniperrifle2004 2020-06-14 05:52:16 +0200
  • 64081a12bb Introduce a buffer for a full period sniperrifle2004 2020-06-14 05:20:14 +0200
  • aaef07e819 Introduce an appropriate period for the desired buffer sniperrifle2004 2020-06-14 05:16:59 +0200
  • 6c59bb7815 Fix tokio dependency in main ashthespy 2020-06-09 16:55:26 +0200
  • eee8ada1bb [AudioKeyManager] Convert to async ashthespy 2020-06-09 15:52:08 +0200
  • 80c3e9381a [Core/connection] Refactor to async/await ashthespy 2020-06-06 21:55:45 +0200
  • 07518ef30f
    Start migration marcelbuesing 2020-01-17 20:52:38 +0100
  • 76ece26aa4 Bump protobuf v2.8.1 -> v~2.14.0 and fix build issues ashthespy 2020-05-28 22:59:28 +0200
  • 16112d71b9 Search through full playlist for unplayable tracks ashthespy 2020-05-28 16:18:41 +0200
  • 29fd5da971 Merge branch 'dev' of https://github.com/librespot-org/librespot into gst1.0-2020 Sean McNamara 2020-05-27 21:31:11 -0400
  • a28199f073 Tweak handling unavailables at start of playlists ashthespy 2020-05-27 18:14:31 +0200
  • 1da80ce480 Handle unplayable track at start of playlist ashthespy 2020-05-27 16:24:21 +0200
  • 351e20653d Don't send kPlayStatusLoading. fixes #461 Konstantin Seiler 2020-05-27 09:28:31 +1000
  • 56e8ffa131 Update Cargo.lock Will Stott 2020-05-13 18:27:02 +0100
  • c30ca882fb
    Bump libmdns to 0.2.6 (fixes #478) Will Stott 2020-05-13 18:17:43 +0100
  • 01813cf7c9 Tweak unavailable track handling Flag them as NonPlayable instead of removing them from the queue ashthespy 2020-05-13 13:30:30 +0200
  • 9cacc2d09f Fix regression in track cycling ashthespy 2020-05-13 13:24:30 +0200
  • 172cb945c4 Merge branch 'dev' of https://github.com/librespot-org/librespot into skip_unplayable ashthespy 2020-05-13 12:19:33 +0200
  • 14709b9f8d Let spirc handle unavailable tracks ashthespy 2020-05-13 11:49:26 +0200
  • 6f084d7ea5 Fix utf username. PlusMinus0 2020-05-10 22:19:40 +0200
  • ebf624155a Pull Cargo.lock from dev branch (was I using master before? oops.) Sean McNamara 2020-05-11 15:58:38 -0400
  • 82ec6320b9 Revert protocol/src to 'dev' branch contents, as the gst-1.0 plugin doesn't change these autogenerated files Sean McNamara 2020-05-11 15:57:47 -0400
  • 34b0330198 Add gstreamer dependencies to .travis.yml for the gstreamer-backend Sean McNamara 2020-05-11 15:55:18 -0400
  • 8206c57024 Merge branch 'dev' of https://github.com/librespot-org/librespot into gst1.0-2020 Sean McNamara 2020-05-10 16:26:15 -0400
  • 5d57ac773b Fix PR feedback Sean McNamara 2020-05-10 16:26:01 -0400
  • 902440925d Handle unplayable tracks during prefetch ashthespy 2020-05-10 14:31:43 +0200
  • b63199743a Skip unplayable tracks instead of stopping ashthespy 2020-05-09 13:59:28 +0200
  • 0e6beaf8c7 Merge https://github.com/librespot-org/librespot into gst1.0-2020 Sean McNamara 2020-05-07 13:12:39 -0400
  • 8fe896fa8f softmixer: Don't special-case unity gain v1ne 2020-05-02 11:52:40 +0200
  • 1d5e5ee755 Synchronise name and help: softvol v1ne 2020-05-02 10:18:07 +0200
  • 903e832171 Bump libmdns ashthespy 2020-04-20 16:36:38 +0200
  • 8606a4ca41 Rename log hooks (mdns-> libmdns) ashthespy 2019-11-06 18:02:12 +0100
  • c39b16b10c Tweak travis ci to allow nightly failures and only run fmt checks on stable Will Stott 2020-04-19 13:41:22 +0100
  • d1755f8a7e Recommend always using stable rustfmt Will Stott 2020-04-19 13:31:00 +0100
  • 69e92b31f3 Always format with stable rustfmt Will Stott 2020-04-19 13:28:55 +0100
  • 8d4630529b
    Refactor SpotifyId Michał Chojnacki 2020-04-10 16:00:42 +0200
  • e7093cb0bc gstreamer-backend: rustfmt. Sean McNamara 2020-04-06 23:54:05 -0400
  • 1e9a52bd6e Fix auto disposal of pipeline that needs to stay in struct Sean McNamara 2020-04-06 23:34:20 -0400
  • f192bd1079 gstreamer-1.0 backend: Version updates and squelch warnings Sean McNamara 2020-04-06 23:29:29 -0400
  • c5c455236e Merge Sean McNamara 2020-04-06 21:06:40 -0400
  • a55b226716 Merge https://github.com/librespot-org/librespot into gst1.0-2020 Sean McNamara 2020-04-06 21:06:26 -0400
  • 7f6e666267 WIP Futures ashthespy 2020-03-30 20:15:36 +0100
  • be4ae92b22 [Connect] Migrate to tokio 0.1 ashthespy 2020-03-26 19:21:56 +0100
  • 5d48c881ea Migrate to tokio 0.1 ashthespy 2020-03-26 14:50:12 +0100
  • d52c58ba2f WIP tokio-core -> tokio migration ashthespy 2019-11-08 11:13:16 +0100