aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-15 06:09:50 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-15 07:46:57 +0200
commit35aca1f0582c43b5f6818c8fc00b924247e45881 (patch)
tree66d5e8f7954481863ba6d79db22a6df32f78af69 /README.md
parent5b20475c7faf89bbabc9eab43c7e5622317a18fc (diff)
Implement rss sync
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