fabiofalci / sconsify

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

Highlight which track is playing #48

Closed jackdesert closed 8 years ago

jackdesert commented 8 years ago

Highlight works great when using arrow keys to select a song to play.

If that highlighting could move to the next song when the next song plays, that would be so helpful

fabiofalci commented 8 years ago

That could be tricky using colours as gocui (https://github.com/jroimartin/gocui) just allow you to use few colours (foreground, background) and the user may be navigating and then sconsify would interfere in this navigation.

One way to go is to use chars instead of colours, like:

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

Embracing the track with something like <<...>>, [...], (...), ->...<-, etc.

fabiofalci commented 8 years ago

https://github.com/fabiofalci/sconsify/pull/53 fixed