GitHub Actions
b5a04f61b0
Automated update subgen.py with version
2024-05-15 20:02:49 +00:00
McCloudS
ab382c2955
Merge pull request #91 from benjroy/20240515_fix_detect_language_response_language_code
...
Patch: fix "language_code" in /detect-language endpoint
2024-05-15 14:02:38 -06:00
benjroy
0480cb3888
Patch: fix "language_code" in /detect-language endpoint
...
Prevents Bazarr from throttling whisperai (subgen) provider with LanguageReverseError
- "detected_language" -> full language name, e.g. "english" or "nynorsk" (unchanged)
- "language_code" -> two letter language code (changed)
2024-05-15 10:40:53 -07:00
GitHub Actions
4e4e1c6689
Automated update subgen.py with version
2024-05-13 14:13:57 +00:00
McCloudS
292934e2ee
Update subgen.py
2024-05-13 08:13:41 -06:00
McCloudS
4e86d1ddf1
added distil-large-v3
2024-05-07 12:47:53 -06:00
GitHub Actions
9b8741d1d4
Automated update subgen.py with version
2024-05-07 18:26:06 +00:00
McCloudS
8f14f78a92
Fixed gen_subtitles_queue
...
I broke this when I added queuing.
2024-05-07 12:25:52 -06:00
GitHub Actions
c2aa2a384e
Automated update subgen.py with version
2024-05-01 22:20:13 +00:00
McCloudS
3906168d62
Clarify when an ASR task is running
2024-05-01 16:20:02 -06:00
GitHub Actions
a27f1f1727
Automated update subgen.py with version
2024-04-23 14:42:53 +00:00
McCloudS
1dd5c8c80b
Fix int casting on detect_language_length
2024-04-23 08:42:42 -06:00
McCloudS
0ea9a6429d
Update README.md
2024-04-21 09:22:33 -06:00
GitHub Actions
4e1295985e
Automated update subgen.py with version
2024-04-21 15:20:24 +00:00
McCloudS
37e2680df2
Merge pull request #85 from xhzhu0628/add-queuing-and-threading
...
Add queuing and threading. Bazarr doesn't respect `CONCURRENT_TRANSCRIPTIONS` intentionally because it wants a time-sensitive response.
2024-04-21 09:20:13 -06:00
McCloudS
8a6e625365
add queue tracking for Bazarr
...
General clean up, removed the old array that tracked items and added Bazarr. Bazarr doesn't obey the CONCURRENT_TRANSCRIPTIONS, which is probably best since those have a fixed timeout they need to respond by.
2024-04-20 11:28:26 -06:00
McCloudS
2e6bf94b09
Set skipifinternalsublang back to default.
2024-04-20 08:47:04 -06:00
McCloudS
60520cef63
removed check function and moved it under gen_subtitles_queue
2024-04-20 08:45:56 -06:00
McCloudS
8ddebaf701
Emptied MONITOR and FOLDERS var
...
(was from my own testing)
2024-04-20 08:18:03 -06:00
McCloudS
72f264870f
Cleaned up checks
2024-04-20 08:17:08 -06:00
Xuhao Zhu
bec60ea49a
Update subgen.py add queuing and threading.
2024-04-20 14:06:53 +08:00
McCloudS
5c96212570
Update build_GPU.yml
2024-04-11 11:17:02 -06:00
McCloudS
a2fee8c641
Update build_GPU.yml
2024-04-11 11:09:27 -06:00
McCloudS
c64abf269f
Update build_GPU.yml
2024-04-11 10:54:46 -06:00
McCloudS
b3f51d4d34
Update build_CPU.yml
2024-04-11 10:36:38 -06:00
McCloudS
39cd6389d1
Update build_CPU.yml
2024-04-11 10:23:47 -06:00
McCloudS
d83fb53274
Update build_CPU.yml
2024-04-11 10:11:57 -06:00
McCloudS
a7f0c5e28e
Update build_GPU.yml
2024-04-11 09:41:37 -06:00
McCloudS
781dc4e21f
Update build_CPU.yml
2024-04-11 09:35:45 -06:00
McCloudS
a2b4cb8136
Update build_CPU.yml
2024-04-11 09:35:25 -06:00
McCloudS
504f6a63c4
Update build_CPU.yml
2024-04-11 09:23:14 -06:00
McCloudS
cfefa254ca
Update build_CPU.yml
2024-04-11 09:21:06 -06:00
GitHub Actions
d1d61af532
Automated update subgen.py with version
2024-04-10 23:39:10 +00:00
McCloudS
a999772a68
Added DETECT_LANGUAGE_LENGTH
2024-04-10 17:38:57 -06:00
McCloudS
b9deb0a5fb
Update README.md
2024-04-10 17:37:14 -06:00
GitHub Actions
308d519b2c
Automated update subgen.py with version
2024-04-10 19:06:30 +00:00
McCloudS
bd12bd121a
lowercase the forced language
2024-04-10 13:06:19 -06:00
GitHub Actions
df1ad51fae
Automated update subgen.py with version
2024-04-10 18:57:51 +00:00
McCloudS
3d1c9e4c2b
Added force_detected_language_to to ASR
2024-04-10 12:57:40 -06:00
GitHub Actions
0332708616
Automated update subgen.py with version
2024-04-04 01:53:16 +00:00
McCloudS
b85975e99e
Fixed /status
2024-04-03 19:53:06 -06:00
McCloudS
6df71f33fd
Update README.md
2024-04-01 12:49:12 -06:00
GitHub Actions
f2edefec65
Automated update subgen.py with version
2024-04-01 00:37:34 +00:00
McCloudS
144b54b526
Fixed plex webhook
2024-03-31 18:37:22 -06:00
McCloudS
b0f989013d
Update README.md
2024-03-31 15:13:57 -06:00
GitHub Actions
b416d2e4ce
Automated update subgen.py with version
2024-03-31 21:11:32 +00:00
McCloudS
1cf907dfb6
General refactoring
2024-03-31 15:10:15 -06:00
McCloudS
cde95b9900
Merge pull request #79 from reznakt/patch-1
...
Fix supported languages link
2024-03-31 10:56:15 -06:00
Tomáš Režňák
726d15ad07
Fix supported languages link
...
The previous version would put users into edit mode for the README.md file. Instead of providing access to the file, this would fail with a message saying that one needs to create a fork to edit said file.
2024-03-31 18:22:49 +02:00
GitHub Actions
e311ca5070
Automated update subgen.py with version
2024-03-27 14:58:00 +00:00