前天說過這個一鍵包腳本非常好,qBittorrent WebUI+Deluge WebUI+Transmission WebUI + RuTorrent+Flood+Flexget WebUI+h5ai集成PT盒子大全一鍵包,實現(xiàn)PT盒子自動化下載刪除種子
其實用這個一鍵包搭建好PT盒子后,有些地方還是需要稍微設(shè)置一下的。比如我想讓PT盒子自動化下載種子,PT盒子磁盤滿了,想讓它自動化刪除種子,就需要修改下默認的flexget的配置,實現(xiàn)種子RSS自動化訂閱以及自動化刪除種子。
當然,你的磁盤如果足夠大,比如有個幾十TB啥的,完全可以發(fā)揮PT精神盡量多保種。但是假如你的磁盤只有500G,或者1TB,那就需要考慮一下自動化刪除種子了。不然磁盤滿了,不工作了。
下面把我的一個PT盒子種子RSS自動化訂閱和自動化刪除種子的例子列上:

# Here are some guides
#
# https://ymgblog.com/2018/04/30/396/
# https://npchk.info/linux-flexget-rss/
# https://linkthis.me/2018/02/15/the-note-of-using-flexget/
#
# https://github.com/Aniverse/WiKi/blob/master/Flexget.md
# https://github.com/Aniverse/WiKi/blob/master/How.to.use.RSS.md#flexget-rss
#
# For more usages, check the offical site: https://flexget.com
templates:
freespace:
free_space:
path: /home/eeqiulovept
space: 10240【檢查磁盤空間如果只有10G了就停止種子RSS自動化下載】
qb:
qbittorrent:
path: /home/eeqiulovept/qbittorrent/download/
host: localhost
port: 2017
username: eeqiulovept
password: ptisverygood
tr:
transmission:
path: /home/eeqiulovept/transmission/download/【下載目錄】
host: localhost
port: 9099【端口】
username: eeqiulovept【用戶名】
password: ptisverygood【密碼】
de:
deluge:
path: /home/eeqiulovept/deluge/download/
host: localhost
port: 58846
username: eeqiulovept
password: ptisverygood
size:
content_size:
min: 1000【篩選文件大于1000M的種子】
max: 51200【篩選文件小于50G的種子】
strict: no
tasks:
mt:
rss: PT站RSS訂閱地址
accept_all: yes
content_size:
min: 1000【篩選文件大于1000M的種子】
max: 51200【篩選文件小于50G的種子】
strict: no
template: tr
clean_transmission:【自動刪除種子】
host: localhost
port: 9099
username: eeqiulovept
password: ptisverygood
finished_for: 48 hours【種子下載完成2天后刪除】
min_ratio: 5【種子分享率達到5以后,刪除該種子】
delete_files: Yes【刪除種子的同時,刪除下載的文件】
enabled: Yes【啟用自動刪除種子插件】
web_server:
port: 6566
web_ui: yes
# This is prepared for reverse proxy, do not uncomment it unless you know how it works
# base_url: /flexget
# schedules is disabled by default, you need to enable it or use cron to RSS
schedules: no