Linux command
spotify_player 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start player
spotify_player
With config directory
spotify_player -C [~/.config/spotify-player]
Daemon mode
spotify_player -d
Verbose logging
spotify_player -v
说明
spotify_player is a terminal-based Spotify client that provides a full-featured TUI (Text User Interface) for browsing, searching, and playing music from a Spotify Premium account. It uses vim-style keybindings and a modal interface for efficient keyboard-driven navigation. The player supports Spotify Connect, allowing it to control playback on other devices or act as a playback target. Features include library browsing, playlist management, search, lyrics display, and artist/album exploration. A daemon mode enables headless operation for use as a Spotify Connect receiver. Built on the librespot library for Spotify protocol support, it stores configuration and cache data in ~/.config/spotify-player/. Custom themes and keybindings can be configured through TOML configuration files.
参数
- -C _DIR_
- Config directory.
- -d
- Daemon mode.
- -v
- Verbose output.
- --theme _NAME_
- Color theme.
- --help
- Show help.
FAQ
What is the spotify_player command used for?
spotify_player is a terminal-based Spotify client that provides a full-featured TUI (Text User Interface) for browsing, searching, and playing music from a Spotify Premium account. It uses vim-style keybindings and a modal interface for efficient keyboard-driven navigation. The player supports Spotify Connect, allowing it to control playback on other devices or act as a playback target. Features include library browsing, playlist management, search, lyrics display, and artist/album exploration. A daemon mode enables headless operation for use as a Spotify Connect receiver. Built on the librespot library for Spotify protocol support, it stores configuration and cache data in ~/.config/spotify-player/. Custom themes and keybindings can be configured through TOML configuration files.
How do I run a basic spotify_player example?
Run `spotify_player` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -C _DIR_ do in spotify_player?
Config directory.