aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 519f473..e3ffe9c 100644
--- a/README.md
+++ b/README.md
@@ -10,17 +10,16 @@ AutoMedia checks and downloads updates every 15 minutes.
Run automedia with `sync` option and keep it running to track media. You can then use `add` option to add new media to track.
Run automedia without any options to see all options.
## TODO
-1. Periodically check and remove in_progress files and their directories. This can happen if the computer crashes while adding rss.
-2. Automatically remove torrents that have finished seeding, to reduce memory usage and startup time of transmission.
-3. Cache string lengths (too many strcat).
-4. Convert python plugins to C.
-5. Use torrent add response to track finished torrents. A torrent can finish before it is first checked!
-6. Add rate limiting for downloading manga.
-7. Verify path lengths. Currently there is limit to 255 characters for remote names, but not local + remote names.
+* 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.
# Requirements
## System
curl, transmission-cli, notify-send (optional)
-## Python
+## Python 3
lxml, requests, pure_protobuf (optional, used with mangaplus.shueisha.co.jp)
# Requirements when using open_media.py
## System