Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/util: init file_exists | sinanmohd | 2023-10-07 | 3 | -6/+16 |
| | |||||
* | mpv: use media-title as key for http streams | sinanmohd | 2023-10-05 | 2 | -6/+7 |
| | |||||
* | lib/curl: move retry logic to curl from server | sinanmohd | 2023-10-04 | 3 | -45/+30 |
| | |||||
* | tests: fix, avoid matching on nil | sinanmohd | 2023-10-03 | 1 | -1/+5 |
| | |||||
* | readme: clean up | sinanmohd | 2023-10-02 | 1 | -1/+1 |
| | |||||
* | repo: refactor error logging | sinanmohd | 2023-10-02 | 3 | -14/+33 |
| | |||||
* | readme: init | sinanmohd | 2023-10-02 | 1 | -0/+32 |
| | |||||
* | lib/curl: curl.zip_to_local_file -> zip_link_to_file | sinanmohd | 2023-10-02 | 3 | -5/+5 |
| | |||||
* | server/subscene: clean up | sinanmohd | 2023-10-02 | 1 | -1/+1 |
| | |||||
* | repo: os.execute/io.popen -> util.run | sinanmohd | 2023-10-02 | 2 | -42/+42 |
| | |||||
* | lib/curl: preserve nil value of hcode | sinanmohd | 2023-10-02 | 3 | -5/+8 |
| | | | | | | 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: scode -> hcode | sinanmohd | 2023-10-02 | 1 | -3/+3 |
| | |||||
* | lib/curl: io.popen -> util.run | sinanmohd | 2023-10-02 | 2 | -15/+23 |
| | |||||
* | lib/util/run: more error checking | sinanmohd | 2023-10-02 | 1 | -3/+5 |
| | |||||
* | lib/util: init array_merge | sinanmohd | 2023-10-02 | 1 | -0/+16 |
| | |||||
* | lib/uril/table_merge: dont modify arg table | sinanmohd | 2023-10-02 | 1 | -2/+6 |
| | |||||
* | lib/util: init run | sinanmohd | 2023-10-02 | 1 | -0/+35 |
| | |||||
* | lib/curl: clean up | sinanmohd | 2023-10-01 | 1 | -2/+2 |
| | |||||
* | curl: sub_fetch -> curl.zip_to_local_file | sinanmohd | 2023-10-01 | 3 | -41/+22 |
| | |||||
* | server: init opensubtitles | sinanmohd | 2023-10-01 | 4 | -4/+196 |
| | |||||
* | license: update description | sinanmohd | 2023-10-01 | 1 | -1/+1 |
| | |||||
* | lib/util: string_rm_vid_ext -> string_vid_path_to_name | sinanmohd | 2023-10-01 | 4 | -11/+13 |
| | |||||
* | mpv: clean up | sinanmohd | 2023-10-01 | 1 | -4/+2 |
| | |||||
* | tests: more error checking | sinanmohd | 2023-10-01 | 1 | -4/+5 |
| | |||||
* | lib/util: init opensubtitle_hash | sinanmohd | 2023-10-01 | 2 | -8/+53 |
| | |||||
* | mpv: init support for links | sinanmohd | 2023-10-01 | 1 | -1/+1 |
| | |||||
* | mpv: don't fetch subtitles for vtube | sinanmohd | 2023-10-01 | 1 | -1/+7 |
| | |||||
* | mpv: now works without sub-auto=fuzzy | sinanmohd | 2023-10-01 | 2 | -1/+2 |
| | |||||
* | mpv: fix out path when sub-file-paths not set | sinanmohd | 2023-10-01 | 1 | -1/+1 |
| | |||||
* | main: clean up | sinanmohd | 2023-10-01 | 1 | -1/+1 |
| | |||||
* | main: notify -> mp.osd_message | sinanmohd | 2023-10-01 | 1 | -7/+3 |
| | |||||
* | util: init error logging | sinanmohd | 2023-10-01 | 3 | -6/+25 |
| | |||||
* | mpv: init | sinanmohd | 2023-10-01 | 2 | -1/+74 |
| | |||||
* | subscene: more error checking | sinanmohd | 2023-10-01 | 1 | -2/+7 |
| | |||||
* | lib/curl: clean up | sinanmohd | 2023-09-30 | 1 | -2/+2 |
| | |||||
* | tests: exit with non zero status on failure | sinanmohd | 2023-09-30 | 1 | -0/+2 |
| | |||||
* | repo: init | sinanmohd | 2023-09-30 | 5 | -0/+1026 |