aboutsummaryrefslogtreecommitdiff
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* server/opensubtitles: init search_namesinanmohd2024-03-041-0/+65
|
* lib/curl: retire retriessinanmohd2024-03-041-4/+3
| | | | it was mainly used for subscene, which is also retired
* mpv: respect slang varsinanmohd2024-03-041-115/+10
|
* server/subscene: retiresinanmohd2024-03-041-196/+0
| | | | unreliable server and poor database
* treewide: / -> .sinanmohd2023-12-122-6/+6
|
* server/subscene: use the new fuzzy searchsinanmohd2023-10-081-5/+5
|
* server/opensubtitles: more error logssinanmohd2023-10-081-1/+5
|
* server/opensubtitles/search_ohash: use the new fuzzy search algorithmsinanmohd2023-10-081-27/+19
|
* server/opensubtitles: init search_filesizesinanmohd2023-10-081-4/+86
|
* lib/util: init file_existssinanmohd2023-10-071-3/+8
|
* mpv: use media-title as key for http streamssinanmohd2023-10-051-2/+2
|
* lib/curl: move retry logic to curl from serversinanmohd2023-10-042-30/+14
|
* repo: refactor error loggingsinanmohd2023-10-022-9/+23
|
* 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