diff options
| author | 2023-11-11 17:51:49 -0500 | |
|---|---|---|
| committer | 2023-11-11 17:51:49 -0500 | |
| commit | 7e5043a2505efa383ae372662fa4849051cd9799 (patch) | |
| tree | e7736218b7ab323579a440f24d899ed00beb9f73 /NOTES | |
| parent | 113eb3b481417364f84350e90be252355d807f06 (diff) | |
| download | camu-7e5043a2505efa383ae372662fa4849051cd9799.tar.gz camu-7e5043a2505efa383ae372662fa4849051cd9799.tar.bz2 camu-7e5043a2505efa383ae372662fa4849051cd9799.zip | |
Improve basic cmv usage
- Make cap more robust
- Disable ECHO in the TUI
- Improve youtube playback url selection
- Some cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'NOTES')
| -rw-r--r-- | NOTES | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -19,16 +19,19 @@ TODO: - [x] Cleanup camu - [x] Fix TODO's in sink.c - [x] Improve cch_handle "wait for any write" - - [ ] Upload everything to git - - [ ] Add timeout to aki_http - - [ ] Proper threaded upload for libsink - - [ ] Solidify scroll - - [ ] Complete as possible UI widget for a twitter post - - [ ] Add desktop code to git + - [x] Upload everything to git + - [ ] Tree server-sink support + - [ ] Networked bimu + - [ ] Remove thread from cch_handler_http (wait_for_range still needs a mutex, BIMU_THREADED_DEMUXING?) - [ ] Adapt all shoki backends to new post structure - [ ] Finally move archived twitter/pixiv files into a proper "camu_db" - - [ ] Windows file backend in libakiyo + - [ ] Native windows file backend in libakiyo - [ ] Add idle animation to cmv - https://www.shadertoy.com/view/wtsXRX - [ ] Add node paradigm to the server-client stuff - [ ] Allow cmv to act as a node + +PLANNED: + - [ ] Add timeout to aki_http + - [ ] Proper threaded upload for libsink + - [ ] Add GUI |