Commit Graph

459 Commits

Author SHA1 Message Date
Harry
b505e769e3
Merge pull request #235 from harry0703/dev
optimize i18n
2024-04-11 20:24:36 +08:00
harry
09285954a8 optimize i18n 2024-04-11 20:22:27 +08:00
Harry
af84c426e6
Merge pull request #233 from harry0703/dev
add openai error logs and compatible with local whisper model
2024-04-11 18:29:35 +08:00
harry
1c7d7e138b compatible with local whisper model 2024-04-11 18:27:14 +08:00
harry
759c1ce652 add openai error logs 2024-04-11 18:25:15 +08:00
Harry
0e61137588
Merge pull request #231 from harry0703/dev
optimize the position of long subtitles
2024-04-11 17:09:38 +08:00
harry
56a6d5c523 optimize the position of long subtitles 2024-04-11 17:09:10 +08:00
Harry
0acd7cc9d5
Merge pull request #229 from harry0703/dev
fixed an error when loading the config file.
2024-04-11 13:44:58 +08:00
harry
13f3e87a2d fixed an error when loading the config file. 2024-04-11 13:44:20 +08:00
Harry
6216a81a6c
Merge pull request #228 from harry0703/dev
optimize dockerfile
2024-04-11 13:40:46 +08:00
harry
64bfb21bf0 optimize dockerfile 2024-04-11 13:40:02 +08:00
harry
740960b0ff optimize redis import 2024-04-10 17:47:40 +08:00
harry
2c72eb92a1 1. reduce ffmpeg encoding pass to improve performance.
2. fix bug causing file lock that prevents deletion (issue 217).
2024-04-10 17:29:13 +08:00
cpanel10x
1ac643f4d0
Merge branch 'harry0703:main' into main 2024-04-10 16:01:43 +07:00
Harry
c866c4a383
Merge pull request #220 from vuisme/patch-1
fix LLM API Key with g4f config
2024-04-10 16:56:41 +08:00
Harry
41698a35f0
Merge pull request #219 from KevinZhang19870314/main
feat: add task deletion endpoint
2024-04-10 16:55:24 +08:00
cpanel10x
2a251ebbd1
fix LLM API Key with g4f config
fix LLM API Key with g4f config
2024-04-10 15:47:39 +07:00
Kevin Zhang
684317b384
Merge branch 'harry0703:main' into main 2024-04-10 16:16:58 +08:00
kevin.zhang
d57434e0d3 feat: add task deletion endpoint 2024-04-10 16:14:50 +08:00
cpanel10x
fea396585f
Merge branch 'harry0703:main' into main 2024-04-10 14:19:13 +07:00
Harry
deb30579d4
Merge pull request #216 from KevinZhang19870314/main
feat: add redis support for task state management
2024-04-10 13:41:13 +08:00
kevin.zhang
a880b2b45b chore: use memory state by default 2024-04-10 10:58:31 +08:00
kevin.zhang
3d45348662 feat: add redis support for task state management 2024-04-10 10:42:56 +08:00
harry
a0944fa358 optimize UI and user experience 2024-04-09 21:37:23 +08:00
harry
b2f8c35e72 optimize pexels_api_keys format 2024-04-09 20:36:26 +08:00
harry
6bcd7dc317 optimize code 2024-04-09 19:50:39 +08:00
harry
0b07202d42 optimize UI and user experience 2024-04-09 19:46:56 +08:00
cpanel10x
3fe6ff42c8
Merge branch 'harry0703:main' into main 2024-04-09 16:04:36 +07:00
Harry
68c7ea13c7
Merge pull request #200 from yinzhidong/main
update gitignore
2024-04-09 16:56:17 +08:00
harry
30b6f6e135 add the current directory to sys.path 2024-04-09 15:02:14 +08:00
harry
a0bb241774 Merge remote-tracking branch 'origin/main' 2024-04-09 13:43:01 +08:00
harry
b7b5720231 update imagemagick download url 2024-04-09 13:42:05 +08:00
Harry
cce1607c91
Merge pull request #201 from KevinZhang19870314/main
feat: enable cors to allow play video through mounted videos url
2024-04-09 09:38:42 +08:00
Kevin Zhang
7df51fb5ab
Merge branch 'harry0703:main' into main 2024-04-09 09:32:49 +08:00
kevin.zhang
3b1871d591 feat: enable cors to allow play video through mounted videos url 2024-04-09 09:30:59 +08:00
echo
7cba7a0612 git: update gitignore 2024-04-09 09:16:47 +08:00
harry
7cc5afdf5d update readme 2024-04-08 10:31:15 +08:00
harry
6a9fe08b7b update the startup script 2024-04-07 21:28:39 +08:00
harry
b8103e98f1 fixed: issue 183 2024-04-07 18:08:51 +08:00
harry
c10b5696fc filter out corrupted video files 2024-04-05 22:48:23 +08:00
harry
e6c5dd4146 update the startup script 2024-04-05 22:43:20 +08:00
harry
5933a47620 Add exception handling for reading the configuration file and optimize the loading method 2024-04-05 22:29:16 +08:00
harry
0d3b7b7c5c increase the timeout value 2024-04-05 22:27:56 +08:00
harry
dbe87c5551 change the doc ip address 2024-04-05 22:27:42 +08:00
harry
06ca10a9a0 update readme 2024-04-05 21:45:57 +08:00
harry
da633a6e57 Fix the bug that mistakenly created a directory instead of a file 2024-04-05 21:40:27 +08:00
harry
28cc399e32 Remove logging to file 2024-04-05 21:25:52 +08:00
Harry
34694a169c
Merge pull request #176 from josenxx/main
增加ollama支持
2024-04-05 21:17:34 +08:00
Harry
244c1a7a22
Merge pull request #174 from wangxingda/fix_encoding_bug
add default subtitle encoding to utf-8
2024-04-05 21:13:39 +08:00
Xiaorui Xue
045c8521a4 small changes to make config file better 2024-04-05 21:11:45 +08:00