Commit Graph

179 Commits (39fe3141d51b01479e7b585ad0b5ee5df1767226)

Author SHA1 Message Date
morpheus65535 39fe3141d5 Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles.
3 years ago
morpheus65535 249437deb4 Fixed missing subtitles computation when there's an embedded forced subtitles track.
3 years ago
vitiko98 385461d28c Make debug call more verbose
3 years ago
LASER-Yi 499faeb94a Fix display issues of backend background tasks
3 years ago
morpheus65535 2762fc4a6a Added a settings to ignore ffprobe cache on scheduled disk scan.
3 years ago
LASER-Yi d7533bac57 Add a new notification center to the UI
3 years ago
morpheus65535 a3d0e1d192 Fixed scan disk function to not use cached ffprobe result and force a refresh of the cache. #1434
3 years ago
Vitiko 4ebcd49546
Added custom language class to make it easier to implement non-standard/regional languages
3 years ago
morpheus65535 8e6275513b Added some sleep to long for loop to prevent blocking other stuff during that time. Some more could be required in the future.
3 years ago
morpheus65535 d34add9fa4 Fixed some issues after peewee implementation
3 years ago
morpheus65535 2b9d892ca9
Implemented Peewee ORM in replacement of raw SQL queries.
3 years ago
morpheus65535 821ff13b80 Added successful completion message to tasks progress toast.
3 years ago
morpheus65535 fe0a34aae5 Added header to toasts and bring back the hide_progress backend function. todo: deal with delete method in frontend.
3 years ago
LASER-Yi 678b2f0e55 Add background task notification
3 years ago
morpheus65535 9d153a1d9c Added progress events to most batch functions.
3 years ago
morpheus65535 72b6ab3c6a
Added live update of UI using websocket. Make sure your reverse proxy upgrade the connection!
3 years ago
morpheus65535 3d7b532cb6 Added settings to ignore ASS embedded subtitles
3 years ago
morpheus65535 33e1555311 Improved the ffprobe call caching mechanism by storing result to DB and using it for indexing and subtitles search.
3 years ago
morpheus65535 54586fa30f Add dogpile.cache for ffprobe results to prevent repetitive disk IO.
3 years ago
morpheus65535 81e6716d01 Revert "Cache ffprobe results"
3 years ago
Abdulmohsen dcbd7f004c
Cache ffprobe results
3 years ago
morpheus65535 241049495c Revert "Added caching of video files analyzing to prevent useless disk IO"
3 years ago
Abdulmohsen 8e5dbcd8f9
Added caching of video files analyzing to prevent useless disk IO
3 years ago
Liang Yi f64719e4ad
Refactored Web UI using React
3 years ago
zx900930 7e3305a51e
more strict rules to zh detection
3 years ago
zx900930 cee1ce6214
Fix false positive zh detection
3 years ago
zx900930 03abf8579a
typo fix
3 years ago
zx900930 ab7b043d86
fix for #1276
3 years ago
zx900930 46e709c998
improve chinese language codes matching rules
3 years ago
morpheus65535 74a2ada6c9 Apply cutoff even if the desired subtitles language is ignored because of a matching audio track.
3 years ago
morpheus65535 1663872198 Fix to Chinese Traditional external subtitles indexing.
3 years ago
Xavier Xiong 1548263a6c
Adding simplified and traditional Chinese subtitles support (#1236)
3 years ago
morpheus65535 22cd45bc41
Languages profiles (#1232)
3 years ago
morpheus65535 5d99d3ddf9 Small fix for external subtitles hi detection.
4 years ago
morpheus65535 52242d7256 Fix for #1170.
4 years ago
morpheus65535 acbc91f100 Fix for #1169.
4 years ago
Louis Vézina 75e603b508 Fixed some false positive for HI detection
4 years ago
Louis Vézina da434f49b9 Fix for subfolder wrongly implemented in store_subtitles
4 years ago
Louis Vézina 5d68247c2d Fix for exception management when detecting encoding of file.
4 years ago
Louis Vézina 9f0b6a85f0 Fix for continue in finally not supported under Python 3.7
4 years ago
Louis Vézina 16c7f21082 Fix for #1119
4 years ago
Louis Vézina c68180ec09 Fix for #1114.
4 years ago
Louis Vézina efafe4a126 Replaced chardet by charamel to improve character encoding detection.
4 years ago
Louis Vézina 0af655398d Fix for unknown language
4 years ago
Louis Vézina 98b1400863 Fix for unknown language
4 years ago
Louis Vézina ae731bb78b Fix for missing subtitles management after implementing HI.
4 years ago
Louis Vézina 1409a152e9 Fix for missing subtitles management after implementing HI.
4 years ago
Louis Vézina 23c25bd68f Fix for missing subtitles management after implementing HI.
4 years ago
Louis Vézina 4c19622456 Fix for missing subtitles management after implementing HI.
4 years ago
Louis Vézina 203432aca5 Fix for missing subtitles management after implementing HI.
4 years ago