Änderungen

Zur Navigation springen Zur Suche springen
697 Bytes hinzugefügt ,  06:11, 29. Mär. 2020
Zeile 43: Zeile 43:     
Siehe https://community.spotify.com/t5/Desktop-Linux/Linux-Cache-Location-not-being-respected/m-p/1266695#M4113
 
Siehe https://community.spotify.com/t5/Desktop-Linux/Linux-Cache-Location-not-being-respected/m-p/1266695#M4113
 +
 +
== Spotify Connect Receivers ==
 +
 +
=== spotifyd ===
 +
 +
=== librespot ===
 +
 +
[https://github.com/librespot-org Librespot] ist eine Bibliothek und ein Kommandozeilenprogramm, mit dem man einen headless Spotify Connect - Receiver starten kann. Diesen kann man mit den offiziellen Spotify-Apps steuern, wenn man einen Spotify Premium-Account hat.
 +
 +
Kompiliert wird librespot z.B. so:
 +
 +
  cargo build --release --features "alsa-backend,pulseaudio-backend"
 +
 +
Dazu müssen die Entwicklungstools für die Programmiersprache [[Rust]] installiert sein.
 +
 +
Gestartet wird librespot z.B. so:
 +
 +
  librespot --name librespotOnMyHtpc --cache /media/data/tmp/cache --device-type tv --backend pulseaudio --initial-volume 20
 +
    
== Installation für Kodi ==
 
== Installation für Kodi ==

Navigationsmenü