subclient

Subsonic ncurses client
git clone https://git.e1e0.net/subclient.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-01-12 19:35pass stream urls to mpv instead of downloaded filesPaco Esteban5+9-68
2021-11-19 17:20apply yapf formattingPaco Esteban3+15-12
2021-10-24 18:10add license and readmePaco Esteban2+92-0
2021-10-24 17:31guard artist/album/song navigationPaco Esteban1+6-0
2021-10-24 17:30only start the info updater thread if is not already runningPaco Esteban1+2-1
2021-10-24 17:16refresh info only if playingPaco Esteban1+2-1
2021-10-24 17:03cosmetic changesPaco Esteban1+2-4
2021-10-24 16:50remove not needed close() for filePaco Esteban1+0-1
2021-10-24 16:50make info win a bit shorter, which looks betterPaco Esteban1+1-1
2021-10-24 16:49implement basic cache cleanupPaco Esteban1+24-4
2021-10-24 09:51move threading to helpers to make it more generalPaco Esteban2+21-21
2021-10-23 16:25add py-sonic as requirementPaco Esteban1+1-0
2021-10-21 19:13fix playlist pos -1 and paused icon at startPaco Esteban2+7-2
2021-10-21 19:07implement now playing with time and allPaco Esteban3+99-14
2021-10-18 17:01test if config file existsPaco Esteban2+15-3
2021-10-18 17:00mock up of a list window and info window. pretty crappy for nowPaco Esteban2+23-13
2021-08-29 17:25implement rudimentary cachePaco Esteban3+44-23
2021-08-29 16:40add prev/next songPaco Esteban2+10-0
2021-08-29 16:31play more than one songPaco Esteban2+13-11
2021-06-27 17:01add super basic 1 song play on enterPaco Esteban3+50-43
2021-06-27 16:31implement albums, artitsts and songs navigationPaco Esteban1+39-3
2021-06-27 16:03we can even pge nowPaco Esteban1+27-1
2021-06-27 15:37betterer and clearerer scroll methodPaco Esteban1+94-55
2021-06-26 16:17leave 1 line top and bottom for future infoPaco Esteban1+8-8
2021-06-26 15:57basic up/down navigation in cursesPaco Esteban1+44-6
2021-06-24 18:32I hate py_cui, trying to get ride of it. Part IPaco Esteban2+32-197
2021-06-23 17:23rename the mpv object on Player classPaco Esteban1+11-11
2021-06-20 15:46make play next in playlist. lots of errors stillPaco Esteban2+24-9
2021-06-20 15:44implement seek and better now playing methodPaco Esteban2+31-6
2021-06-19 18:16update status bar and force stop before playPaco Esteban2+16-11
2021-06-19 18:06better up/down navigationPaco Esteban1+3-9
2021-06-19 18:01ui remodel + playlist approachPaco Esteban1+117-64
2021-06-17 18:20put config file on XDG_CONFIG_HOMEPaco Esteban1+11-1
2021-06-17 17:20implement basic play/pause and better navigationPaco Esteban2+48-7
2021-06-13 16:30basic player runningPaco Esteban3+51-2
2021-06-10 13:38mocking now playing messagePaco Esteban3+31-19
2021-06-10 10:40basic interface, no playPaco Esteban5+110-30
2021-06-09 16:04add libmpv wrapper and play streaming directlyPaco Esteban2+15-17
2021-06-07 17:20play X random songs as per configPaco Esteban3+43-20
2021-06-06 15:57initial commitPaco Esteban6+76-0