Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.12 KB

Spotify Argos Extension

For use with p-e-w/argos. Provides current song, artist and playback status in the taskbar and more detailed information with playback controls and album art in the dropdown.

Set up

To use this argos extension, simply pull down the git repository somewhere safe and either make a symlink to the argos directory or copy the script over.

Requirements

The following Python library is needed. To quickly install, a requirements.txt file has been provided. With it you can run pip install -r requirements.txt to get the necessary libraries.

Screenshots

Taskbar

Menu Open

#TODO

  • Implement cool Spotify features using their API
    • Like button
    • Shuffle
  • Make the album art a clickable button to maximize the Spotify window.
  • Add virtualenv generation to the requirements script and have the plugin run from it.