aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/README.md b/README.md
index e3ffe9c..b4d2d09 100644
--- a/README.md
+++ b/README.md
@@ -9,13 +9,6 @@ AutoMedia checks and downloads updates every 15 minutes.
## Usage
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
-* 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)
@@ -27,3 +20,5 @@ dmenu, 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.
+# Dev info
+titles of manga need to be stripped of spaces on both ends and replace all `/` with `_`. \ No newline at end of file