Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JohnTheGr8/Wox.Plugin.Spotify
Spotify plugin for Wox launcher
https://github.com/JohnTheGr8/Wox.Plugin.Spotify
spotify wox wox-plugin
Last synced: 2 days ago
JSON representation
Spotify plugin for Wox launcher
- Host: GitHub
- URL: https://github.com/JohnTheGr8/Wox.Plugin.Spotify
- Owner: JohnTheGr8
- License: mit
- Created: 2014-03-29T12:28:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T15:08:16.000Z (almost 5 years ago)
- Last Synced: 2024-11-05T12:03:54.371Z (10 days ago)
- Topics: spotify, wox, wox-plugin
- Language: C#
- Size: 222 KB
- Stars: 31
- Watchers: 3
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Wox.Plugin.Spotify
==================Spotify plugin for the [Wox launcher](https://github.com/Wox-launcher/Wox)
### About
Control your Spotify client from Wox. Search for tracks, artists, or albums and launch the results directly to your client.
![image](http://i.imgur.com/AfUkPvd.gif)
### Usage
| Keyword | Description |
| ---------------------------------- | ----------------------------- |
| `` sp `` | Show currently playing track |
| `` sp {track, artist, or album} `` | Search for tracks |
| `` sp artist {artist name} `` | Search for an artist |
| `` sp album {album name} `` | Search for an album |
| `` sp next `` | Play next track |
| `` sp play `` | Resume currently playing track|
| `` sp pause `` | Pause currently playing track |
| `` sp mute `` | Toggle Mute |### Notice
Make sure your local Spotify client has `Allow Spotify to be opened from the web` turned on, otherwise the plugin will inform you that `Spotify is not running`.
You can find this option in `Preferences > Startup and Window Behaviour`.
### Third-Party Libraries
- [SpotifyAPI-NET](https://github.com/JohnnyCrazy/SpotifyAPI-NET) : Spotify API wrapper
- [Json.Net](https://github.com/JamesNK/Newtonsoft.Json) : High performance json library## To Do - Ideas
- Better solution to [#6](https://github.com/JohnTheGr8/Wox.Plugin.Spotify/issues/6)
- Search user content (playlists, saved music)
- Configurable default search type (now track search is default, album/playlist search might be more suitable to some)
- User Configuration (#1)
- Clear Cache folder