Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saivittalb/nowspot
🎷 A macOS application which enables Spotify to be managed from the menu bar by providing song notifications and playback control.
https://github.com/saivittalb/nowspot
app-plugin macos music objective-c spotify spotify-plugin xcode
Last synced: 26 days ago
JSON representation
🎷 A macOS application which enables Spotify to be managed from the menu bar by providing song notifications and playback control.
- Host: GitHub
- URL: https://github.com/saivittalb/nowspot
- Owner: saivittalb
- License: apache-2.0
- Created: 2020-05-31T21:58:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T04:47:29.000Z (over 4 years ago)
- Last Synced: 2024-08-03T09:03:42.667Z (4 months ago)
- Topics: app-plugin, macos, music, objective-c, spotify, spotify-plugin, xcode
- Language: Objective-C
- Homepage: https://github.com/saivittalb/nowspot/releases/download/v1.2/Nowspot.app.zip
- Size: 996 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - NowSpot
README
# NowSpot
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![version](https://img.shields.io/badge/version-1.2-brightgreen)
[![PR's Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
[![GitHub followers](https://img.shields.io/github/followers/saivittalb.svg?style=social&label=Follow)](https://github.com/saivittalb?tab=followers)
[![Twitter Follow](https://img.shields.io/twitter/follow/saivittalb.svg?style=social)](https://twitter.com/saivittalb)A macOS application which enables Spotify to be managed from the menu bar by providing song notifications and playback control.
## Install
[Download latest release version](https://github.com/saivittalb/nowspot/releases/download/v1.2/NowSpot.app.zip).
###### Note
To bypass the warning of unidentified developer, grant the permission by navigating to
```System Preferences -> Security & Privacy -> General```
## Features
### Song name in the menu bar
- Playing indicator (optional) to show which song is playing.
- Shortens song name by hiding parentheticals.
- Hover over song name to see full song name, artist, and album.
- Control music playback with a click and hold on song name to play/pause, click and drag right to skip, click and drag left to go back.
- Opening menu bar application shows album art, full song name, artist, and album.
- Alternatively, the song name can be hidden to reduce menu bar clutter.### Song notifications
- Optional notifications when a new song starts playing.
- Ability to skip songs from notification, or click notification to bring up Spotify.## License
This project is licensed under the Apache License 2.0, a permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code. Trademark use is also strictly prohibited. Any material found which vandalises or threatens any sort of plagiarism will be strictly given a legal action.Copyright (c) 2020 Sai Vittal B. All rights reserved.
## Contributing
- Fork this project by clicking the ```Fork``` button on top right corner of this page.
- Open terminal/console window.
- Clone the repository by running following command in git:
```bash
$ git clone https://github.com/[YOUR-USERNAME]/nowspot.git
```
- Add all changes by running this command.
```bash
$ git add .
```
- Or to add specific files only, run this command.
```bash
$ git add path/to/your/file
```
- Commit changes by running these commands.
```bash
$ git commit -m "DESCRIBE YOUR CHANGES HERE"$ git push origin
```
- Create a Pull Request by clicking the ```New pull request``` button on your repository page.[![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://GitHub.com/saivittalb/)
[![ForTheBadge powered-by-electricity](http://ForTheBadge.com/images/badges/powered-by-electricity.svg)](http://ForTheBadge.com)Copyright (c) 2020 Sai Vittal B. All rights reserved.
Made with ❤ by Sai Vittal B