sregg / spotify-tv

Unofficial Spotify app for Android TV
GNU General Public License v2.0
45 stars 15 forks source link

Feature/game controller controls #19

Closed gw111zz closed 8 years ago

gw111zz commented 8 years ago

Hello!

I've added support for one of the items on your TODO list: Game controller controls (play, pause, previous, next, etc...)

I've added support for play, pause, previous, next, fast-forward and rewind so that playback can be controlled using the TV remote control. Fast-forward and rewind allows the user to jump forwards and backwards 10 seconds respectively. If the user goes past the end of the track then they skip to the start of the next track. If going backwards takes them before the start of the current track, they go to the start of the current track.

I tested this on a Sony Bravia TV.

Regards