Path to this page:
./
audio/spotify-player,
Command driven spotify player
Branch: CURRENT,
Version: 0.20.3,
Package name: spotify-player-0.20.3,
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: 153.642 KB
Version history: (Expand)
- (2024-12-02) Updated to version: spotify-player-0.20.3
- (2024-12-02) Updated to version: spotify-player-0.20.2
- (2024-11-15) Updated to version: spotify-player-0.20.1nb1
- (2024-11-02) Updated to version: spotify-player-0.20.1
- (2024-11-01) Updated to version: spotify-player-0.20.0nb2
- (2024-11-01) Updated to version: spotify-player-0.20.0nb1
CVS history: (Expand)
2024-12-02 08:20:20 by pin | Files touched by this commit (3) | |
Log message:
audio/spotify-player: update to 0.20.3
What's Changed
- fix tracks context not playable by @aome510 in #625
|
2024-12-01 22:54:05 by pin | Files touched by this commit (3) | |
Log message:
udio/spotify-player: update to 0.20.2
What's Changed
- Use 'ring' backend as default for rustls. by @pstumpf in #598
- Refactoring by @bircni in #606
- implement podcast functionality by @SebRollen in #552
- Fix black image border by @mielpeeters in #613
- fix Spotify Connect feature support after new API changes by @aome510 in #618
- cleanup event module and implement follow-up support for podcast by @aome510 \
in #619
- cleanup rspotify::model imports by @aome510 in #620
- Add native-tls-alpn feature to reqwest by @ikopytko in #622
pkgsrc changes
- Use clang as TOOL_DEPENDS, it's only needed at build time and not at runtime
|
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-02 19:55:55 by pin | Files touched by this commit (3) | |
Log message:
audio/spotify-player: update to 0.20.1
- fix window v0.58.0 build error in #585
- handle shutdown error upon restarting session in #589
- ignore cache when authenticating the application using authenticate CLI \
command in #592
- pre-release v0.20.1 in #595
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-10-31 12:02:53 by pin | Files touched by this commit (1) |
Log message:
audio/spotify-player: fix broken build
http://shadow.netbsd.org/pub/pkgsrc/packages/reports/HEAD/NetBSD-10.0-x86_64/20241030.0715/spotify-player-0.20.0/build.log
|
2024-07-19 11:49:10 by pin | Files touched by this commit (3) | |
Log message:
audio/spotify-player: update to 0.19.1
What's Changed
Added support for image cache downloading without image Feature by \
@jStimpert0430 in #460
Add optional fuzzy search algorithm by @juliamertz in #468
make autoplay configurable by @robko23 in #459
Add actions to keymap configuration by @juliamertz in #471
Configurable seek duration by @juliamertz in #475
fix: decode html entities in playlist description by @juliamertz in #478
fix #464 by adding full date to display next to albums by @DOD-101 in #474
fix #479 Incorrect like status in ShowActions(#479) by @deauthe in #481
Add Alternating Colors for Help Table by @przb in #466
got rid of that stupid shorts player in the readme file by @maxiwee69 in #492
update search popup's filtering logic by @aome510 in #493
added {status} for customizing play/pause location/style, resolves #487 by \
@JadonBelair in #491
Fix several Spotify API errors by @aome510 in #495
update reconnection logic upon creating new session by @aome510 in #497
|