diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |