fabiofalci / sconsify

A spotify console application
https://fabiofalci.github.io/sconsify
Apache License 2.0
566 stars 26 forks source link

UI: Mark Playing Songin in Track List #53

Closed brownzach125 closed 8 years ago

brownzach125 commented 8 years ago

This is a feature requested in issue #48 Highlight which track is playing

The solution is the one suggested in the comments on the issue.

  1. Daft Punk - Derezze
  2. <<Daft Punk - The Son of Flynn>>
  3. Daft Punk - TRON Legacy (End Titles)

cui.TrackPlaying() now calls updateTracksView() updateTracksView now saves cursor and origin state and restore the state after redrawing the list.

Signed-Off-By Zach Brown brownzach125@gmail.com

fabiofalci commented 8 years ago

Cool stuff @brownzach125 I didn't have time to look at it, just returning from holidays but I'll as soon as I can. Thanks!