Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | repo: refactor error logging | sinanmohd | 2023-10-02 | 2 | -9/+23 |
| | |||||
* | lib/curl: curl.zip_to_local_file -> zip_link_to_file | sinanmohd | 2023-10-02 | 2 | -3/+3 |
| | |||||
* | server/subscene: clean up | sinanmohd | 2023-10-02 | 1 | -1/+1 |
| | |||||
* | lib/curl: preserve nil value of hcode | sinanmohd | 2023-10-02 | 2 | -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.run | sinanmohd | 2023-10-02 | 1 | -1/+1 |
| | |||||
* | curl: sub_fetch -> curl.zip_to_local_file | sinanmohd | 2023-10-01 | 2 | -41/+2 |
| | |||||
* | server: init opensubtitles | sinanmohd | 2023-10-01 | 1 | -0/+169 |
| | |||||
* | lib/util: string_rm_vid_ext -> string_vid_path_to_name | sinanmohd | 2023-10-01 | 1 | -2/+3 |
| | |||||
* | mpv: now works without sub-auto=fuzzy | sinanmohd | 2023-10-01 | 1 | -1/+0 |
| | |||||
* | util: init error logging | sinanmohd | 2023-10-01 | 1 | -4/+12 |
| | |||||
* | subscene: more error checking | sinanmohd | 2023-10-01 | 1 | -2/+7 |
| | |||||
* | repo: init | sinanmohd | 2023-09-30 | 1 | -0/+205 |