SNotify gives your Spotify Windows Client two additional abilities: global hotkeys and toast notifications.
You can easily customize how toast notification looks by tweaking various options like fonts, colors etc. and define hotkeys for play/pause, previous/next track and volume controls.
You have two options to download and use SNotify:
- Visit releases page to download latest compiled version of SNotify. Unzip release package to a location where you want the application to reside and run
SNotify.exe
. - If you have AutoHotkey installed in your PC, you can download master repository, unzip the package where you want the scripts to reside and run
snotify.ahk
without the need to compile AutoHotkey code.
It's recommended to use compiled versions that's described in 1st option because they're the stable releases of SNotify.
Big thanks to gwarble for Notify script.
The MIT License (MIT)
Copyright (c) 2016 Adnan Topal
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.