/SpotMenu

Spotify in your menu bar

Primary LanguageSwiftMIT LicenseMIT

SpotMenu demo

Spotify in your menu bar

About

demo

SpotMenu is a combination of TrayPlay and Statusfy written entirely in swift.

Note: The animated gif currently demonstrates the functionality of version 1.2

New Features in Version 1.2

  • Scrollbar now updates its position more frequently
  • Current track position is shown in text also (minutes:seconds)
  • The ability to toggle between the duration of the current track and the time remaining

New Features in Version 1.1

  • Added play/pause functionality
  • Added a scrollbar to jump to a position of the currently playing song
  • The menu bar now shows an icon if music is playing

Easy Install

Download the zip file version 1.0, version 1.1 or version 1.2. Unarchive it. Run SpotMenu.app. In case of unidentified developer follow these steps!

How to Build

First, you'll need Xcode 8. You can download this at the Mac App Store. Second, you'll need CocoaPods.

Now, use Git to clone the repository and clone the submodules.

git clone https://github.com/kmikiy/SpotMenu.git
cd SpotMenu
pod install

Finally, open up the SpotMenu.xcworkspace. Set the "Scheme" to build the SpotMenu target for "My Mac". Then Product > Run (or the shortcut ⌘R).

Note: Version 1.2 has been updated to swift 3.0 therefore Xcode 8 is required.