From fee89c4afdde4dacee51a763bc4d931320a9d69d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 15 Jun 2021 09:28:35 +0200 Subject: Add all items starting at start-after to the download list in the data json file. This makes downloading more robust if title/url is changes for any item --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..648b9aa --- /dev/null +++ b/TODO @@ -0,0 +1,10 @@ +Automatically remove torrents that have finished seeding, to reduce memory usage and startup time of transmission. +Cache string lengths (too many strcat). +Convert python plugins to C. +Use torrent add response to track finished torrents. A torrent can finish before it is first checked! +Add rate limiting for downloading manga. +Verify path lengths. Currently there is limit to 255 characters for remote names, but not local + remote names. +Deal with replacing of / with _. +Handle strdup failure. +Make downloading manga asynchronous, just like torrents. And have timeout for download. +Start after items will be missing from downloaded command for rss but not manga (because of filenames). This is ok but it looks weird. \ No newline at end of file -- cgit v1.2.3