Commit Graph

3989 Commits

Author SHA1 Message Date
LASER-Yi 1106f78ec1 no log: Move setup file to src folder 2023-02-11 01:36:46 +08:00
LASER-Yi 85e4796e0b no log: Add unit tests to all pages 2023-02-11 01:21:09 +08:00
LASER-Yi 415a2e13d3 no log: Completely refactor testing interface 2023-02-10 23:39:06 +08:00
LASER-Yi 75a7dc8cdf no log: Refactor app structure 2023-02-10 23:31:51 +08:00
Liang Yi 0b7a1a90a1
Add Unit Tests to UI (#2015)
* Update testing framework

* Update action button test

* Add unit tests for language and authentication page

* Add unit tests for the custom selector

* Fix packages, add new testing plugin for eslint, fix issues

* Add unit tests for ChipInput

* Add coverage and test ui. Add more tests

* Fix formatting issues

* Try to fix the styling issues again

* Fix formatting issues
2023-02-10 23:10:13 +08:00
morpheus65535 3310f6aeb8 Improved audio track language detection by using our video parser instead of values provided by Sonarr/Radarr. We also added "treat as" concept for undefined languages audio and embedded subtitles tracks. #2050 2023-02-09 16:58:38 -05:00
saddfox 7f05f932ff
Fixed podnapisi provider on host with OpenSSL 3 2023-02-09 06:09:56 -05:00
morpheus65535 d39f41d7e2 Increased minimum subtitles search and upgrade frequencies to 6 hours instead of 3 to reduce the impact on providers' website. 2023-02-08 17:00:37 -05:00
dependabot[bot] c3406357f1
no log: Bump vite-plugin-checker from 0.5.1 to 0.5.5 in /frontend (#2052)
Bumps [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker) from 0.5.1 to 0.5.5.
- [Release notes](https://github.com/fi3ework/vite-plugin-checker/releases)
- [Changelog](https://github.com/fi3ework/vite-plugin-checker/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.5.1...vite-plugin-checker@0.5.5)

---
updated-dependencies:
- dependency-name: vite-plugin-checker
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-08 10:33:36 +08:00
LASER-Yi c7b4292100 Try to fix the unresponsive issue when notifications are showed 2023-02-08 10:25:57 +08:00
Vitiko c750fa45c8 no log: update import format 2023-02-07 19:28:55 -04:00
Vitiko 3a0085a155 Add Subscene Cloudscraper Provider [Experimental]
An alternative module to the Subscene provider.

* Uses similar parsing mechanisms of the Subfm2 provider
* Uses cloudscraper for server calls
* No login required

Not yet implemented in Web UI.
2023-02-02 16:24:11 -04:00
Vitiko 47aff78ab0 Subf2m Provider: add optional config for SSL verification
Temporary
2023-01-31 16:39:38 -04:00
Marian Moravcik 11fff727b2 Fix for get movies/series response serializer 2023-01-31 21:33:55 +01:00
morpheus65535 f057a77820 Improved impact on opensubtitles.com provider by simplifying queries to improve cache usage. 2023-01-31 14:52:13 -05:00
Marian Moravcik 738e10e075 Fix for #2051 2023-01-30 21:06:56 +01:00
halali d5911e78b5
Added PostgreSQL as optional database engine
Wiki: https://wiki.bazarr.media/Additional-Configuration/PostgreSQL-Database/
2023-01-29 16:44:56 -05:00
Marian Moravcik 9f2ba673de Fix display for notification task in progress 2023-01-29 10:53:36 +01:00
Cory Metcalfe f5d7b4d321
Added configurable request timeout to Sonarr and Radarr 2023-01-25 15:26:22 -05:00
morpheus65535 cf4571ba86 Fixed improper profile ID value preventing listing of series and movies. #2043 2023-01-24 22:35:24 -05:00
morpheus65535 b0f743767b Fixed unwanted injection of variables on API endpoints. 2023-01-24 20:13:34 -05:00
morpheus65535 5a98dfcf83 no log: pep8 style fix 2023-01-24 06:39:10 -05:00
Vitiko 24db17cd03 no log: update fese library 2023-01-19 00:50:15 -04:00
Vitiko be75d78b93 Embedded Subtitles provider: update filters
Avoid unknown language fallback is such language is already present
2023-01-19 00:21:21 -04:00
morpheus65535 b08c8cf1a8 no log: added missing logging 2023-01-16 14:08:34 -05:00
morpheus65535 2babae1937 Fixed high CPU usage when improper timezone defined (will use UTC instead). #1914 2023-01-16 14:05:06 -05:00
morpheus65535 92be39beba Fixed analysis of corrupted video file that may wrongly throttle providers. #2034 2023-01-15 09:28:28 -05:00
morpheus65535 66327677b3 no log: fixed auto-changelog for dev branch 2023-01-13 14:19:52 -05:00
morpheus65535 8edf1e9ce1 Merge remote-tracking branch 'origin/development' into development 2023-01-13 07:34:24 -05:00
morpheus65535 c2701fd26e no log: fixed indentation error 2023-01-13 07:33:06 -05:00
morpheus65535 fadda0ac40 Fixed post-processing output logging not returning anything if stdout is an empty string while stderr return the actual error. 2023-01-13 07:31:28 -05:00
Marian Moravcik cdd9075670 no log: Don't close updatable notification at timeout 2023-01-13 11:48:39 +01:00
Marian Moravcik d2bd0c7c7e Fix task progress notification 2023-01-12 12:18:25 +01:00
morpheus65535 1c8f2bf61d no log: remove regielive broken provider label 2023-01-09 07:50:32 -05:00
Ionuț Neagu 237e85bd34
Fixed RegieLive provider to use the official API 2023-01-09 07:47:44 -05:00
Alexandru Catalin Ene 9105c53d6a
Updated regielive provider to use built in search and scraper API 2023-01-05 21:37:07 -05:00
morpheus65535 e57a99d39e Fixed yifysubtitles provider. #2029 2022-12-31 11:14:09 -05:00
morpheus65535 5d36b80c07 Removed Enzyme for embedded subtitles indexing and fixed mediainfo integration issues. #2007 2022-12-22 11:37:37 -05:00
morpheus65535 0970f19d96 Fixed mediainfo integration issues. #2007 2022-12-21 19:30:59 -05:00
morpheus65535 c4b8345e65 Added mediainfo as potential embedded subtitles parser. #2007 2022-12-20 23:37:52 -05:00
Vitiko 1233026adc Subtitrarinoi provider: add several improvements
* Fix episode matches (#2018)
* Use standard utils to download subtitles
* Use standard utils to guess matches (partially implemented)
2022-12-20 17:22:49 -04:00
Vitiko e6864a9001 Subf2m provider: handle 403 2022-12-20 15:47:11 -04:00
Alexandru Catalin Ene 82c9e14341
Updated regielive provider to use a search proxy 2022-12-20 06:26:52 -05:00
idanlah 577a0d6542
Fixed wizdom provider urls 2022-12-17 16:26:35 -05:00
dependabot[bot] e503afdc2c
no log: Bump husky from 8.0.1 to 8.0.2 in /frontend (#2010)
Bumps [husky](https://github.com/typicode/husky) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v8.0.1...v8.0.2)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-17 13:43:51 +08:00
Vitiko 7640a6d5a4 Embedded Subtitles provider: improve streams parsing
Fix made updating fese to latest version
2022-12-15 19:04:54 -04:00
morpheus65535 6693b98811 Fixed issues with new database creation since e6d0893812 2022-12-15 11:00:56 -05:00
Samuel Bartík 71e749724f
Improve titulky session expiration handling (#2014) 2022-12-14 17:05:41 -05:00
morpheus65535 2622a0896e Fixed Plex webhook trying to search for subtitles for pre-roll video. #2013 2022-12-14 12:56:33 -05:00
morpheus65535 383d906749 Removed Legendastv provider since the website as been shutdown. #2012 2022-12-13 21:16:00 -05:00