Jump to content

Spotify: Difference between revisions

imported from old wiki
m (adjust headings, replace unfree notice with the one at Template:Unfree, rephrase intro)
(imported from old wiki)
Line 19: Line 19:
networking.firewall.allowedUDPPorts = [ 5353 ];</syntaxhighlight>
networking.firewall.allowedUDPPorts = [ 5353 ];</syntaxhighlight>


== spotifyd ==
== Spotifyd ==
The alternative client [https://github.com/Spotifyd/spotifyd spotifyd] is available as a package, [https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/audio/spotifyd.nix nixos module], and [https://github.com/nix-community/home-manager/blob/master/modules/services/spotifyd.nix home-manager module].
The alternative client [https://github.com/Spotifyd/spotifyd spotifyd] is available as a package, [https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/audio/spotifyd.nix nixos module], and [https://github.com/nix-community/home-manager/blob/master/modules/services/spotifyd.nix home-manager module].


Line 41: Line 41:


spotifyd connects to spotify as a spotify-connect device. It offers no controls of its own, but can be controlled via [https://github.com/altdesktop/playerctl playerctl]  or [https://github.com/Rigellute/spotify-tui spotify-tui].
spotifyd connects to spotify as a spotify-connect device. It offers no controls of its own, but can be controlled via [https://github.com/altdesktop/playerctl playerctl]  or [https://github.com/Rigellute/spotify-tui spotify-tui].
=== Troubleshooting ===
If you get: <code>libcurl-gnutls.so.4: no version information</code>
Clear your Spotify cache: <code>rm -rf ~/.cache/spotify</code>


[[Category:Applications]]
[[Category:Applications]]