Zeile 47: |
Zeile 47: |
| | | |
| === spotifyd === | | === spotifyd === |
| + | |
| + | [https://github.com/Spotifyd/spotifyd Spotifyd] ist ein Daemon/Service, der aus einem Computer ein Spotify Connect Receiver macht. |
| + | Er basiert auf [[#librespot]] |
| | | |
| === librespot === | | === librespot === |
Zeile 68: |
Zeile 71: |
| == Installation für Kodi == | | == Installation für Kodi == |
| Siehe [[XBMC#Spotify]] | | Siehe [[XBMC#Spotify]] |
| + | |
| + | == Spotify Clients auf der Kommandozeile == |
| + | |
| + | Siehe |
| + | * [https://github.com/Rigellute/spotify-tui spotify-tui], "graphische" Oberfläche fürs Terminal, geschrieben in [[Rust]] |
| + | * [https://lib.rs/crates/spotify_player spotify_player], ebenfalls in [[Rust]] geschrieben |
| + | * [https://github.com/hrkfdn/ncspot ncspot] |
| + | * https://github.com/pwittchen/spotify-cli-linux |
| + | * [https://community.spotify.com/t5/Desktop-Linux/Basic-controls-via-command-line/td-p/4295625 MPRIS commands auf der Kommandozeile für Spotify] (via dbus-send) |
| + | |
| + | == Weitere Spotify Clients == |
| + | |
| + | * https://github.com/KRTirtho/spotube |
| | | |
| == Spotify API == | | == Spotify API == |
Zeile 95: |
Zeile 111: |
| Siehe | | Siehe |
| * https://developer.spotify.com/documentation/web-api/quick-start/ | | * https://developer.spotify.com/documentation/web-api/quick-start/ |
| + | |
| + | === Spotify mit Python === |
| + | |
| + | Siehe |
| + | * https://spotipy.readthedocs.io/en/2.16.1/ |
| + | |
| + | === Spotify mit Java === |
| + | |
| + | Siehe |
| + | * https://github.com/librespot-org/librespot-java |
| + | |
| + | === Spotify mit Rust === |
| + | |
| + | Siehe |
| + | * https://docs.rs/rspotify/latest/rspotify/ |
| + | |
| + | == Weiterführendes == |
| + | |
| + | Siehe [[Audio]] |
| + | |
| + | Es gibt eine [https://community.spotify.com/t5/Live-Ideas/Be-able-to-cast-lyrics-with-Chromecast/idi-p/5975441 Spotify-Idee zum Übertragen von Lyrics auf Chromecast], für die man stimmen kann. |
| | | |
| ----- | | ----- |