aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c401da6..1fb53c2 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ 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).
# Requirements
## System
transmission-cli, notify-send (optional)
@@ -19,4 +20,4 @@ feedparser, transmissionrpc, lxml, requests, urllib, pure_protobuf (optional, us
rofi, sxiv
# Important
Do not move files inside the download directory. If you want to move them, move the whole download directory
-when automedia is not running and then set the download directory to the new location when using sync command.
+when automedia is not running and then set the download directory to the new location when using sync command. \ No newline at end of file