Commit Graph

29 Commits

Author SHA1 Message Date
Lawrence A 3922d52d5c
Fixed improper API call on removal of all blacklist items 2024-01-24 16:50:05 -05:00
morpheus65535 ad6557357d Modified "no subtitles found" notification to be a message instead of an error. 2023-11-13 13:27:47 -05:00
morpheus65535 2ad7ddf5a6 Improved stability by usinf Python f-string as much as possible to prevent TypeError and improve code readability. 2023-10-17 23:24:26 -04:00
morpheus65535 c89da3e619
Changing from config.ini to config.yaml 2023-10-14 09:56:21 -04:00
morpheus65535 2972c3881c Fixed history logging of downloaded and uploaded subtitles. #2261 2023-10-08 09:20:46 -04:00
morpheus65535 1f187d89ca Fixed history logging issue for episodes and movies subtitles. 2023-10-01 14:13:38 -04:00
morpheus65535 fbe6b765ae Added more feedback to UI on automatic and interactive search issues. 2023-09-06 23:12:58 -04:00
morpheus65535 77283e4063 Fixed improper http status code returned that prevented proper cache management on browser side. 2023-09-05 08:29:40 -04:00
morpheus65535 8895dd68a8 Improved responses marshalling to better deal with error messages sent to frontend. 2023-09-04 22:41:39 -04:00
morpheus65535 79f5c7d675 no log: fix typo on last commit 2023-08-29 20:13:38 -04:00
morpheus65535 995ae1b5b8 Improved UI feedback on multiple search, download and upload issues. #2235 2023-08-29 17:17:30 -04:00
morpheus65535 bccded275c
Replaced peewee with sqlalchemy as ORM. This is a major change, please report related issues on Discord. 2023-07-26 19:34:49 -04:00
morpheus65535 5b283098f9
Refactored subtitles upgrade 2023-02-23 11:18:57 -05:00
Marian Moravcik 5c01c3c2e2 Fixed upgradable icon in history now show properly 2023-02-17 17:18:29 +01: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
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
morpheus65535 551f57bc0e Fixed bad subtitles extension exception when uploading subtitles with uppercase extension. #1988 2022-11-20 11:21:47 -05:00
morpheus65535 49fc597efb Fixed blacklist item removal issue. 2022-10-23 10:56:26 -04:00
morpheus65535 131b4e5cde
Added Swagger documentation for Bazarr API 2022-09-21 23:51:34 -04:00
morpheus65535 c2c0cbda0b Improved API to return better message/code on errors 2022-08-23 21:13:06 -04:00
morpheus65535 2f01ab8523
Reworked Bazarr file structure to improve support and optimization 2022-05-01 08:00:20 -04:00
morpheus65535 f81972b291 Fixed upgrade subtitles function that was trying to upgrade deleted episode/movie subtitles. #1759 2022-03-15 16:14:38 -04:00
morpheus65535 fc48bbfdda no log: fixed last commit http code returned by API. 2022-02-11 12:57:46 -05:00
morpheus65535 026eba9b13 no log: improved usage of some database queries to prevent exceptions. 2022-02-11 10:59:09 -05:00
morpheus65535 722014d822
Improved readability and maintenance by splitting get_subtitle.py into multiple files 2022-01-02 22:59:30 -05:00
morpheus65535 d8f14560e3
Improved search speed by reusing providers pools 2022-01-01 10:21:19 -05:00
morpheus65535 63b326aa2f
Implemented words/regex ban list for subtitles 2021-12-11 07:44:53 -05:00
morpheus65535 204a1c3f31 Cleaned up and split API to make it easier to maintain. 2021-12-03 22:49:20 -05:00