aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* server/subscene: clean upsinanmohd2023-10-021-1/+1
|
* repo: os.execute/io.popen -> util.runsinanmohd2023-10-022-42/+42
|
* lib/curl: preserve nil value of hcodesinanmohd2023-10-023-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 -> hcodesinanmohd2023-10-021-3/+3
|
* lib/curl: io.popen -> util.runsinanmohd2023-10-022-15/+23
|
* lib/util/run: more error checkingsinanmohd2023-10-021-3/+5
|
* lib/util: init array_mergesinanmohd2023-10-021-0/+16
|
* lib/uril/table_merge: dont modify arg tablesinanmohd2023-10-021-2/+6
|
* lib/util: init runsinanmohd2023-10-021-0/+35
|
* lib/curl: clean upsinanmohd2023-10-011-2/+2
|
* curl: sub_fetch -> curl.zip_to_local_filesinanmohd2023-10-013-41/+22
|
* server: init opensubtitlessinanmohd2023-10-014-4/+196
|
* license: update descriptionsinanmohd2023-10-011-1/+1
|
* lib/util: string_rm_vid_ext -> string_vid_path_to_namesinanmohd2023-10-014-11/+13
|
* mpv: clean upsinanmohd2023-10-011-4/+2
|
* tests: more error checkingsinanmohd2023-10-011-4/+5
|
* lib/util: init opensubtitle_hashsinanmohd2023-10-012-8/+53
|
* mpv: init support for linkssinanmohd2023-10-011-1/+1
|
* mpv: don't fetch subtitles for vtubesinanmohd2023-10-011-1/+7
|
* mpv: now works without sub-auto=fuzzysinanmohd2023-10-012-1/+2
|
* mpv: fix out path when sub-file-paths not setsinanmohd2023-10-011-1/+1
|
* main: clean upsinanmohd2023-10-011-1/+1
|
* main: notify -> mp.osd_messagesinanmohd2023-10-011-7/+3
|
* util: init error loggingsinanmohd2023-10-013-6/+25
|
* mpv: initsinanmohd2023-10-012-1/+74
|
* subscene: more error checkingsinanmohd2023-10-011-2/+7
|
* lib/curl: clean upsinanmohd2023-09-301-2/+2
|
* tests: exit with non zero status on failuresinanmohd2023-09-301-0/+2
|
* repo: initsinanmohd2023-09-305-0/+1026