./audio/ncspot, Cross-platform ncurses Spotify client written in Rust

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.13.4nb2, Package name: ncspot-0.13.4nb2, Maintainer: pin

ncurses 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: 235.554 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-07-25 12:06:24 by pin | Files touched by this commit (3) | Package updated
Log message:
audio/ncspot: update to 0.13.4

Features
 - Add save current command by @hrdl-github in #1220
 - Add add command for adding song to playlist by @FlynnD273 in #1232

Maintenance
 - Improve release build options by @ThomasFrans in #1199
 - Fix: Forward mouse events inside layout by @ThomasFrans in #1201
 - Refactor: remove unused screenchange variable by @ThomasFrans in #1205
 - Update documentation: recommend Ueberzug++ by @cyqsimon in #1235
 - Sort Artists Ignoring "The" by @bentheklutz in #1238
 - Fix: Gracefully handle local files by @hrkfdn in #1239
 - Fix: Speed up context menu by fetching album only once by @hrkfdn in #1240
 - Update GitHub actions for CD pipeline by @hrkfdn in #1241
   2023-06-12 06:39:19 by pin | Files touched by this commit (3) | Package updated
Log message:
audio/ncspot: update to 0.13.3

Maintenance
 - Fix incorrect notification ID reuse on XDG by @cyqsimon in #1150
 - Fix: ListView decrement selected on remove by @ThomasFrans in #1163
 - Support multiple IPC sockets by @hrkfdn in #1171
 - Refactor the entry point to make it more readable by @ThomasFrans in #1172
 - Fix: command line multi-byte prefix panic by @ThomasFrans in #1182
 - Prevent tab switching from the command line by @ThomasFrans in #1176
 - Fix: config option command_key not working by @ThomasFrans in #1185
 - Remove Snapcraft installation source by @ThomasFrans in #1194
 - Add cargo installation method by @ThomasFrans in #1195
   2023-05-18 00:38:59 by Thomas Klausner | Files touched by this commit (1)
Log message:
ncspot: use cargo.mk's install
   2023-05-06 21:09:54 by Ryo ONODERA | Files touched by this commit (687)
Log message:
*: Recursive revbump from audio/libopus 1.4
   2023-05-05 09:50:59 by pin | Files touched by this commit (3) | Package updated
Log message:
audio/ncspot: update to 0.13.2

Maintenance release fixing a crash occurring at startup or when playing a track
if ncspot can not connect to DBus.

Maintenance
 - Use notify-rust with zbus instead of dbus and add ncurses_backend feature
   flag by @jirutka in #1127
 - Fix: gracefully handle invalid/not available DBus setups causing crashes
   by @hrkfdn in #1139
 - Update Nerdfont glyphs by @tohmais in #1141
 - Dependency updates
   2023-04-06 15:22:01 by pin | Files touched by this commit (4) | Package updated
Log message:
audio/ncspot: update to 0.13.1

Maintenance
 - Disable ncspot default features for xtask to simplify build by @hrkfdn
 - Statusbar: Update nerdfont glyphs by @cfebs in #1093
 - Split up README by @ThomasFrans in #1089
 - Add 'browse' to 'library_tabs' docs by @Limero in #1096
 - Rewrite MPRIS implementation using zbus by @hrkfdn in #1107

Features
 - Add vim-like page scrolling by @BlakeJC94 in #1072
 - Emulate double click to play items. by @ThomasFrans in #1074