Dellos7 / uebersicht-spotify-adsilencer.widget

An Übersicht widget that let's you play/pause the current Spotify song, go backward the previous one, go forward the next one and see the name, artist and cover of the track. It also detects Spotify ads and silences them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Übersicht Spotify mini player and ad silencer widget

First of all I would like to thank Felix for the great work on creating Übersicht and keeping it updated day after day.

Übersicht is an OSX App that let's you install and develop widgets written in HTML, CSS and JavaScript and see them in your OSX desktop.

Features

  1. See the name, artist and album image of the current Spotify track in the desktop.
  2. Play/pause the current Spotify track from the desktop.
  3. Go forward the next Spotify song from the desktop.
  4. Go backward the previous Spotify song from the desktop.
  5. The widget automatically detects the ads and silence Spotify so you don't have to listen to them.
  6. When the widget detects that a song is being resumed after an ad, it turns up again the volume to the latest volume set in Spotify.

The widget

Spotify mini player Spotify ad silencer

Installation

  1. Download Übersicht from the official web page.
  2. Unzip the download and open the Übersicht.app file. You should see a Getting Started widget in the center of your desktop.
  3. Download the Spotify-AdSilencer.widget.zip file, unzip and put the uncompressed folder in the following location /Users/\<username>\/Library/Application Support/Übersicht/widgets
  4. Enjoy :)

Style modifications

You can easily change the style of the widget by modifying some of the Stylus CSS global variables:

Variable Description Values
player Wheter the Spotify mini player in the desktop true or false
bottom Margin left from the widget to the bottom Default it's 10%, can contain any CSS width compatible measure
right Margin left from the widget to the right Default it's 2%, can contain any CSS width compatible measure

Final thoughts

  1. If you are thinking in using this widget as an ad silencer all the time, you should considering in upgrading your Spotify account to premium in order to support the great service Spotify offers.
  2. Spotify is a registered trademark of Spotify Ltd. This repo is in no way affiliated with spotify.com or Spotify Ltd.

About

An Übersicht widget that let's you play/pause the current Spotify song, go backward the previous one, go forward the next one and see the name, artist and cover of the track. It also detects Spotify ads and silences them.

License:GNU General Public License v3.0


Languages

Language:CoffeeScript 95.4%Language:Shell 4.6%