descriptionCycon gives a TUI for getting cytube playlists without a web browser
ownerderais@cock.li
last changeThu, 21 Feb 2019 19:30:53 +0000 (21 14:30 -0500)
content tags
add:
README
This is cycon: CONnect to CYtube. If you just want to see the queue
of a CyTube [0][1] site, updated in real-time without a full web
browser, and maybe pipe a few of the URIs to an external media
player like mpv, this program may work for you.

You need:

 - libcurl
 - libwebsockets
 - yajl
 - unibilium

Note: Sometimes mpv takes a while to load. This can make the user
wonder “Did I really press that button? Is $DISPLAY set correctly?”.
Therefore, cycon doesn't launch mpv exactly; it assumes you have a
binary called ‘mpv-with-load-screen’ that will start immediately
(mine just prepends a 1x1 PNG file to the input arguments). See
launch.c.

[0] https://cytu.be
[1] https://github.com/calzoneman/sync
shortlog
2019-02-21 De Raismake UI tips context-dependentmasterv0.3
2019-02-21 De Raisimplement 'd' for downloading things
2018-12-01 De Raismake pkg-config overridable
2018-11-30 De Raiskeep old playlist entriesv0.2
2018-10-25 De Raisturn debugging flags off
2018-10-23 De Raisprotect against bad memory access on tiny terminals
2018-10-18 De Raisremove TODO; it's done
2018-10-18 De Raisadd manpage
2018-10-18 De Raismake default message slightly more correct
2018-10-18 De Raisremove http cookie handling -- apparently nobody cares
2018-10-18 De Raisfix tiny memory leak when launching mpv
2018-10-15 De Raisreformat
2018-10-11 De Raishandle the server just killing us sometimes
2018-10-06 De Raisinclude long usernames when calculating chat spill
2018-09-12 De Raisdocument that we don't launch mpv as perhaps expected
2018-09-12 De Raisremove s->port, the socketconfig.json garbage handles...
...
tags
5 years ago v0.3
5 years ago v0.2
heads
5 years ago master