Path to this page:
./
audio/ncspot,
Cross-platform ncurses Spotify client written in Rust
Branch: CURRENT,
Version: 1.2.1nb4,
Package name: ncspot-1.2.1nb4,
Maintainer: pinncurses Spotify client written in Rust using librespot. It is heavily inspired
by ncurses MPD clients, such as ncmpc. My motivation was to provide a simple
and resource friendly alternative to the official client as well as to support
platforms that currently don't have a Spotify client, such as the *BSDs.
Note: ncspot requires a Spotify premium account.
Package options: portaudio, termion
Master sites:
Filesize: 254.108 KB
Version history: (Expand)
- (2024-12-12) Updated to version: ncspot-1.2.1nb4
- (2024-11-15) Updated to version: ncspot-1.2.1nb3
- (2024-11-01) Updated to version: ncspot-1.2.1nb2
- (2024-11-01) Updated to version: ncspot-1.2.1nb1
- (2024-10-31) Updated to version: ncspot-1.2.1
- (2024-10-16) Updated to version: ncspot-1.2.0
CVS history: (Expand)
2024-12-12 08:28:21 by pin | Files touched by this commit (1) |
Log message:
audio/ncspot: 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-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 21:14:28 by pin | Files touched by this commit (3) | |
Log message:
audio/ncspot: update to 1.2.1
What's Changed
chore(toolchain): update by @hrkfdn in #1537
fix(cover): Add mut to fix incorrect get of windowsize in cover by @antonnyst \
in #1542
chore(deps): bump the cargo group across 1 directory with 8 updates by \
@dependabot in #1541
chore(deps): Update librespot to 0.6.0 by @hrkfdn in #1543
|
2024-10-20 15:19:48 by pin | Files touched by this commit (1) |
Log message:
audio/ncspot: second attempt to fix broken build
|
2024-10-19 17:33:48 by pin | Files touched by this commit (1) |
Log message:
audio/ncspot: fix broken build
|
2024-10-16 12:13:08 by pin | Files touched by this commit (3) | |
Log message:
audio/ncspot: update to 1.2.0
This is a rather minor release on ncspot's side, but the release of librespot \
0.5.0 comes with many nice improvements and fixes.
It should also fix the login problems by switching to an OAuth2 authentication \
mechanism.
Added
Emit MPRIS Seeked signal
Fixed
Switch to OAuth2 login mechanism
Uses librespot 0.5.0 which containts many bugfixes, including:
Files are downloaded via CDN, which should fix playback of some podcasts
Better access point connection handling, hopefully resulting in faster \
startups
Fix frequent disconnections for some users
|