@Nille wrote:
HI,
I have managed to get my configuration working so far as it grabs new episodes as I desired.
Unfortunately when I add an rss-feed from Serienjunkies that includes only season packs flexget does not accept the season pack with the following error:
-- Rejected: --------------------------- title : [DEUTSCH] SomeSeries.S03.German.DD+51.DL.1080p.AmazonHD.x264-TVS url : http://serienjunkies.org/mr-robot/xxxx original_url : http://serienjunkies.org/xxxx accepted_by : series description : [DEUTSCH] SomeSeries.S03.German.DD+51.DL.1080p.AmazonHD.x264-TVS proper : False proper_count : 0 quality : 1080p h264 dd+5.1 reason : No Episode found rejected_by : urlrewriting release_group : None rss_pubdate : 2018-01-15 00:00:00 season_pack : True series_episodes : 1 series_exact : False series_id : S03 series_id_type : ep series_identified_by: ep series_name : xxxxx series_parser : <SeriesParser(data=[DEUTSCH] SomeSeries.1080p.AmazonHD.x264-TVS,name=SomeSeries,id=S3,season=3,season_pack=True,episode=None,quality=1080p h264 dd+5.1,proper=0,status=OK)> series_releases : [1] series_season : 3 task : SJ_season tvdb_id : 289590
My Configuration looks as follows:
SJ_season: configure_series: settings: identified_by: ep target: 1080p qualities: - 720p webdl - 720p hdtv - 720p bluray - 1080p webdl - 1080p hdtv - 1080p bluray season_packs: yes from: sonarr_list: base_url: http://localhost port: 8989 api_key: only_monitored: yes include_ended: false ignore_episodes_with_files: true inputs: - rss: http://serienjunkies.org/xml/feeds/staffeln.xml redirect_url: yes serienjunkies: language: german hoster: ul disable: - seen exec: - echo text={{url}} >> "C:\Users\Administrator\AppData\Local\JDownloader 2.0\folderwatch\{{title}}.crawljob" - echo downloadFolder=Serien >> "C:\Users\Administrator\AppData\Local\JDownloader 2.0\folderwatch\{{title}}.crawljob" - echo packageName="{{series_name}} Season {{series_season}}" >> "C:\Users\Administrator\AppData\Local\JDownloader 2.0\folderwatch\{{title}}.crawljob" - echo autoStart=TRUE >> "C:\Users\Administrator\AppData\Local\JDownloader 2.0\folderwatch\{{title}}.crawljob" - echo forcedStart=TRUE >> "C:\Users\Administrator\AppData\Local\JDownloader 2.0\folderwatch\{{title}}.crawljob" - echo enabled=true >> "C:\Users\Administrator\AppData\Local\JDownloader 2.0\folderwatch\{{title}}.crawljob" - echo extractAfterDownload=TRUE >> "C:\Users\Administrator\AppData\Local\JDownloader 2.0\folderwatch\{{title}}.crawljob" - echo extractPasswords=["serienjunkies.org"] >> "C:\Users\Administrator\AppData\Local\JDownloader 2.0\folderwatch\{{title}}.crawljob" - echo autoConfirm=TRUE >> "C:\Users\Administrator\AppData\Local\JDownloader 2.0\folderwatch\{{title}}.crawljob"
Is it expected that seasons do not work with the Serienjunkies Plugin on flexget?
Can I do comething to make it grab them anyway?Hope you can help.
Thanks in advance!
Posts: 3
Participants: 2