@BlackestDawn wrote:
Hi, been searching around the forum for a while and tried a few things but haven't found a solution to my problem.
My problem is that I have two tasks using all_series that are the same, outside of the URL it pulls from and where it saves them. One functions perfectly fine (TV) while the other only produces undecided entries (Anime). Might be useful to know that TV pulls from ShowRSS and Anime from Shana Project (anime version of ShowRSS).
One thing that I noticed in the feed from Shana Project is that the guid field is the URL for the original location, could that be it? Otherwise I can't identify any problem when using --dump.
Flexget config:
secrets: secrets.yml
templates:
global:
transmission:
netrc: '{{secrets.transmission.netrc}}'
addpaused: no
pushover:
userkey: '{{secrets.transmission.userkey}}'
apikey: '{{secrets.transmission.apikey}}'
title: 'Downloading {{series_name}}'
message: 'Episode {{series_id}}'tasks:
Anime:
inputs:
- rss: '{{secrets.urls.anime}}'
all_series:
propers: yes
path: /mnt/data/torrents/animes/{{series_name}}TV:
inputs:
- rss: '{{secrets.urls.tv}}'
all_series:
propers: yes
path: /mnt/data/torrents/series/{{series_name}}
Posts: 1
Participants: 1