Code: Select all
presets:
tv:
series:
- Family Guy
- The Cleveland Show
- Homeland
- American Dad
- The Simpsons
- Futurama
- The Good Wife
- The Mentalist
- Workaholics
- How I Met Your Mother
- Breaking Bad
- The Walking Dead
- South Park
- Sons of Anarchy
settings:
720p:
timeframe: 12 hours
exists_series: /media/MediaShare/NeoMedia/TVShows
thetvd_lookup: yes
set:
movedone: "media/MediaShare/NeoMedia/TVShows/{{ series_name }}/Season {{ series_season }}"
content_filename: |
{{ series_name }} - {{ series_id }}
{% if ep_name|default(False) %} - {{ ep_name }} {% endif %} - {{ quality|upper }}
{% if proper_count %} - proper{% if proper_count > 1 %}{{ proper_count }}{% endif %}{% endif %}
deluge:
main_file_only: yes
path: /media/Deluge/downloading
user: username
pass: password
tasks:
Karmorra:
priority: 1
preset: tv
rss: http://showrss.karmorra.info/rss.php?user_id=77558&hd=null&proper=null
Dailydownloads:
priority: 2
preset: 2
rss: http://www.dailytvtorrents.org/rss/allshows
I get
Code: Select all
Reason: expected <block end>, but found '?'
Check configuration near line 3, column 6
Check configuration near line 18, column 6
Code: Select all
The document is not valid YAML:
while parsing a block collection
in "", line 4, column 7:
- Family Guy
^
expected , but found '?'
in "", line 18, column 7:
settings:
^
If anyone knows what i'm doing wrong i wouldn't mind the helping hand.
Also thank you Ian for such a detailed how to, not long before i can claim to havetheknowhow thanks to you.