notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: audio/ncspot/distinfo

Number of commits found: 20

Tuesday, 19 Dec 2023
21:18 Rodrigo Osorio (rodrigo) search for other commits by this committer
audio/ncspot: Update to 1.0.0

Major changes:
    * Add special color for unavailable items
    * Add info command line subcommand to show platform specific information
    * Improve error messages generated by the command line
    * Move UNIX IPC socket from the user's cache path to the user's runtime
directory
    * Improve messages relating to errors in the configuration file
    * Fix crash when internal commands can't be handled
    * Documentation for the behavior of the Ctrl+S keybinding
    * Fix multiple instances interfering with each other's MPRIS implementation
    * Fix an unlikely crash when the UNIX IPC socket is removed before ncspot is
closed
    * Fix guaranteed crash while quiting ncspot when using MPRIS
    * Fix MPRIS volume not being updated when given numbers smaller than 0 or
larger than 1
    * Fix Allow previous track via MPRIS if first track in queue is playing

Full changelog: https://github.com/hrkfdn/ncspot/releases/tag/v1.0.0
commit hash: 1073c99847e69a28661d72245dce310bb366577b commit hash: 1073c99847e69a28661d72245dce310bb366577b commit hash: 1073c99847e69a28661d72245dce310bb366577b commit hash: 1073c99847e69a28661d72245dce310bb366577b 1073c99
Monday, 24 Jul 2023
20:29 Rodrigo Osorio (rodrigo) search for other commits by this committer
audio/ncspot: update to 0.13.4

Major changes in 0.13.4:
    * Add save current command
    * Add add command for adding song to playlist
    * Improve release build options
    * Fix: Forward mouse events inside layout
    * Sort Artists Ignoring "The"
    * Fix: Gracefully handle local files
    * Fix: Speed up context menu by fetching album only once

Major changes in 0.13.3:
    * Fix incorrect notification ID reuse
    * Fix: ListView decrement selected on remove
    * Support multiple IPC sockets
    * Fix: command line multi-byte prefix panic
    * Prevent tab switching from the command line
    * Fix: config option command_key not working

Full log : https://github.com/hrkfdn/ncspot/releases
commit hash: 048b02f15917db65c015ef3f3d3d9b42faf8b81b commit hash: 048b02f15917db65c015ef3f3d3d9b42faf8b81b commit hash: 048b02f15917db65c015ef3f3d3d9b42faf8b81b commit hash: 048b02f15917db65c015ef3f3d3d9b42faf8b81b 048b02f
Monday, 29 May 2023
14:06 Rodrigo Osorio (rodrigo) search for other commits by this committer
audio/ncspot: Update to 0.13.2

Port changes:
  - Move cargo list to Makefile.crates for a cleaner Makefile
  - Use default termios (standalone library directly talking to the TTY)
  - Delete ncurses dependency (USES)
  - Use multiple-choice for backend, where at least one option must be enabled
    by default we only enable PORTAUDIO so this change has no effect on people
    using ncspot from packages.

Full app changeLog:
  https://github.com/hrkfdn/ncspot/releases/tag/v0.13.2
  https://github.com/hrkfdn/ncspot/releases/tag/v0.13.1

PR:		271701
Reported by:	eduardo
commit hash: 679af423b16e12a09aac8f0125656ffc96b90e73 commit hash: 679af423b16e12a09aac8f0125656ffc96b90e73 commit hash: 679af423b16e12a09aac8f0125656ffc96b90e73 commit hash: 679af423b16e12a09aac8f0125656ffc96b90e73 679af42
Saturday, 11 Mar 2023
12:56 Rodrigo Osorio (rodrigo) search for other commits by this committer
audio/ncspot: update to 0.13.0

Major changes in 0.12.0:
 - Handle explicit field from Spotify API
 - Make entry point synchronous and switch to global runtime instead
 - Add "save/unsave album" to context menu
 - Automatically save backtraces to cache folder
 - Create IPC socket on UNIX platforms for remote control and external track
display

Major changes in 0.13.0:
 - Always pass cover URL to notification
 - Disable autojump for add to playlist dialog
 - Theme config support for Cursive's HighlightInactive
 - Switch from MM:SS to HH:MM:SS duration representation if needed
 - commands: Add reconnect command to force socket shutdown
 - Allow executing program to retrieve credentials
 - Automatic shell completion generation
