aboutsummaryrefslogtreecommitdiff
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* lib/curl: curl.zip_to_local_file -> zip_link_to_filesinanmohd2023-10-022-3/+3
|
* server/subscene: clean upsinanmohd2023-10-021-1/+1
|
* lib/curl: preserve nil value of hcodesinanmohd2023-10-022-4/+4
| | | | | | hcode is nil because curl was't able to fulfill the http request, either because curl package is broken or mpv killed it prematurely. we can exit out of retry loop early if hcode is nil since there's no point in retrying
* lib/curl: io.popen -> util.runsinanmohd2023-10-021-1/+1
|
* curl: sub_fetch -> curl.zip_to_local_filesinanmohd2023-10-012-41/+2
|
* server: init opensubtitlessinanmohd2023-10-011-0/+169
|
* lib/util: string_rm_vid_ext -> string_vid_path_to_namesinanmohd2023-10-011-2/+3
|
* mpv: now works without sub-auto=fuzzysinanmohd2023-10-011-1/+0
|
* util: init error loggingsinanmohd2023-10-011-4/+12
|
* subscene: more error checkingsinanmohd2023-10-011-2/+7
|
* repo: initsinanmohd2023-09-301-0/+205