5c753e7a7d
Added fields to TrangaTask:
...
executionStarted,
executionApproximatelyFinished,
executionApproximatelyRemaining
to track progress
2023-06-06 21:19:30 +02:00
17ce820cf3
Changed taskProgress increment to call method that updates progress accordingly (with parent-tasks being also updated)
2023-06-06 20:54:21 +02:00
bd189984a9
Rewrote entire Task-Structure:
...
TrangaTask now only contains essentials, derived classes contain specific information such as connectorName, publication, chapter, etc.
Removed taskQueue system, instead all tasks are kept in _allTasks.
Progress is being tracked in TrangaTask resolves #36 resolves #32
Added new TrangaTask: DownloadChapter to download single chapters. #35
Fixed duplicate file-access when writing settings.
2023-06-05 00:38:07 +02:00
ae63a216a5
unnecessary params
2023-06-03 15:27:35 +02:00
5d98295c59
#33 Preparation:
...
TrangaSettings now stores Hashset of LibraryManagers
2023-06-03 15:17:08 +02:00
0d3799e00d
Fix Bug when strings where shorter than 25 characters on logger.writeline
...
Fixed CLI output
2023-06-01 22:27:37 +02:00
1bca99cb6a
#32 Added progress tracking to task (internal and log use for now)
2023-06-01 22:05:48 +02:00
8bc23f7c69
Instead of relying on concreate tasks to do chores, create method in abstract class that calls the BL in concrete class and does chores before and after execution
2023-06-01 10:35:23 +02:00
61ecefb615
Logging and Chores in abstract class
2023-05-31 22:32:37 +02:00
8ff65bf400
compatibility with older tasks.json
2023-05-31 22:26:53 +02:00
fbba7c45b9
annotation
2023-05-31 21:44:16 +02:00
d9b6062767
Custom JSON Deserializer for concrete classes of abstract class TrangaTask
2023-05-31 21:43:07 +02:00
f892db7dda
Switch Execution State to Running when executing
2023-05-31 21:40:00 +02:00
1b9ebd096b
Removed TaskExecutor
...
TrangaTask is now abstract
TrangaTask implements Execute Method, that is now called instead of TaskExecutor
Created inheriting classes of TrangaTask: UpdateKomgaLibraryTask, DownloadNewChaptersTask
2023-05-31 21:15:32 +02:00
5aa3214ce5
TrangaTask.ToString() rewrite for logs-readability.
...
LogMessages only include class-name without path
2023-05-22 21:37:02 +02:00
a6a2d20981
More fancy CLI
2023-05-20 16:35:45 +02:00
086d72565a
Formatting of trangaTask string with fixed-with instead of tabs
2023-05-20 16:23:25 +02:00
430ee2301f
Implemented Queue, so that taskManager is not held up with other Connector-tasks.
...
Tasks are now executed in another Thread.
Replaced TrangaTask.isBeingExecuted bool with 3-states: Waiting, Enqueued, Running
Added Queue size to CLI output.
2023-05-20 14:50:48 +02:00
538cfec619
Added UpdateKomgaTask
...
Fixed Komga-auth
Added Komga to data.json
2023-05-20 14:07:38 +02:00
ff01bac9d4
Changed ComicInfo.xml to use chapternumber as "Number".
2023-05-20 12:53:54 +02:00
08e0fe7c71
We happy? We happy. Thanks ReSharper
2023-05-20 01:06:12 +02:00
2b18dc9d4f
Added TrangaTask.ToString
2023-05-20 00:37:31 +02:00
124c644db1
Added summary for TaskExecutor, TaskManager, TrangaTask
2023-05-19 20:03:17 +02:00
312672a05c
Check if task is already being executed before running again.
2023-05-19 19:20:06 +02:00
dd58efce06
Working TaskManager and Tasks
2023-05-19 16:27:56 +02:00
afe36ab2ef
Switch to Newtonsoft.Json for serialization
2023-05-19 16:23:37 +02:00
6de6d060c4
Rewrite Task-Structure for serialization.
...
TrangaTask include information on what to execute where, do not execute tasks.
TaskExecutor executes Tasks on information from TrangaTask
2023-05-19 14:00:30 +02:00
86bb49508a
Revert serialization attempt
2023-05-18 21:08:09 +02:00
1f8e8fb740
Fixed Capitalization
...
Added fields for serialization
2023-05-18 21:03:03 +02:00
0fc146019a
Rewrite of Task-System for serialization.
2023-05-18 20:58:03 +02:00
glax
86712714f2
Implemented CreateUpdateChaptersTask
...
Implemented CreateUpdatePublicationsTask
2023-05-18 19:12:17 +02:00
glax
317d1435f3
Add Publication to DownloadChapter Method, to later correctly save images.
2023-05-18 16:21:02 +02:00
glax
d6ec91c896
Moved files
...
Added DownloadClient to Connector
2023-05-18 12:26:15 +02:00