aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tests: refactorHEADmastersinanmohd2024-03-041-18/+22
|
* mpv: no need to explicitly set subs after rescansinanmohd2024-03-041-2/+0
|
* server/opensubtitles: init search_namesinanmohd2024-03-042-1/+66
|
* lib/curl: retire retriessinanmohd2024-03-043-18/+10
| | | | it was mainly used for subscene, which is also retired
* mpv: respect slang varsinanmohd2024-03-044-125/+256
|
* mpv: bind b to sub_setupsinanmohd2024-03-042-1/+2
|
* server/subscene: retiresinanmohd2024-03-044-224/+1
| | | | unreliable server and poor database
* mpv: correct code commentsinanmohd2024-03-041-1/+1
|
* readme/todo: initsinanmohd2024-03-031-2/+13
|
* readme: clean upsinanmohd2024-01-131-6/+5
|
* lib/util: clean upsinanmohd2023-12-121-34/+34
|
* treewide: / -> .sinanmohd2023-12-126-14/+14
|
* mpv: check nil for duration propertysinanmohd2023-12-041-3/+3
| | | | for live streams mpv will return nil
* mpv: clean upsinanmohd2023-11-271-4/+1
|
* server/subscene: use the new fuzzy searchsinanmohd2023-10-081-5/+5
|
* server/opensubtitles: more error logssinanmohd2023-10-081-1/+5
|
* readme: update featuressinanmohd2023-10-081-1/+2
|
* server/opensubtitles/search_ohash: use the new fuzzy search algorithmsinanmohd2023-10-083-37/+36
|
* server/opensubtitles: init search_filesizesinanmohd2023-10-084-6/+335
|
* lib/util: init file_existssinanmohd2023-10-073-6/+16
|
* mpv: use media-title as key for http streamssinanmohd2023-10-052-6/+7
|
* lib/curl: move retry logic to curl from serversinanmohd2023-10-043-45/+30
|
* tests: fix, avoid matching on nilsinanmohd2023-10-031-1/+5
|
* readme: clean upsinanmohd2023-10-021-1/+1
|
* repo: refactor error loggingsinanmohd2023-10-023-14/+33
|
* readme: initsinanmohd2023-10-021-0/+32
|
* lib/curl: curl.zip_to_local_file -> zip_link_to_filesinanmohd2023-10-023-5/+5
|
* 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
|