Commit Graph

111 Commits

Author SHA1 Message Date
morpheus65535 6693b98811 Fixed issues with new database creation since e6d0893812 2022-12-15 11:00:56 -05:00
morpheus65535 e6d0893812 Added routine to remove deprecated providers from enabled providers in config.ini 2022-12-13 21:14:32 -05:00
morpheus65535 c2f2ce1777 Fixed import order that was preventing Bazarr from starting after initial database creation. 2022-05-26 06:37:12 -04:00
morpheus65535 642733f92f Added support for unar RAR extraction utility. #1833 2022-05-18 06:46:52 -04:00
morpheus65535 2f01ab8523
Reworked Bazarr file structure to improve support and optimization 2022-05-01 08:00:20 -04:00
morpheus65535 5bfaba9360
Implemented backup and restore feature for configuration file and database 2022-02-22 22:55:07 -05:00
Michiel van Baak Jansen c91597fdd5
Implemented the functions to read more info from package_info file 2022-01-27 17:52:46 -05:00
morpheus65535 0c3c5a02a7 Upgraded vendored Python dependencies to the latest versions and removed the unused dependencies. 2022-01-23 23:07:52 -05:00
morpheus65535 58a967c892 Added settings to change the hearing-impaired subtitles file extension to use when saving to disk. 2022-01-08 14:26:40 -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 55b7c9826b Added uptime to System-->Status 2021-11-02 18:32:15 -04:00
morpheus65535 39fe3141d5 Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles. 2021-10-20 20:46:22 -04:00
Matheus Horstmann 35cb757df8
Resolved problem in virtualenv detection
Fix #1535
2021-09-09 22:51:16 -04:00
morpheus65535 d23d36d81c Modified Bazarr user-agent to report real version 2021-08-11 15:35:39 -04:00
morpheus65535 aa6dcbd732 Removed the --no-color argument to pip command when installing requirements as it's not supported by older version of pip. 2021-08-09 09:14:56 -04:00
morpheus65535 d1f86a3cbf Added virtualenv detection to better deal with requirements installation. 2021-07-26 22:38:42 -04:00
morpheus65535 0a1ad41f9d Added setuptools to requirements.txt. It should be already installed in most case but just in case. 2021-07-07 13:32:45 -04:00
morpheus65535 50d4a7a047 Implemented database migration function 2021-06-19 00:03:40 -04:00
morpheus65535 1adab3596c Fixed ImportError for gevent imported prior to requirements.txt installation 2021-06-09 07:08:02 -04:00
morpheus65535 9cc00ebd65 Fixed database init issue. 2021-05-27 12:28:46 -04:00
morpheus65535 2b9d892ca9
Implemented Peewee ORM in replacement of raw SQL queries. 2021-05-26 16:47:14 -04:00
morpheus65535 4ef35c5527 Improved how we deal with requirements.txt installation process results. 2021-05-11 20:11:26 -04:00
morpheus65535 72b6ab3c6a
Added live update of UI using websocket. Make sure your reverse proxy upgrade the connection! 2021-05-08 10:25:29 -04:00
morpheus65535 d2b7dba3bf Fixed package_info parsing to deal with single line text with `\n` separator 2021-04-07 19:39:11 -04:00
morpheus65535 97caf44a5a Revert "Merged the series and episodes sync process. Episodes are only synced if series sizeOnDisk reported by Sonarr changes."
This reverts commit 5aadcea8
2021-04-05 10:00:43 -04:00
morpheus65535 5aadcea83a Merged the series and episodes sync process. Episodes are only synced if series sizeOnDisk reported by Sonarr changes. 2021-04-05 00:09:39 -04:00
morpheus65535 8a213e8ad8 no log: Changed package_info file location 2021-03-30 23:45:59 -04:00
morpheus65535 0c09bc2360 Updated the init process to get the branch from package_info in docker images 2021-03-30 16:52:23 -04:00
Liang Yi f64719e4ad
Refactored Web UI using React 2021-03-25 10:22:43 -04:00
morpheus65535 8208c4893e
Refactored the upgrade mechanism to use only Github releases 2021-02-26 10:57:47 -05:00
morpheus65535 17577b35be Moving GA visitor and throttled providers to dedicated files to prevent config.ini corruption. 2021-01-31 08:39:10 -05:00
morpheus65535 22cd45bc41
Languages profiles (#1232)
Implementing the languages profiles functionality.
2021-01-18 23:49:51 -05:00
morpheus65535 e3b63d90de Fix for #1212. Disabling password reset during upgrade. 2020-12-10 10:41:12 -05:00
josdion 88d1a63b1c Check for user home directory while installing requirements.
Fix infinite rebooting, if user doesn't have home directory.
2020-09-16 18:21:35 +03:00
Louis Vézina 0209d1558a Improved subtitles synchronization by using webrtcvad if available. 2020-09-14 10:18:10 -04:00
Louis Vézina f7c1ebdd8c Fix for restart after requirements installation. 2020-07-27 09:18:13 -04:00
Louis Vézina 00cecaab94 Fix for #1024 2020-07-05 09:16:17 -04:00
Louis Vézina c6548c06b7 Subsync first implementation (only after download/upload). 2020-06-10 12:04:54 -04:00
Louis Vézina f4894f5341 Fix to regenerate bad APIKEY. 2020-05-22 12:49:02 -04:00
Louis Vézina 23229e205b WIP 2020-05-20 15:09:39 -04:00
Louis Vézina f908f0d04a WIP 2020-05-19 09:27:13 -04:00
Louis Vézina 7354a6d45e WIP 2020-05-10 10:36:00 -04:00
Louis Vézina a1854dbc22 WIP 2020-05-10 09:24:31 -04:00
Louis Vézina 7332acd67a WIP 2020-05-10 09:23:42 -04:00
Louis Vézina c1c7ba5dc3 WIP 2020-05-08 00:22:14 -04:00
josdion 2ca673c24c fix creation of the random api_key 2020-04-17 13:36:45 +03:00
Louis Vézina bfa438df7c WIP 2020-02-12 23:16:22 -05:00
Moravčík, Marian 2b6d09bf55 Change existing default base_url to '' 2019-12-30 20:28:03 +01:00
Louis Vézina 55bf67950f Created path mapping dictionaries for faster conversion than reading config.ini every time. 2019-12-13 07:00:38 -05:00
Louis Vézina 5007d983e3 Removing ConfigParser2 as we don't use it anymore. 2019-11-27 14:58:43 -05:00