Command line Spotify client
Project description
💚 spotify-cmd v0.1.3
spotify-cmd
is a Spotify client that allows controlling the playback of albums and playlists from a user's library (based on names or Spotify URIs) and individual tracks (based solely on Spotify URIs). The application is intended for use with spotifyd, but it works with any Spotify-enabled device.
Installation
Ensure you have Python 3 installed. Then, install the project using pip3
:
pip3 install spotify-cmd
Configuration
The application configuration should be located in ~/.config/spotify-cmd/config.ini
. Below is a detailed guide on each configuration option:
[SPOTIFY]
client_id = your_client_id
client_secret = your_client_secret
device_name = your_device_name
redirect_uri = http://localhost:8888/callback
[SPOTIFY_CMD_DAEMON]
socket_path = /tmp/spotify-cmd-daemon.sock
socket_buffer_size = 1024
- client_id, client_secret are required. Obtain these by creating an app at the Spotify Developer Dashboard.
- device_name is required.
spotify-cmd-daemon
will force to use it even if other is currently active. - redirect_uri is used for Spotify authentication. If not set, it defaults to 'http://localhost:8888/callback'.
- socket_path specifies the Unix socket path for the daemon. Defaults to '/tmp/spotify-cmd-daemon.sock'.
- socket_buffer_size defines the buffer size for socket communication. Defaults to 1024.
Commands
spotify-cmd
offers the following commands:
get playlists
: Lists the user's playlists.get albums
: Lists the user's albums.play playlist <name>
,play album <name>
,play uri <spotify_uri>
: Plays a specific playlist, album, or resource by Spotify URI.play
,pause
,next
,previous
: Controls playback.set shuffle <on|off>
: Toggles shuffle mode.set volume <0-100>
: Sets the volume level.find <search_type> <query>
: Searches for items on Spotify. Acceptable search types arealbum
,artist
,playlist
,track
,episode
, andshow
.
Output Format
Select output format using the --format
flag:
--format text
: Plain text output (default).--format json
: Output in JSON format.--format verbose
: Verbose text information.
Usage Examples
./bin/spotify-cmd get albums
./bin/spotify-cmd get playlists
./bin/spotify-cmd play album "Listening Tree"
./bin/spotify-cmd play playlist "Discover Weekly"
./bin/spotify-cmd play uri spotify:album:5zKTfU3vyuZfLgtYRfJyza
For Developers
Developers can create interfaces for spotify-cmd-daemon
using /tmp/spotify-cmd-daemon.sock
. Socket handling and data format details are in the ./src/common
directory (there is no documentation).
Planned Features and Upcoming Development
- Displaying tracks from specific albums or playlists.
- MPRIS D-Bus interface support to reduce server queries.
spotify-cmd-ui
: A ncurses-based UI for track display and control, working with the same daemon.Search functionality.[Done in 0.1.4]- Support for other resource types like artists.
License
This project is licensed under the terms of the GNU General Public License. Detailed information can be found in the LICENSE.md file.
Author
Project created by Maciej Ciemborowicz.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file spotify-cmd-0.1.4.tar.gz
.
File metadata
- Download URL: spotify-cmd-0.1.4.tar.gz
- Upload date:
- Size: 24.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03f4e54e5e5457d28d5bfdaf92546776d9fd5b4a20f2908abbe94b36b5317dd0 |
|
MD5 | 28a77109102decb435cd5d8d1dc50885 |
|
BLAKE2b-256 | 6f4677dd5e8296c7f6eaa38e887269f52d018775ef190b3a3430c33c02401f2c |
File details
Details for the file spotify_cmd-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: spotify_cmd-0.1.4-py3-none-any.whl
- Upload date:
- Size: 35.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a43f8e66c9f0183987a8c502581651ea07fb7056726c52310bda2c79f1ab9b9c |
|
MD5 | b50440b70166b125ca86f2906f6b2303 |
|
BLAKE2b-256 | fb9e2a2303302146daedefb719132e50e250c4887cf9b09b9293ddf7175ca93c |