Next
Pre-release
Pre-release
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 currentplay_pause
that toggles play/pause). Useful in cases such as locking the computer and pausing the music. For instancei3
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.