Commit Graph

3057 Commits

Author SHA1 Message Date
LASER-Yi 4513c4f676 Add progress notifications 2021-05-09 16:41:19 +08:00
Liang Yi d5112d365c
Fix pipeline 2021-05-09 15:28:13 +08:00
morpheus65535 9d153a1d9c Added progress events to most batch functions. 2021-05-09 00:15:29 -04:00
LASER-Yi a04e20bdb0 no log: remove debug code 2021-05-09 11:48:23 +08:00
LASER-Yi b4037442b1 Fix an issue that cause subtitles missing in movie page 2021-05-09 11:42:21 +08:00
LASER-Yi a417f35856 Rewrite notification system 2021-05-09 11:22:24 +08:00
LASER-Yi 28ad20de88 Display error message when socket.io is failed to initialize 2021-05-09 11:07:56 +08:00
LASER-Yi 8fcffaf339 Add some interfaces in backend to send message and progress 2021-05-09 02:17:07 +08:00
LASER-Yi 24cb712ad7 Add Socket.IO event which is used for showing notifications in UI 2021-05-09 01:58:56 +08:00
LASER-Yi 08712ec5ba no log: Update .gitignore 2021-05-09 01:27:05 +08:00
LASER-Yi 66d4648c66 Add rooks package and rewrite some components to increase performance 2021-05-09 01:13:10 +08:00
LASER-Yi e796422021 Remove UI build folder from repository 2021-05-09 00:06:52 +08:00
github-actions 7c81c5e2f7 Release 0.9.6-beta.0 2021-05-08 14:43:01 +00:00
morpheus65535 44c51b2e2c
Added real-time sync with Sonarr v3 and Radarr v3 by feeding from SignalR feeds. You can now reduce frequency of sync tasks to something like once a day. 2021-05-08 10:39:00 -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
github-actions 09a31cf9a4 Release 0.9.5 2021-05-08 14:05:58 +00:00
github-actions a78ee1b991 Release 0.9.5-beta.14 2021-05-08 06:16:58 +00:00
morpheus65535 b72d476d2e Added filter for unknown providers in settings. 2021-05-07 21:57:29 -04:00
github-actions 4c3855b9b5 Release 0.9.5-beta.13 2021-05-07 06:17:10 +00:00
morpheus65535 a555617738 Tried to fix the issues with bsplayer 2021-05-06 23:08:16 -04:00
morpheus65535 29ad8c6122 Added cache to Titlovi request to prevent doing the same request over and over again for each and every episode of a show. 2021-05-06 22:53:42 -04:00
morpheus65535 ea241768b8 no log: fix for GA 2021-05-06 19:30:40 -04:00
morpheus65535 5e30365bc4
Fixed bad function call. 2021-05-06 10:35:43 -04:00
morpheus65535 3d7b532cb6 Added settings to ignore ASS embedded subtitles 2021-05-06 09:18:40 -04:00
github-actions 0f9ec102b7 Release 0.9.5-beta.12 2021-05-06 06:16:54 +00:00
morpheus65535 33e1555311 Improved the ffprobe call caching mechanism by storing result to DB and using it for indexing and subtitles search. 2021-05-05 23:07:23 -04:00
dependabot[bot] 887da10d9b
no log: Bump react-redux from 7.2.3 to 7.2.4 in /frontend (#1396)
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.3 to 7.2.4.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reduxjs/react-redux/compare/v7.2.3...v7.2.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-06 10:43:59 +08:00
github-actions e638b4c001 Release 0.9.5-beta.11 2021-05-04 10:48:44 +00:00
morpheus65535 6c83574209 Merge remote-tracking branch 'origin/development' into development 2021-05-04 06:38:55 -04:00
morpheus65535 386bf19b6e Fix for database cleanup routine on new DB. 2021-05-04 06:38:42 -04:00
github-actions df3f208669 Release 0.9.5-beta.10 2021-05-04 06:17:08 +00:00
morpheus65535 1ebc61818b Add database cleanup routine to remove unused table columns. 2021-05-03 23:19:01 -04:00
morpheus65535 1c9945fada Fix for subtitulamos.tv provider #1397 2021-05-03 06:53:49 -04:00
github-actions bfaf63707d Release 0.9.5-beta.9 2021-05-02 21:38:33 +00:00
morpheus65535 54586fa30f Add dogpile.cache for ffprobe results to prevent repetitive disk IO. 2021-05-02 17:30:35 -04:00
morpheus65535 81e6716d01 Revert "Cache ffprobe results"
This reverts commit dcbd7f00
2021-05-02 17:06:50 -04:00
Michiel van Baak Jansen bd16279601
In some places the variable 'profile_id' holds the value 'null' where the code expects an int or None (#1395) 2021-05-02 08:02:16 -04:00
github-actions 4ee33e6e4e Release 0.9.5-beta.8 2021-05-02 06:18:51 +00:00
Michiel van Baak Jansen 30ef713fa2
Downgrade auditok to version 0.1.5
ffsubsync pinned auditok to 0.1.5. We missed this when upgrading
ffsubsync and auditok. Since we dont run pip to install the
libraries, there is no version checks
2021-05-01 08:07:20 -04:00
github-actions 08e50a8348 Release 0.9.5-beta.7 2021-05-01 06:18:55 +00:00
morpheus65535 cc3628a19f Fix for automatic subsync history logging 2021-05-01 00:04:10 -04:00
morpheus65535 84a20a3146 Fix for manual subsync history logging 2021-05-01 00:00:50 -04:00
Abdulmhsen B. A. A 6b1d71282b Added Movie/Series Year to Notifier (based on #1393). 2021-04-30 21:54:54 -04:00
Abdulmohsen dcbd7f004c
Cache ffprobe results 2021-04-30 17:52:56 -04:00
github-actions 72c9899f58 Release 0.9.5-beta.6 2021-04-30 06:19:06 +00:00
morpheus65535 cc17e8144f Fixed episodes manual search button not disabled when no languages profile is selected. 2021-04-29 23:18:07 -04:00
morpheus65535 be9dcbaf1f Merge remote-tracking branch 'origin/development' into development 2021-04-29 22:11:09 -04:00
morpheus65535 241049495c Revert "Added caching of video files analyzing to prevent useless disk IO"
This reverts commit 8e5dbcd8
2021-04-29 21:57:51 -04:00
github-actions 734df09034 Release 0.9.5-beta.5 2021-04-29 06:05:19 +00:00
Abdulmohsen 8e5dbcd8f9
Added caching of video files analyzing to prevent useless disk IO 2021-04-28 19:37:46 -04:00