Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jazzpi/spotify-linux
Atom spotify integration for Linux
https://github.com/jazzpi/spotify-linux
Last synced: 2 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-20T18:25:03.000Z (over 9 years ago)
- Last Synced: 2023-02-26T19:17:04.756Z (almost 2 years ago)
- Language: CoffeeScript
- Homepage: https://atom.io/packages/spotify-linux
- Size: 269 KB
- Stars: 9
- Watchers: 3
- 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).
![](https://raw.githubusercontent.com/jazzpi/spotify-linux/master/spotify-linux.png)
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