aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index b4d2d09..59df6b8 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,9 @@ Run `sudo ./install.sh` to install AutoMedia, or first run `./release.sh` to bui
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 with `sync` option and keep it running to track media. You can then use `add` option to add new media to track.\
+Removing media from being synced can be done by removing the tracked directory in `~/.config/automedia/rss/tracked` or `~/.config/automedia/html/tracked` or by using `automedia cleanup`.\
+It is recommended to create a new directory specifically for automedia sync, otherwise tools like `open_media.py` might not work correctly.\
Run automedia without any options to see all options.
# Requirements
## System
@@ -16,7 +18,7 @@ curl, transmission-cli, notify-send (optional)
lxml, requests, pure_protobuf (optional, used with mangaplus.shueisha.co.jp)
# Requirements when using open_media.py
## System
-dmenu, sxiv
+dmenu, sxiv (for manga), mpv (for anime)
# 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.