diff --git a/.gitignore b/.gitignore index b92a666..1c4666c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ __pycache__/ *.log* *.yml .vscode/* -!.github/** \ No newline at end of file +!.github/** +*.svg \ No newline at end of file diff --git a/README.md b/README.md index 1e9530f..bd9c976 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This is a program used to manage your qBittorrent instance such as: * Tag torrents based on tracker URL and set seed goals/limit upload speed by tag (only tag torrents that have no tags) * Update categories based on save directory * Remove unregistered torrents (delete data & torrent if it is not being cross-seeded, otherwise it will just remove the torrent) -* Automatically add [cross-seed](https://github.com/mmgoodnow/cross-seed) torrents in paused state (used in conjunction with the [cross-seed](https://github.com/mmgoodnow/cross-seed) script) <-- cross-seed now allows for torrent injections directly to qBit. +* Automatically add [cross-seed](https://github.com/mmgoodnow/cross-seed) torrents in paused state. **\*Note: cross-seed now allows for torrent injections directly to qBit, making this feature obsolete.\*** * Recheck paused torrents sorted by lowest size and resume if completed * Remove orphaned files from your root directory that are not referenced by qBittorrent * Tag any torrents that have no hard links and allows optional cleanup to delete these torrents and contents based on maximum ratio and/or time seeded