Skip to content

Next

Pre-release
Pre-release
Compare
Choose a tag to compare
@fabiofalci fabiofalci released this 13 Feb 20:35
· 31 commits to master since this release

Sconsify-next binary contains current master branch fixes and features to be released in the next version.

  • Add a pause command (different than the current play_pause that toggles play/pause). Useful in cases such as locking the computer and pausing the music. For instance i3 binding:
bindsym Control+Mod1+l exec "i3lock -c 000000 && sconsify -command pause"
  • Ignore tracks with no artists. TODO still need fixing, maybe just ignoring the artist but still showing up on the playlist.

  • Spotify has changed search endpoint, it requires authentication now. Unfortunately, that means after 1 hour the token expires and search won't work anymore. As there is no way to refresh token, a sconsify restart is required.