Skip to content

jackrayner/iterm2-spotify-nowplaying

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Track Info for iTerm2 Status Bar

Enables Spotify track information in the iTerm2 status bar.

Main Window

Prerequisites

  • iTerm2
  • iTerm2 Python Runtime (Will be installed on first launch after installation)

Installation

git clone https://github.com/jackrayner/iterm2-spotify-nowplaying.git
cd iterm2-spotify-nowplaying
mkdir -p ~/Library/Application\ Support/iTerm2/Scripts/AutoLaunch
ln -s "${PWD}/now-playing.py" ~/Library/Application\ Support/iTerm2/Scripts/AutoLaunch/now-playing.py

Features

  • Information refresh every 5 seconds.
  • Track name, artist and progress (%) information.
  • Playing/Paused indicator.
    • Status Bar
    • Status Bar
  • Application/Integration Status
    • Status Bar
    • Status Bar
  • Multiple sizes
    • Status Bar
    • Status Bar
    • Status Bar
    • Status Bar

TODO - Future improvements

  • Customisable refresh interval.
  • Improved error handling(?).
  • Investigate replacement of calling osascript to get track information.
  • Travis CI testing.
  • Scrolling text.
  • Click to open Spotify.
  • Add track to saved songs.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages