apache_conf flexget配置将系列从sonarr添加到flexget
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf flexget配置将系列从sonarr添加到flexget相关的知识,希望对你有一定的参考价值。
schedules:
- tasks" '*'
interval:
minutes: 1
templates:
global:
transmission:
host: localhost
port: 9091
username: myusername
password: mypassword
tvshows:
thetvdb_lookup: yes
set:
path: ~/Downloads/TV Shows/{{tvdb_series_name}}/Season {{tvdb_season}}
content_filename: "{{tvdb_series}} - S{{tvdb_season}}E{{tvdb_episode|pad(2)}} - {{tvdb_ep_name|default('Missing Title')}}"
label: TV Shows
magnetization_timeout: 30
regexp:
accept:
- 720p
- 1080p
- The Complete
manipulate:
- url:
replace:
regexp: '&'
format: '&'
- series_name:
from: title
extract: '(.+)\s\(.+\)\.\s.+\s\(.+\)\s\[.+\]'
- episode_name:
from: title
extract: '.+\s\(.+\)\.\s(.+)\s\(.+\)\s\[.+\]'
- title:
replace:
regexp: '.*\s\((.+)\)\.\s.+\s\((.+)\)\s\[(.+)\]'
format: '\1.\2.\3.torrent'
- title:
replace:
regexp: '(.*)\.MP4\.torrent'
format: '\1.720p.torrent'
- title:
replace:
regexp: '(.*)\.SD\.torrent'
format: '\1.480p.torrent'
tasks:
lostfilm:
headers:
cookie: "uid=2609668;usess=64ad9b41d77704f601773a46d46d7462"
rss:
url: http://retre.org/rssdd.xml
ascii: yes
template:
- global
- tvshows
quality:
- 720p
configure_series:
from:
sonarr_list:
base_url: http://localhost
port: 8989
api_key: d239d48d46ee448d9a5a0611ef418602
#include_data: yes
priority: 1
schedules:
- tasks: '*'
interval:
minutes: 1
tasks:
lostfilm:
thetvdb_lookup: yes
set:
path: /Volumes/DATA/TV Shows/{{tvdb_series_name}}/Season {{tvdb_season}}
main_file_only: yes
content_filename: "{{tvdb_series_name}} - S{{tvdb_season}}E{{tvdb_episode}} - {{tvdb_ep_name}} - {{quality}}"
label: TV Shows
headers:
cookie: lf_session=c8d69246b51a1693d408311a7e28d7e0.2609668;
lostfilm: yes
# exists_series:
# - ~/Downloads/TV Shows/{{tvdb_series_name}}
configure_series:
settings:
quality:
720p
from:
sonarr_list:
base_url: http://localhost
port: 8989
api_key: d239d48d46ee448d9a5a0611ef418602
#include_data: yes
transmission:
host: localhost
port: 9091
# username: admin
# password: admin
以上是关于apache_conf flexget配置将系列从sonarr添加到flexget的主要内容,如果未能解决你的问题,请参考以下文章
apache_conf shanaproject + flexget + plex
apache_conf FlexGet:АвтоматическаяRSS-скачкасериаловLostfilm.tvдляновойверсиисайта
FlexGet:来自 kinopoisk 的 RSS 解析和检查评级
RSS, Transmission flexget in linux
群晖安装FlexGet配合qBittorrent实现监控下载
apache_conf CircleCI 2.0配置,用于从PHPUnit到Code Climate获取代码覆盖率