SCTC
the soundcloud.com terminal client
Todo List
globalScope> Global _thread_play_function (void *unused)
'quiet' is not quiet at all...
File cache.c
move code for track_lists to cache.c
globalScope> Global cmd_download (char *unused)
a) does not belong here
b) does not work
globalScope> Global command_dispatcher (char *command)
Commands are, at this point, only usefull for the main interface (the list). As soon as we open any other window everything is hardcoded again!
globalScope> Global commands []
Step by step, 'everything' should be moved here.
At some point in time we want to be able to bind keys via configfile.
page SCTC - the soundcloud.com terminal client
Fix the \todos and the TODOs
globalScope> Global track_list_append (struct track_list *target, struct track_list *source)
remove in favour of track_list_merge()
globalScope> Global tui_update_time (int time)
not yet working!)