commit hash: 14e015aeea8e0ae89b7cb69ee598c5bdd132ccf7 commit hash: 14e015aeea8e0ae89b7cb69ee598c5bdd132ccf7 commit hash: 14e015aeea8e0ae89b7cb69ee598c5bdd132ccf7 commit hash: 14e015aeea8e0ae89b7cb69ee598c5bdd132ccf7 14e015a
Sunday, 11 Dec 2022
15:09 Rodrigo Osorio (rodrigo) search for other commits by this committer
audio/ncspot: update to 0.11.2

Major changes in 0.11.2:
    - Cleanup: Remove PlayTrackMenu
    - Fix: Crash on liked artist but no liked music
    - Improve context menus to make the UX/UI more consistent
    - Exit gracefully/save state on SIGTERM and SIGHUP
    Full changelog: https://github.com/hrkfdn/ncspot/compare/v0.11.1...v0.11.2
Major changes in 0.11.1:
    - Fix back button mouse left click
    - Fix librespot audio cache path
    - Fix: set track position only for clicks, not hold
    - Fix: Use buffered backend to prevent flickering with Termion
    - Fix: remove broken album cache staleness detection
    - Fix: Re-request album tracks if it has >50 tracks
    - Fixed pagination bug that caused items not to load when scrolling with
mouse
    - Fix pagination in "Browse" screen
    Full changelog: https://github.com/hrkfdn/ncspot/compare/v0.11.0...v0.11.1
Major changes in 0.11.0:
    - Fix theming in context menus
    - Fix ListView scrollbar behavior
    - Switch to Termion backend by default for true color support
    - Fixed clipboard not working on GNOME Wayland.by
    - Fix: don't crash on empty command line input
    - Other refactoring and cleanups
    - Add category browsing to library
    - Add customization of notification message texts
    - Improved mouse support
    Full changelog: https://github.com/hrkfdn/ncspot/compare/v0.10.1...v0.11.0
Major changes in 0.10.1
    - Update to Librespot 0.4.1
    - Prevent integer overflow when calculating cache size
    - Fix some errors and warnings when enabling/disabling features
    - Fix: don't throw error if search yields no result
    - Add option (library_tabs) to customize library tabs
    - Add track_format config option for custom track formatting in lists
    - Add desktop entry & notification icon hint
    Full changelog: https://github.com/hrkfdn/ncspot/compare/v0.9.8...v0.10.0
Major changes in 0.9.8
    - Disable compat feature in futures
    - Remove webbrowser crate
    - Only download cover image when flag enabled
    - Fix: do not crash DBus on invalid Spotify URIs
    - Added playback_state config option
    - Added option to play track from context menu dialog
commit hash: dc5c55dba97b0242c01389f165b17487ea666746 commit hash: dc5c55dba97b0242c01389f165b17487ea666746 commit hash: dc5c55dba97b0242c01389f165b17487ea666746 commit hash: dc5c55dba97b0242c01389f165b17487ea666746 dc5c55d
Tuesday, 12 Apr 2022
12:58 Rodrigo Osorio (rodrigo) search for other commits by this committer
audio/ncspot: Update to 0.9.7

Remove zbus patch (Use notify-rust with dbus instead of zbus in 0.9.6)

Major changes in 0.9.4:
 - More detailed error message in case of command parse error
 - Remove panics in the update_token flow
 - Add exec command allowing users to execute shell commands on key press
 - Improved seek command to allow more units (e.g. 2s), check parse_duration
documentation
 - Set terminal title to ncspo

Major changes on 0.9.5:
 - Fix errors showing up even though the command was successful
 - Fix lists that were shown as empty even though they contained items
 - seek spits out correct error when used with no arg

Major changes on 0.9.6:
 - Enable autojump for playlist selection list in context menu
 - Use notify-rust with dbus instead of zbus
 - Fix compilation on Rust versions < 1.58.0
 - Make album sorting case-insensitive
 - Enable gapless by default
 - Improve playlist sorting
 - Dependency updates

Major changes on 0.9.7:
 - Fix error messages shown on successful commands
 - Notification improvements
 - Dependency updates

Full log: https://github.com/hrkfdn/ncspot/releases

Reported by:	Eirik Øverby <eirik.overby@modirum.com>
commit hash: 901df967402aa4aa93e3528e91e35a5517255890 commit hash: 901df967402aa4aa93e3528e91e35a5517255890 commit hash: 901df967402aa4aa93e3528e91e35a5517255890 commit hash: 901df967402aa4aa93e3528e91e35a5517255890 901df96
Thursday, 30 Dec 2021
22:34 Rodrigo Osorio (rodrigo) search for other commits by this committer
audio/ncspot: Update to 0.9.3

Use libc version "0.2.109" instead of "0.2.110"
due to `struct kevent` change.

