mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
39bf40bcc7
Lay groundwork for new Spotify API before removing `spirc` * Add token provider * Introduce HTTP client * Introduce caching `ApResolver` component * Remove `keymaster` and update example * Use `PacketType` instead of hex identifiers * Document new unknown packet 0xb6
12 lines
307 B
Desktop File
12 lines
307 B
Desktop File
[Unit]
|
|
Description=Librespot (an open source Spotify client)
|
|
Documentation=https://github.com/librespot-org/librespot
|
|
Documentation=https://github.com/librespot-org/librespot/wiki/Options
|
|
|
|
[Service]
|
|
Restart=always
|
|
RestartSec=10
|
|
ExecStart=/usr/bin/librespot --name "%u@%H"
|
|
|
|
[Install]
|
|
WantedBy=default.target
|