Path to this page:
./
audio/ncspot,
Cross-platform ncurses Spotify client written in Rust
Branch: CURRENT,
Version: 0.9.8,
Package name: ncspot-0.9.8,
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: ncursesw, portaudio
Master sites:
Filesize: 212.814 KB
Version history: (Expand)
- (2022-05-01) Updated to version: ncspot-0.9.8
- (2022-03-29) Updated to version: ncspot-0.9.7
- (2022-03-28) Updated to version: ncspot-0.9.6nb1
- (2022-03-10) Updated to version: ncspot-0.9.6
- (2022-01-19) Updated to version: ncspot-0.9.5
- (2022-01-02) Updated to version: ncspot-0.9.4
CVS history: (Expand)
2022-05-01 12:50:53 by pin | Files touched by this commit (4) |  |
Log message:
audio/ncspot: update to 0.9.8
Maintenance
Disable compat feature in futures
Remove webbrowser crate (#218)
Only download cover image when flag enabled (#780)
Fix: do not crash DBus on invalid Spotify URIs (#795)
Features
Added playback_state config option (#783)
Added option to play track from context menu dialog (#786, #790)
Thanks to @wiz for testing the build with rust-1.59
|
2022-03-29 12:09:54 by pin | Files touched by this commit (4) |  |
Log message:
audio/ncspot: update to 0.9.7
Maintenance
-Fix error messages shown on successful commands (#711, #759)
-Notification improvements (update existing notification, set application
name) (#760)
-Use Rodio backend for macOS builds (#772)
-Dependency updates
|
2022-03-28 12:43:41 by Tobias Nygren | Files touched by this commit (125) |
Log message:
a*/*: revbump(1) for libsndfile
|
2022-03-10 09:02:50 by pin | Files touched by this commit (4) |  |
Log message:
audio/ncspot: update to 0.9.6
Maintenance
-Enable autojump for playlist selection list in context menu (#225)
-Use notify-rust with dbus instead of zbus (#718)
-Fix compilation on Rust versions < 1.58.0
-Make album sorting case-insensitive (#724)
-Enable gapless by default (#735)
-Improve playlist sorting (#741)
-Dependency updates
New Contributors
-@jirutka made their first contribution in #718
-@Roger-Roger-debug made their first contribution in #741
|
2022-03-01 23:40:18 by pin | Files touched by this commit (2) |
Log message:
audio/ncspot: remove patch
Remove patch now that we have Rust-1.58.1
|
2022-01-19 15:04:45 by pin | Files touched by this commit (5) |  |
Log message:
audio/ncspot: update to 0.9.5
Maintenance:
-Fix release build name and win32 feature (#691)
-seek spits out correct error when used with no args (#695)
-Migrate to cursive 0.17
-Remove notifications' dependency on cover (#706)
-Fix errors showing up even though the command was successful (#710) (#711)
-Fix lists that were shown as empty even though they contained items
|
2022-01-19 12:00:28 by pin | Files touched by this commit (1) |  |
Log message:
audio/ncspot: add update warning
|
2022-01-02 17:30:06 by pin | Files touched by this commit (4) |  |
Log message:
audio/ncspot: update to 0.9.4
Maintenance
-Improved README (#683)
-More detailed error message in case of command parse error (#684)
-Remove panics in the update_token flow (#688)
Features
-Add exec command allowing users to execute shell commands on key press (#673)
-Set up release builds for armhf and arm64 (#659)
-Improved seek command to allow more units (e.g. 2s), check parse_duration
documentation for accepted units (#682)
-Set terminal title to ncspot (#685)
|