Major changes in 0.9.1
 * Stop player when Spotify worker thread dies
 * Update librespot to 0.3.1 (may reduce CPU usage during playback
 * Major/breaking update to rspotify 0.11.3
 /!\ This release crashes when saving tracks
 or opening track recommendations, please update to 0.9.2

Major changes in 0.9.2
 * Fix crash when saving track or opening similar tracks

Major changes in 0.9.3
 * Fixed MPRIS OpenUri function not respecting ncspot's shuffle setting
 * Fix queuing of playlists causing "play next" to be broken
commit hash: c27bf4d6d956dff5472f4a180479cd805739c17e commit hash: c27bf4d6d956dff5472f4a180479cd805739c17e commit hash: c27bf4d6d956dff5472f4a180479cd805739c17e commit hash: c27bf4d6d956dff5472f4a180479cd805739c17e c27bf4d
Sunday, 14 Nov 2021
22:45 Rodrigo Osorio (rodrigo) search for other commits by this committer
audio/ncspot: Update to 0.9.0

Major changes:
    0.7.0 : Updates to latest librespot, bringing along some larger changes
under the hood
    0.7.1 : Fix build of cover feature
            Fix volume normalization
    0.7.2 : Handle expired sessions without panicking
            Third party dependency updates
    0.7.3 : Fix connection issues by enabling the AP resolver in librespot
            Bump reqwest form 0.9 to 0.11
            Fix nerdfont pause/stop glyphs
    0.8.0 : Show album art when playing 'similar tracks'
            Don't panic if user quits login process
            Handle commands (e.g. h, j, k l) in select artist modal
    0.8.1 : Release 0.8.0 had a minor bug
    0.8.2 : Add Windows release builds
            Reduce API calls by only fetching the full track details if
necessary
            Refactoring, other cleanups and dependency updates
            Remove broken Facebook login code
    0.9.0 : Sort library after saving an album
            Add scoop instruction for installation
            Update librespot to 0.3.0

Full changelog: https://github.com/hrkfdn/ncspot/releases
commit hash: 4dc36b18c1c896fb0a6c9554c533c17d720f75f7 commit hash: 4dc36b18c1c896fb0a6c9554c533c17d720f75f7 commit hash: 4dc36b18c1c896fb0a6c9554c533c17d720f75f7 commit hash: 4dc36b18c1c896fb0a6c9554c533c17d720f75f7 4dc36b1
Sunday, 12 Sep 2021
11:56 Jan Beich (jbeich) search for other commits by this committer
audio/ncspot: enable desktop notifications

PR:		258000
Inspired by:	upstream default
Approved by:	maintainer timeout (3 weeks)
commit hash: ca67a20f93e10ece67d1c4d8af9746fadf0b5e93 commit hash: ca67a20f93e10ece67d1c4d8af9746fadf0b5e93 commit hash: ca67a20f93e10ece67d1c4d8af9746fadf0b5e93 commit hash: ca67a20f93e10ece67d1c4d8af9746fadf0b5e93 ca67a20
Friday, 23 Apr 2021
20:26 Rodrigo Osorio (rodrigo) search for other commits by this committer
audio/ncspot: upgrade to v0.6.0 from v0.3.0

    v0.6.0  https://github.com/hrkfdn/ncspot/releases/tag/v0.6.0
            Refactorings + dependency updates
            Sort artist albums by year
            Store user state in binary CBOR format
            Improve synchronization of playback times
            Implement track preloading
            Don't save tracks AND album when saving an album (#488)
            (Re)store currently playing track + shuffle state from previous
session (#448)
            Show display name owning the current library (#470)
            Add logout command (#470)
            Pagination for artist albums (#477)
            Split artist albums/singles into separate panel
            Play top tracks by artist instead of all tracks by artist
            Pagination for Podcast episodes
            Show tracks + duration of album, playlist, queue in the title bar
(#475)

    v0.5.0  https://github.com/hrkfdn/ncspot/releases/tag/v0.5.0
            Fix: correct positioning of search match highlight
            Improve album loading in artist view (#446)
            Fix display of PlayNext command (#445)
            More resilient playlist track deletion (f2bcfca)
            Remove plain-text credential store (#447)
            Clear search term when ESC is pressed (#384)
            Loop mode is now editable via MPRIS (#437)
            Persist sorting orders for playlists (#436)
            Persist volume and shuffle/repeat state across app restarts (#438)
            Persist track queue across app restarts (#438)
            Add config values to override shuffle/repeat state
            Implement cover drawing as optional feature (#451)

    v0.4.0 https://github.com/hrkfdn/ncspot/releases/tag/v0.4.0
            Fix multiple tracks in queue being shown as playing (#396)
            Return to search when viewing search results (#397)
            Add support for open.spotify.com links (#392)
            Restart queue if pressing play when stopped (#399)
            Fix not handling changed event (#402)
            Don't handle FinishedTrack as Stopped (#403)
            Fix removing listview item even if not succesfully deleted (#404)
            Open search results in search screen (#413)
            CI: Publish binary artifacts on release (#393)
            Add simple debian-packaging with cargo-deb (#405)
commit hash: 84ec73e50b4172674a77d35eb9b8756428e2a127 commit hash: 84ec73e50b4172674a77d35eb9b8756428e2a127 commit hash: 84ec73e50b4172674a77d35eb9b8756428e2a127 commit hash: 84ec73e50b4172674a77d35eb9b8756428e2a127 84ec73e
Thursday, 14 Jan 2021
16:32 rodrigo search for other commits by this committer
audio/ncspot: update to v0.3.0

Take port maintenership since I have a spotify account

Full changelog for v0.3.0 : https://github.com/hrkfdn/ncspot/releases/tag/v0.3.0
Full changelog for v0.2.6 : https://github.com/hrkfdn/ncspot/releases/tag/v0.2.6
Full changelog for v0.2.5 : https://github.com/hrkfdn/ncspot/releases/tag/v0.2.5
Original commitRevision:561568 
Tuesday, 27 Oct 2020
18:12 mikael search for other commits by this committer
audio/ncspot: update to 0.2.4

Changelog:
  https://github.com/hrkfdn/ncspot/releases/tag/v0.2.4
Original commitRevision:553463 
Tuesday, 13 Oct 2020
07:54 fernape search for other commits by this committer
audio/ncspot: update to 0.2.3

From ChangeLog: https://github.com/hrkfdn/ncspot/releases/tag/v0.2.3

Features

 * Display album name for playable objects
 * Added config option for bitrate
 * Add Vim-like search in list views
 * Add insert command and Ctrl-V shortcut to paste Spotify links

Maintenance

 * Gracefully handle error when showing notification
 * Add feature flag for song notifications, enables users/distributions to ship
   without D-Bus dependency
 * Alias Space to whitespace key when for bindings
 * Fix last tab to fill entire width correctly
 * Tweak queue/play next handling

Reported by:	portscout
Original commitRevision:552212 
Wednesday, 2 Sep 2020
19:23 tobik search for other commits by this committer
audio/ncspot: Update to v0.2.2

New notifications support forces a DBus dependency now and is
non-optional.  Enable MPRIS support by default too since it does
not add any additional dependencies now.

Changes:	https://github.com/hrkfdn/ncspot/releases/tag/v0.2.2
Original commitRevision:547375 
Tuesday, 18 Aug 2020
04:24 tobik search for other commits by this committer
audio/ncspot: Update to v0.2.1

Changes:	https://github.com/hrkfdn/ncspot/releases/tag/v0.2.1
Original commitRevision:545218 
Friday, 24 Jul 2020
17:31 tobik search for other commits by this committer
audio/ncspot: Update to v0.2.0

Changes:	https://github.com/hrkfdn/ncspot/releases/tag/v0.2.0
Original commitRevision:543270 
Sunday, 28 Jun 2020
04:14 tobik search for other commits by this committer
audio/ncspot: Update to 0.1.4

Changes:	https://github.com/hrkfdn/ncspot/releases/tag/0.1.4
Original commitRevision:540669 
Friday, 10 Apr 2020
05:39 tobik search for other commits by this committer
audio/ncspot: Update to v0.1.3

Changes:	https://github.com/hrkfdn/ncspot/releases/tag/v0.1.3
Original commitRevision:531289 
Thursday, 6 Feb 2020
08:50 tobik search for other commits by this committer
audio/ncspot: Update to 0.1.2

Changes:	https://github.com/hrkfdn/ncspot/releases/tag/0.1.2
Original commitRevision:525367 
Wednesday, 27 Nov 2019
08:42 tobik search for other commits by this committer
New port: audio/ncspot

Ncspot is a Spotify client written in Rust.  It is heavily inspired
by ncurses MPD clients, such as ncmpc.  It provides a simple and
resource friendly alternative to the official client as well as
support for platforms that currently do not have a Spotify client,
such as the BSDs.

Ncspot requires a Spotify Premium account.

WWW: https://github.com/hrkfdn/ncspot
Original commitRevision:518487 

Number of commits found: 20