Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | server/subscene: retire | sinanmohd | 2024-03-04 | 1 | -196/+0 |
| | | | | unreliable server and poor database | ||||
* | treewide: / -> . | sinanmohd | 2023-12-12 | 2 | -6/+6 |
| | |||||
* | server/subscene: use the new fuzzy search | sinanmohd | 2023-10-08 | 1 | -5/+5 |
| | |||||
* | server/opensubtitles: more error logs | sinanmohd | 2023-10-08 | 1 | -1/+5 |
| | |||||
* | server/opensubtitles/search_ohash: use the new fuzzy search algorithm | sinanmohd | 2023-10-08 | 1 | -27/+19 |
| | |||||
* | server/opensubtitles: init search_filesize | sinanmohd | 2023-10-08 | 1 | -4/+86 |
| | |||||
* | lib/util: init file_exists | sinanmohd | 2023-10-07 | 1 | -3/+8 |
| | |||||
* | mpv: use media-title as key for http streams | sinanmohd | 2023-10-05 | 1 | -2/+2 |
| | |||||
* | lib/curl: move retry logic to curl from server | sinanmohd | 2023-10-04 | 2 | -30/+14 |
| | |||||
* | 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 |