Commit Graph

37 Commits

Author SHA1 Message Date
4ee47ed65c Snarky comments. Documentation 2023-05-20 15:05:41 +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
58de0115d6 Use GetConnector Method. 2023-05-20 14:21:47 +02:00
538cfec619 Added UpdateKomgaTask
Fixed Komga-auth
Added Komga to data.json
2023-05-20 14:07:38 +02:00
52f357021d Added KomgaAPI base,
Rewrote settings/task storage to only produce single file
2023-05-20 12:53:19 +02:00
08e0fe7c71 We happy? We happy. Thanks ReSharper 2023-05-20 01:06:12 +02:00
9d104b25f8 Renamed some variables,
changed some access-types to protected/readonly
Made Resharper a bit happier
2023-05-20 01:06:00 +02:00
247c06872e Formatting 2023-05-20 00:37:18 +02:00
854bb71771 Print the created task 2023-05-20 00:37:10 +02:00
3c1865de31 Added Menu options:
List Running Tasks
Search Task (by name)
2023-05-20 00:30:24 +02:00
ccbe8a95f8 Proper naming 2023-05-19 23:01:04 +02:00
1d0883cbab strings 2023-05-19 23:00:04 +02:00
b040419e12 Fix bug where if no tasks were available, the program could not continue. 2023-05-19 20:34:34 +02:00
204ec203d5 Changed some strings 2023-05-19 20:34:09 +02:00
8fcee6ca22 Store last selected Folder-Path 2023-05-19 20:33:53 +02:00
553a77320d Strings 2023-05-19 19:23:37 +02:00
68e877298a Added option to immediately execute a task 2023-05-19 19:23:12 +02:00
58fef5c307 Added force shutdown functionality and option to select wether we want to force or not 2023-05-19 19:21:54 +02:00
133b3146b5 Added option to immediately execute a task 2023-05-19 19:20:52 +02:00
c4949936cd Changed string 2023-05-19 18:10:47 +02:00
30d91b9ee1 Added real reoccurrence selection to cli 2023-05-19 17:47:49 +02:00
d11a7d094a Changed string 2023-05-19 17:39:39 +02:00
f0a4bc3e99 AddTask now takes ConnectorName instead of object 2023-05-19 17:36:03 +02:00
0df7e7ed31 Missing bracket. 2023-05-19 16:36:02 +02:00
dd58efce06 Working TaskManager and Tasks 2023-05-19 16:27:56 +02:00
e8f25ca9d0 Added Series Info Capability 2023-05-18 20:26:47 +02:00
glax
c283cbd9a9 Added download cover functionality 2023-05-18 19:56:06 +02:00
glax
039154dd53 Split up into smaller Methods that can be used for task-creation 2023-05-18 19:24:44 +02:00
glax
88e5379e25 Cleanup 2023-05-18 19:04:34 +02:00
glax
babf15072d Added Connector selector (overkill with 1 so far? :P ) 2023-05-18 18:51:43 +02:00
glax
57c7f175d9 170d0c094c 2023-05-18 18:22:38 +02:00
glax
ff1e775763 fixed issue where same chapter was downloaded 2023-05-18 18:21:43 +02:00
glax
5adceb7608 Changed enumeration of chapters to include names 2023-05-18 18:21:21 +02:00
glax
f2be9ba132 More extensive cli 2023-05-18 17:42:47 +02:00
glax
2b7f759e7e Upgraded test-setup 2023-05-18 17:22:10 +02:00
glax
b15e032038 Add field downloadLocation to Connector to save archives. 2023-05-18 16:40:23 +02:00
glax
7aeb6bcc2f Added executable for testing. 2023-05-18 15:49:08 +02:00