Commit Graph

66 Commits

Author SHA1 Message Date
1fbae6e22e 🔧 Updated some process vars in the code 2022-03-28 14:09:26 -07:00
0572e22ee9 🐳 Removed calibre from Dockerfile 2022-03-22 22:02:47 -07:00
8181afdf88 🔧 Refactored the unrar and unzip return objects 2022-03-19 10:12:11 -07:00
e144c9dd5f ⏯ Added pause/resume control method for bullmq 2022-03-17 17:05:58 -07:00
2cc00aff94 🤼‍♀️ P99 of a cover matching + metadata extraction first draft 2022-03-16 20:53:26 -07:00
89a0fc7090 🔧 Implemented the long-awaited refactor of the unzip and unrar methods for cover and metadata extraction 2022-03-15 02:04:11 -07:00
c163de3a88 🤞🏼 Promisified unrar and unzip methods 2022-03-13 22:33:11 -07:00
9969eb3ea2 🔧 Orchestrating return values from uncompression methods 2022-03-13 22:15:23 -07:00
454e2882e0 🔧 Added xml2json parsing for comicinfo.xml in unrar method 2022-03-13 17:01:18 -07:00
1a2770aa40 🔧 Refactored 7zip method to ignore dotfiles and directories 2022-03-13 10:46:22 -07:00
31f307a753 🔧 Refactoring the unrar method to use streams to sharp for image transformation 2022-03-11 18:18:37 -08:00
cceb0da33f 🔧 Refactoring with a new unrar package 2022-03-11 02:11:21 -08:00
336735ef03 🔧 Refactoring to move away from calibre for uncompression and extraction 2022-03-07 21:09:58 -08:00
07e02cc90a 🔧 Added an endpoint for searching issues via Elastic 2022-03-01 23:18:37 -08:00
c67328c4d6 🔧 Added a step to extract comicinfo.xml 2022-02-28 09:51:45 -08:00
36d18d4846 🔧 Adding methods for comicinfo.xml detection/extraction 2022-02-25 22:27:19 -08:00
fdc1acd1ad 🔧 Moved scraping utils out of this service 2022-02-16 20:25:48 -08:00
97ca06181d 📊 Added an endpoint for library stats 2022-02-10 21:43:44 -08:00
163dad403c 🌈 Added a color histogram method 2022-02-10 09:17:46 -08:00
171d64c14a 🔬 Image analysis flyout scaffold 2022-02-08 14:48:04 -08:00
bfb1f7fa28 👇🏼 Inferring issue metadata upon import 2022-02-06 23:14:18 -08:00
6bbfcf7603 🔧 Fixed mismatched keys in methods using IFolderData 2022-01-28 00:58:53 -08:00
c3ef3055fd 🔧 Fix for a missing key in IFolderData 2022-01-26 10:10:25 -08:00
16838a5ea5 🔧 Auto-watcher-importer now batches jobs in the queue 2022-01-26 01:59:10 -08:00
019493a6f3 🔧 Refactoring core-service to autowatch and import comics 2022-01-26 00:40:30 -08:00
fdd6538a96 ⚙️ Fixed the uncompression method to use container-local comics and userdata directories 2021-12-01 20:35:23 -08:00
e4bdfbdba1 🔀 Used actual references to container instantiated directories 2021-12-01 17:54:01 -08:00
1fd5f5b6cf 🏗 Refactoring the import process WIP 2021-11-30 22:44:06 -08:00
ae91b12abc ⚙️ Switched the transporter to Redis 2021-11-23 23:23:47 -08:00
e1d8f87a00 🔢 Bumped up ui-typings version 2021-11-13 17:00:08 -08:00
c23bb85a8d 🐳 Fixes for docker-compose 2021-10-27 14:54:42 -07:00
289b2ec3bd 🔧 Replaced rabbitMQ with bullMQ 2021-10-26 15:07:42 -07:00
9d5d08d504 🔧 Removed path.resolve around the ebook-meta targetPath 2021-10-21 09:29:17 -07:00
668f1a1a70 🏝 Added CALIBRE_EBOOK_META_PATH to pick up the correct path to ebook-meta 2021-10-21 07:28:09 -07:00
6841e80c37 🧽 Removed useless deps 2021-10-12 21:15:48 -07:00
5c936a62ca 👀 Filewatcher now correctly imports newly added comics 2021-10-11 14:00:57 -07:00
e61268f9ae 🧹 Removed the useless getPageCount method 2021-10-06 14:10:44 -07:00
5862d71c06 🐉 Changes to support archive operations 2021-10-05 21:57:40 -07:00
a74ac6464f 🪵 Logger scaffold 2021-09-16 14:46:01 -07:00
16d9b50f21 ✏️ Formatting 2021-09-14 23:13:34 -07:00
e9fb359ca3 🐰 RabbitMQ for import job first draft 2021-09-13 22:06:19 -07:00
36d1c4fe33 🔧 Fixing the ebook-meta path 2021-09-07 08:47:13 -07:00
c7d431343d 🔧 Fixes to missing methods 2021-09-06 23:21:33 -07:00
f5319807be Merge branch 'master' of https://github.com/rishighan/threetwo-import-service
Signed-off-by: Rishi Ghan <rishi.ghan@gmail.com>

# Conflicts:
#	package-lock.json
#	package.json
#	yarn.lock
2021-09-03 12:13:07 -07:00
f4f217400c ☢️ Hard-coded the path to calibre 2021-09-01 15:51:28 -07:00
5c0f4b8c43 🔧 Fixed names of services 2021-08-28 14:09:15 -07:00
7e4d4a2157 🐳 Dockerizing this service 2021-08-28 13:03:20 -07:00
2663fc822a Merge branch 'master' of https://github.com/rishighan/threetwo-import-service 2021-08-10 11:42:39 -07:00
9a311d707f 🤼‍♀️ Support for CV match 2021-08-06 13:44:00 -07:00
524f8179f4 🔧 Changed the type schema in uncompression utils 2021-08-04 08:55:02 -07:00