spotify-player is a fast, easy to use, and configurable terminal music player.
Features:
- Minimalist UI with an intuitive paging and popup system.
- Highly configurable.
- Feature parity with the official Spotify application.
- Support remote control with Spotify Connect.
- Support streaming songs directly from the terminal.
- Support lyric for most songs.
- Support cross-platform media control.
- Support image rendering.
- Support desktop notification.
- Support running the application as a daemon.
- Offer a wide range of CLI commands.
A Spotify Premium account is required to use spotify-player.
¦ ¦ ¦ ¦
Manual pages:
FreshPorts has no man page information for this port.
===> The following configuration options are available for spotify-player-0.17.1_10:
CLIPBOARD=on: Open Spotify links from clipboard
DAEMON=off: Ability to launch as daemon
DBUS=on: Media control via MPRIS D-Bus
DOCS=on: Build and/or install documentation
IMAGE=off: Terminal album art rendering
LYRICS=off: Fetch lyrics for current track
NOTIFY=on: Desktop notifications
====> Options available for the single BACKEND: you have to select exactly one of them
PORTAUDIO=on: PortAudio library support
PULSEAUDIO=off: PulseAudio sound server support
===> Use 'make config' to modify these settings
Options name:
audio_spotify-player
USES:
cargo ssl
FreshPorts was unable to extract/find any pkg message
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503
audio/spotify-player: Move CARGO_CRATES list to Makefile.crates
Mk/Uses/cargo.mk looks for Makefile.crates in MASTERDIR, so move the
list of CARGO_CRATES there to have a smaller and cleaner Makefile
and to make updates easier with
make cargo-crates > Makefile.crates.
Reported by: eduardo
Approved by: jfree (maintainer)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D36662