From deeb6917c9104a950e4829a35659a2231788eb2f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 15 Nov 2024 19:58:31 +0100 Subject: automedia-git > automedia --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2abe60d..11e51c1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Automatically track new releases of media and download them. Currently works wit A notification is shown on the screen when a download finishes (if notify-send is installed).\ AutoMedia checks and downloads updates every 15 minutes. Torrents stop seeding after a ratio of 2.0.\ ## Installation -Run `sudo ./install.sh` to install AutoMedia. It will build automedia with musl if installed, otherwise it will use gcc/clang (whichever you have configured as the default). If you are running Arch Linux, then you can find AutoMedia on aur under the name automedia-git (`yay -S automedia-git`). +Run `sudo ./install.sh` to install AutoMedia. It will build automedia with musl if installed, otherwise it will use gcc/clang (whichever you have configured as the default). If you are running Arch Linux, then you can find AutoMedia on aur under the name automedia (`yay -S automedia`). ## 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.\ 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`.\ @@ -25,4 +25,4 @@ dmenu, sxiv (for manga), mpv (for anime) 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 +titles of manga need to be stripped of spaces on both ends and replace all `/` with `_`. -- cgit v1.2.3