StoPlay / stoplay-ext

Google Chrome extension to stop/play music playing in your web-browser via popular streaming services.
http://stoplay.github.io/
MIT License
14 stars 3 forks source link

Add next/prev buttons #53

Open beshur opened 8 years ago

beshur commented 8 years ago

Add buttons for next/previous track. Interface investigation required.

endway commented 8 years ago

As a result of an investigation, I've come with the options below:

  1. Bind hotkeys for prev/next track.
  2. Create a popup, which shows mini-player with title, prev, pause, next buttons.

In order to leave single click functionality for play/pause we can only bind hotkeys for next/previous track.

beshur commented 6 years ago

Let's do the hotkeys for prev/next track