https://github.com/jazzpi/spotify-linux
Atom spotify integration for Linux
https://github.com/jazzpi/spotify-linux
Last synced: 4 months ago
JSON representation
Atom spotify integration for Linux
- Host: GitHub
- URL: https://github.com/jazzpi/spotify-linux
- Owner: jazzpi
- License: mit
- Created: 2015-03-29T20:20:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-20T18:25:03.000Z (about 10 years ago)
- Last Synced: 2025-02-27T18:12:27.734Z (4 months ago)
- Language: CoffeeScript
- Homepage: https://atom.io/packages/spotify-linux
- Size: 269 KB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# spotify-linux package
A package adding Spotify integration for Linux.
Heavily inspired by [jakemarsh/atom-spotify](https://github.com/jakemarsh/atom-spotify).

Displays the currently playing song in the status bar. You can format the
string however you like (you can use HTML!), with these placeholders:- `%p`: Whether or not the current song is playing. Displays a play/pause icon
- `%c`: Image of the cover art
- `%l`: Length of the song
- `%A`: Album
- `%a`: Artist
- `%r`: Auto-Rating provided by Spotify
- `%y`: Year of publishing
- `%d`: Disc number
- `%t`: Title
- `%n`: Track numberDefault keybindings are like this:
- `ctrl-alt-shift-right`: Next song
- `ctrl-alt-shift-left`: Previous song
- `ctrl-alt-shift-space`: Play/Pause