@schnyders wrote:
Hi there
I'm a flexget noob, but perhaps someone can help me, or point me in the right direction
I'm getting my series from filesystem. I see that for most of the series flexget finds the meta infomation without any problem on thetvdb. But it's not working for some. See the logs and config below. Is there anything I can do to get them working. Create a nfo file with the tvdb id or something. What I can't change is the file and folder name/structur. As this is already used in plex. And I can't use the plex plugin as I'm using plex home.Thanks for help
Log
2017-07-22 10:15 DEBUG series no episodes found for series `Die Brücke` with parameters season: None, downloaded: True 2017-07-22 10:15 DEBUG series no season packs found for series `Die Brücke` with parameters season: None, downloaded: True 2017-07-22 10:15 DEBUG api_tvdb Looking up tvdb information for 'Die Brücke'. TVDB ID: None 2017-07-22 10:15 DEBUG api_tvdb Series <name=Die Brücke,tvdb_id=None> not found in cache, looking up from tvdb. 2017-07-22 10:15 DEBUG utils.requests Fetching URL https://api.thetvdb.com/search/series with args () and kwargs {'json': None, 'params': {'name': u'Die Br\xfccke'}, u'timeout': 30, 'headers': {u'Accept-Language': u'en', u'Authorization': u'Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1MDA3OTUzNDksImlkIjoiRmxleEdldCIsIm9yaWdfaWF0IjoxNTAwNzA4OTQ5fQ.Q58H7ui3hXBWVkeZtVTtJ13FKdVwAJn-Cbn_GAIkTfPFuwzQXtJ_dmypbo2H0yfcrSPPZPFyduVdaCZgo3OQKM1tW9DzMfiGOsBHVVZp6ToPnUVIFD4cXkfr0wGK7LmzmU67uGdF3r8X2EAht9UlnQbSDkYEUtnVHoh52P3JlznJ6yvh1ZdEu_dmUu-6y1Dxv1HWkTk14vlBXE8ppNUqEgYWFHx5Amg_p9U6AQ73-7FhpHAJn784m7dFQdgFS-Wl3hy3B4QQdFrPdHxyVx4lfm_McCDZ2kb7j8V4yV9RycD2HqmsIrRlrdPnpxrzozVk4NVQODAAbnm_wEdOz2jX6g'}} 2017-07-22 10:18 DEBUG series no episodes found for series `Die Brücke` with parameters season: None, downloaded: True 2017-07-22 10:18 DEBUG series no season packs found for series `Die Brücke` with parameters season: None, downloaded: True
My config:
web_server: yes tasks: serienjunkies.org: redirect_url: yes rss: http://serienjunkies.org/xml/feeds/episoden.xml serienjunkies: language: german hoster: so quality: 720p+ hdtv+ !10bit !h265 regexp: reject: - ENGLISCH configure_series: settings: quality: 720p+ hdtv+ !10bit !h265 from: filesystem: path: /video/TvShows/ retrieve: - dirs exists_series: path: '/video/TvShows/{{series_name}}' exec: - echo text={{url}} >> "/watchfolder/{{title}}.crawljob" - echo downloadFolder=/root/Downloads/flexget/{{title}} >> "/watchfolder/{{title}}.crawljob" notify: entries: title: Downloading {{series_name}} message: Episode {{series_id}} via: - pushover: user_key: u5zg2omhq6257kxmy6ppmahr8e7erw schedules: - tasks: '*' interval: hours: 1
Posts: 3
Participants: 2