bazarr/bazarr
Julien Voisin 4b7cdbc5f3
Added support for 7z by upgrading rarfile dependency
- Bump rarfile.py from 4.0 to 4.1
- Add support for 7zip for archive extractions, since unar is a steaming pile
  of C# and unrar is non-free, having some easy-to-package software to
  handle archive makes it easier to run Bazarr on Linux distributions.
2023-12-02 11:24:56 -05:00
..
api Modified "no subtitles found" notification to be a message instead of an error. 2023-11-13 13:27:47 -05:00
app Fixed usage of number only username or password for providers, proxy or postgres. #2309 2023-12-02 10:29:36 -05:00
languages no log: removed unused assert 2023-08-20 20:52:49 -04:00
radarr Fixed an issue that could clear episodes history in case Sonarr API return something else than valid series or episodes. 2023-11-23 17:33:08 -05:00
sonarr Fixed an issue that could clear episodes history in case Sonarr API return something else than valid series or episodes. 2023-11-23 17:33:08 -05:00
subtitles Fixed blacklisting of embedded subtitles on failed extraction. 2023-11-18 10:16:45 -05:00
utilities Fixed compression type for backup. #2278 2023-10-25 17:15:40 -04:00
__init__.py make bazarr a module; use centralized getopt in daemon; add --debug option for console handler; add logging dependencies 2018-10-31 18:09:46 +01:00
constants.py Reworked Bazarr file structure to improve support and optimization 2022-05-01 08:00:20 -04:00
get_args.py no log: fixed ImportError when Bazarr update itself from 1.0.4 without the daemon process being restarted. 2022-05-02 23:37:35 -04:00
init.py Added support for 7z by upgrading rarfile dependency 2023-12-02 11:24:56 -05:00
main.py 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