github.com/fabiofalci/sconsify
v0.5.0
#2323 most downloaded on Go modules
fabiofalci/sconsify
What this package is like to depend on
Last release 6 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 13 months
Some releases are documented
notes for 4 of 7 stable releases
Nothing withdrawn
no release was ever pulled
11 years old
27 releases · first in 2015
0 releases in the last 12 months
see the full history below
Release timeline
27 releases · Apr 2015 to Mar 2020Releases
latest 27-
v0.5.1-0.20200309222125-85b8dae5e3c009 Mar 2020 pre-releaseNothing published for this version
-
v0.5.1-0.20191011204055-51625341bc0a11 Oct 2019 pre-releaseNothing published for this version
-
v0.5.003 Mar 2018Release notes
Open source →Sconsify 0.5.0, a minor release just to get some things out:
- Add a
pausecommand (different than the currentplay_pausethat toggles play/pause). Useful in cases such as locking the computer and pausing the music. For instancei3binding:
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 in 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.
- Add a
-
v0.4.008 Feb 2017Release notes
Open source →Sconsify 0.4.0:
- Mark playing song in the track list.
- Search aliases
al=album,ar=artist,tr=track:
al:help ar:the beatles tr:let it be- Fix pause to actually pause the track and not to stop it.
- Temporary playlist. Type
cin the queue view, type a name and then a temporary playlist will appear containing all songs in the queue view. - Show tracks as
title + artistinstead ofartist + title. - Load playlists using spotify web api by default as it seems that loading playlists using libspotify doesn't work anymore.
- Fix
macOSSierra issues by updating go (1.7.5) and fixing gco pointer rules.
-
v0.4.0-rc327 Jan 2017 pre-releaseRelease notes
Open source →Sconsify 0.4.0-rc3:
- Fix
macOSSierra issues by updating go (1.7.5) and fixing gco pointer rules.
- Fix
-
v0.4.0-rc2.0.20170127212906-1331aec1aa2727 Jan 2017 pre-releaseNothing published for this version
-
v0.4.0-rc205 Jan 2017 pre-releaseRelease notes
Open source →Sconsify 0.4.0-rc2:
- Load playlists using spotify web api when using
-web-apiflag as it seems that loading playlists using libspotify doesn't work anymore.
This release still doesn't solve the problem on
macOSSierra. - Load playlists using spotify web api when using
-
v0.4.0-rc1.0.20170105191113-ae02752a676005 Jan 2017 pre-releaseNothing published for this version
-
v0.4.0-rc112 Nov 2016 pre-releaseRelease notes
Open source →Sconsify 0.4.0-rc1:
- Mark playing song in the track list.
- Search aliases
al=album,ar=artist,tr=track:
al:help ar:the beatles tr:let it be- Fix pause to actually pause the track and not to stop it.
- Temporary playlist. Type
cin the queue view, type a name and then a temporary playlist will appear containing all songs in the queue view. - Show tracks as
title + artistinstead ofartist + title.
-
v0.3.1-0.20161112194156-3500d205d47d12 Nov 2016 pre-releaseNothing published for this version
-
v0.3.018 Sep 2016Release notes
Open source →Sconsify 0.3.0:
- Remove track from playlist:
dd(it doesn't save the change to spotify playlist). - Remove playlist from playlists view:
dd(it doesn't save the change to spotify playlist). - Remove all tracks from playlist:
D(it doesn't save the change to spotify playlist). - Preferred bitrate
-preferred-bitrate=96k, 160k, 320k. - Search function using spotify web-api instead of libspotify sdk.
Press to loadoption in the search to load more results.- Search fields:
album, artist or track. Examples:
album:help artist:the beatles track:let it be- Interprocess commands using
sconsify -command <command>. Available commands:replay, play_pause, next. For instance my i3 config file has this configuration so I can use keyboard buttons to replay, play/pause and go to the next track:
bindsym XF86AudioPrev exec sconsify -command replay bindsym XF86AudioPlay exec sconsify -command play_pause bindsym XF86AudioNext exec sconsify -command next- Experimental use of spotify web-api to have access to saved albums, saved songs and new releases. It needs a web autentication to get an access token valid for 1 hour. After 1 hour it won't be able to access the web-api anymore and there's no way to refresh the token, only quiting and opening the application again. Pass
-web-apiflag to use it.
- Remove track from playlist:
-
v0.3.0-rc113 Jun 2016 pre-releaseRelease notes
Open source →Sconsify 0.3.0 release candidate 1:
- Remove track from playlist:
dd(it doesn't save the change to spotify playlist). - Remove playlist from playlists view:
dd(it doesn't save the change to spotify playlist). - Remove all tracks from playlist:
D(it doesn't save the change to spotify playlist). - Preferred bitrate
-preferred-bitrate=96k, 160k, 320k. - Search function using spotify web-api instead of libspotify sdk.
Press to loadoption in the search to load more results.- Search fields:
album, artist or track. Examples:
album:help artist:the beatles track:let it be- Interprocess commands using
sconsify -command <command>. Available commands:replay, play_pause, next. For instance my i3 config file has this configuration so I can use keyboard buttons to replay, play/pause and go to the next track:
bindsym XF86AudioPrev exec sconsify -command replay bindsym XF86AudioPlay exec sconsify -command play_pause bindsym XF86AudioNext exec sconsify -command next- Experimental use of spotify web-api to have access to saved albums, saved songs and new releases. It needs a web autentication to get an access token valid for 1 hour. After 1 hour it won't be able to access the web-api anymore and there's no way to refresh the token, only quiting and opening the application again. Pass
-web-apiflag to use it.
- Remove track from playlist:
-
v0.2.2-0.20160613171133-cfa3b642748a13 Jun 2016 pre-releaseNothing published for this version
-
v0.2.117 Jan 2016 -
v0.2.019 Aug 2015Nothing published for this version
-
v0.2.0-rc109 Aug 2015 pre-releaseNothing published for this version
-
v0.1.2-0.20150809202411-e435910cfc8809 Aug 2015 pre-releaseNothing published for this version
-
v0.1.126 May 2015Nothing published for this version
-
v0.1.1-rc113 May 2015 pre-releaseNothing published for this version
-
v0.1.1-0.20150513073733-1e03c6895f8d13 May 2015 pre-releaseNothing published for this version
-
v0.1.001 May 2015Nothing published for this version
-
v0.1.0-rc224 Apr 2015 pre-releaseNothing published for this version
-
v0.1.0-rc1.0.20150424071451-c283b9792e5224 Apr 2015 pre-releaseNothing published for this version
-
v0.1.0-rc120 Apr 2015 pre-releaseNothing published for this version
-
v0.0.0-20191011204055-51625341bc0a11 Oct 2019 pre-releaseNothing published for this version
-
v0.0.0-20181227092444-24138dd6863727 Dec 2018 pre-releaseNothing published for this version
-
v0.0.0-20150420170048-26253670c1b920 Apr 2015 pre-releaseNothing published for this version