Commit Graph

123 Commits (master)

Author SHA1 Message Date
morpheus65535 0807bd99b9
Fixed improper closing of resources on exit
5 months ago
Julien Voisin 4b7cdbc5f3
Added support for 7z by upgrading rarfile dependency
6 months ago
morpheus65535 2ad7ddf5a6 Improved stability by usinf Python f-string as much as possible to prevent TypeError and improve code readability.
8 months ago
morpheus65535 c89da3e619
Changing from config.ini to config.yaml
8 months ago
morpheus65535 bccded275c
Replaced peewee with sqlalchemy as ORM. This is a major change, please report related issues on Discord.
10 months ago
morpheus65535 0f84ffb9cd
Fixed requirements.txt installation
1 year ago
Jens Lee e2ba532cee
Fixed zimuku that now require anti-captcha
1 year ago
morpheus65535 f276b70f5e no log: fixed analytics logging
1 year ago
morpheus65535 34b905efec no log: trying to fix pipeline issue
1 year ago
morpheus65535 abc48b4ed0
Replaced deprecated Google Universal Analytics by GA4
1 year ago
morpheus65535 58262bc299
Added Announcements section in System to be able to inform users of Bazarr's news.
1 year ago
halali d5911e78b5
Added PostgreSQL as optional database engine
1 year ago
morpheus65535 6693b98811 Fixed issues with new database creation since e6d0893812
1 year ago
morpheus65535 e6d0893812 Added routine to remove deprecated providers from enabled providers in config.ini
1 year ago
morpheus65535 c2f2ce1777 Fixed import order that was preventing Bazarr from starting after initial database creation.
2 years ago
morpheus65535 642733f92f Added support for unar RAR extraction utility. #1833
2 years ago
morpheus65535 2f01ab8523
Reworked Bazarr file structure to improve support and optimization
2 years ago
morpheus65535 5bfaba9360
Implemented backup and restore feature for configuration file and database
2 years ago
Michiel van Baak Jansen c91597fdd5
Implemented the functions to read more info from package_info file
2 years ago
morpheus65535 0c3c5a02a7 Upgraded vendored Python dependencies to the latest versions and removed the unused dependencies.
2 years ago
morpheus65535 58a967c892 Added settings to change the hearing-impaired subtitles file extension to use when saving to disk.
2 years ago
morpheus65535 722014d822
Improved readability and maintenance by splitting get_subtitle.py into multiple files
2 years ago
morpheus65535 55b7c9826b Added uptime to System-->Status
3 years ago
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
Matheus Horstmann 35cb757df8
Resolved problem in virtualenv detection
3 years ago
morpheus65535 d23d36d81c Modified Bazarr user-agent to report real version
3 years ago
morpheus65535 aa6dcbd732 Removed the --no-color argument to pip command when installing requirements as it's not supported by older version of pip.
3 years ago
morpheus65535 d1f86a3cbf Added virtualenv detection to better deal with requirements installation.
3 years ago
morpheus65535 0a1ad41f9d Added setuptools to requirements.txt. It should be already installed in most case but just in case.
3 years ago
morpheus65535 50d4a7a047 Implemented database migration function
3 years ago
morpheus65535 1adab3596c Fixed ImportError for gevent imported prior to requirements.txt installation
3 years ago
morpheus65535 9cc00ebd65 Fixed database init issue.
3 years ago
morpheus65535 2b9d892ca9
Implemented Peewee ORM in replacement of raw SQL queries.
3 years ago
morpheus65535 4ef35c5527 Improved how we deal with requirements.txt installation process results.
3 years ago
morpheus65535 72b6ab3c6a
Added live update of UI using websocket. Make sure your reverse proxy upgrade the connection!
3 years ago
morpheus65535 d2b7dba3bf Fixed package_info parsing to deal with single line text with `\n` separator
3 years ago
morpheus65535 97caf44a5a Revert "Merged the series and episodes sync process. Episodes are only synced if series sizeOnDisk reported by Sonarr changes."
3 years ago
morpheus65535 5aadcea83a Merged the series and episodes sync process. Episodes are only synced if series sizeOnDisk reported by Sonarr changes.
3 years ago
morpheus65535 8a213e8ad8 no log: Changed package_info file location
3 years ago
morpheus65535 0c09bc2360 Updated the init process to get the branch from package_info in docker images
3 years ago
Liang Yi f64719e4ad
Refactored Web UI using React
3 years ago
morpheus65535 8208c4893e
Refactored the upgrade mechanism to use only Github releases
3 years ago
morpheus65535 17577b35be Moving GA visitor and throttled providers to dedicated files to prevent config.ini corruption.
3 years ago
morpheus65535 22cd45bc41
Languages profiles (#1232)
3 years ago
morpheus65535 e3b63d90de Fix for #1212. Disabling password reset during upgrade.
4 years ago
josdion 88d1a63b1c Check for user home directory while installing requirements.
4 years ago
Louis Vézina 0209d1558a Improved subtitles synchronization by using webrtcvad if available.
4 years ago
Louis Vézina f7c1ebdd8c Fix for restart after requirements installation.
4 years ago
Louis Vézina 00cecaab94 Fix for #1024
4 years ago
Louis Vézina c6548c06b7 Subsync first implementation (only after download/upload).
4 years ago