Path to this page:
./
audio/spotify-player,
Command driven spotify player
Branch: CURRENT,
Version: 0.12.1,
Package name: spotify-player-0.12.1,
Maintainer: pinspotify-player is a custom Spotify player built and tweaked based on my personal
preferences. It is fast, easy to use, and configurable.
It's designed to be a player, not a fully-fledged Spotify clone, so it does not
aim to support all possible Spotify features.
The main goal is to provide a quick and intuitive way to modify the current
playback by either using player commands or navigating between different
contexts.
Similar to other TUI applications, is keyboard driven. User will use a set of
predefined commands with shortcuts to interact with the player.
spotify-player has a simple UI with three main components:
-a playback window displaying the current playback
-a context window displaying a context (playlist, album, artist)
-popup windows for using some commands (switch theme, browser playlists, etc)
or displaying additional information
spotify-player is built on top of tui, rspotify, and librespot libraries.
It's inspired by spotify-tui and ncspot.
Package options: portaudio
Master sites:
Filesize: 102.018 KB
Version history: (Expand)
- (2023-03-04) Updated to version: spotify-player-0.12.1
- (2023-02-21) Updated to version: spotify-player-0.12.0
- (2023-02-09) Updated to version: spotify-player-0.11.1
- (2023-02-04) Updated to version: spotify-player-0.11.0
- (2022-12-27) Updated to version: spotify-player-0.10.0
- (2022-09-26) Updated to version: spotify-player-0.9.8
CVS history: (Expand)
2023-03-04 16:38:21 by pin | Files touched by this commit (3) |  |
Log message:
audio/spotify-player: update to 0.12.1
What's Changed
- Support customizable formats in #147
- Fixed duplicate keys on Windows in #151
- Add more UI customizations and refactor UI codes in #152
What's new
- New config options: playback_format, notify_format, border_type,
progress_bar_type
- New theme's component style: playback_artists
|
2023-02-21 14:14:21 by pin | Files touched by this commit (3) |  |
Log message:
audio/spotify-player: update to 0.12.0
What's Changed
- Queue feature improvements in #130
- Add more navigation commands in #131
- Add various UI improvements by in #132
- Fix playback window's position when rendering the application's UI in #133
- Add sixel support in #134
- Add desktop notification support in #137
|
2022-12-26 23:07:37 by pin | Files touched by this commit (3) |  |
Log message:
audio/spotify-player: update to 0.10.0
What's Changed
- Update dependencies in #91
- Improve radio feature UX in #92
- Implement tracks context in #94
- Fix liked tracks errors in #95
|
2022-09-26 15:48:41 by pin | Files touched by this commit (3) |  |
Log message:
audio/spotify-player: update to 0.9.8
What's Changed
- Support collaborative playlists in #83
- Handle device connection with retries in #81
|
2022-09-11 14:52:13 by Thomas Klausner | Files touched by this commit (670) |
Log message:
*: bump PKGREVISION for flac shlib bump
|
2022-09-02 13:49:29 by pin | Files touched by this commit (4) |  |
Log message:
audio/spotify-player: update to 0.9.6
What's Changed
- Add "add-track-to-queue" support in #73
- Refactor playback rendering codes in #75
- Add seek commands in #76
|
2022-08-11 07:09:36 by David H. Gutteridge | Files touched by this commit (999) |
Log message:
Bump all dependent packages of wayland (belatedly)
The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
|
2022-08-10 22:38:34 by pin | Files touched by this commit (4) |  |
Log message:
audio/spotify-player: update to 0.9.5
What's Changed
Allow play/pause icons to be configurable in #68
Update dependencies in #71
|