librespot: update to 51a634d (2019-07-23)

This commit is contained in:
awiouy 2019-08-08 13:35:13 +02:00
parent 7fdcfe9d4a
commit 2b05e02808
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,7 @@
117
- Update to 51a634d (2019-07-23)
- Set bit rate to 320 kpbs
116
- Update to 4e3576b (2019-06-01)
- Only use Kodi

View File

@ -3,10 +3,10 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="librespot"
PKG_VERSION="4e3576ba7c6146cf68e1953daeec929d619b26b1"
PKG_SHA256="c2fef0253bdbb6ff7085d4ec00e80da4727a1c5b1bf84dd2c14edc3de1cfd753"
PKG_VERSION_DATE="2019-06-01"
PKG_REV="116"
PKG_VERSION="51a634dc33233ca85a92db3e723d19550b548593"
PKG_SHA256="581727e560c81cafbfeaf611b51f0a6987a48d348795785b3b6c0a304656a731"
PKG_VERSION_DATE="2019-07-23"
PKG_REV="117"
PKG_ARCH="any"
PKG_LICENSE="MIT"
PKG_SITE="https://github.com/librespot-org/librespot/"

View File

@ -20,6 +20,7 @@ pactl suspend-sink "$SINK_NAME" 1
LIBRESPOT="librespot \
--backend pulseaudio \
--bitrate 320 \
--cache \"$ADDON_HOME/cache\" \
--device-type TV \
--disable-audio-cache \