Skip to content

Madh93/Rpotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Rpotify

Rpotify is a tool for managing Spotify remotely without GUI, only by CLI.

Alt text

##Features

Current features:

  • Play/Pause/Stop
  • Next/Previous
  • Shuffle/Repeat
  • Volume up/down
  • Now Playing
  • Information track
  • Search song/album/artist

Future features:

  • Order searches
  • Access to personal lists
  • Download track/cover
  • ...

##How to install

###Dependencies

For Volume up/down and Shuffle/Repeat is necessary xdotool:

sudo apt-get install xdotool

To search music is necessary:

###Install

Download, extract and launch:

wget -O rpotify.zip https://github.com/Madh93/Rpotify/archive/master.zip
unzip rpotify.zip && cd Rpotify-master
./rpotify.sh

##How to use

To list all commands:

./rpotify.sh help

To search music:

./rpotify.sh search [[-s|--song]|[--album]|[-a|--artist]] text_search

Releases

No releases published

Packages

No packages published