@Azmaeus wrote:
If I may be so proud, I'm happy with how I designed my flexget config - it's supposed to check my folder, use the sub-folder names to search for those shows, and download them into their folder. Then when I want to add a new show, I simply add a folder for that show. The problem I'm running into is that (seemingly) randomly thetvdb_lookup will return None for either the series, or the episode name. It's especially bad when it's the series name because it'll create a new folder named None, which then causes flexget to start searching for a series by the name of "None", lol.
Any thoughts?
tasks: tv shows: inputs: - discover: what: - emit_series: from_start: yes backfill: yes from: - search_rss: url: https://eztv.ag/ezrss.xml all_entries: no link: - link - magneturi - isohunt: tv - kat: category: tv verified: yes - piratebay: sort_by: seeds - publichd: category: - HDTV - TV WEB-DL - SDTV - torrentz: verified configure_series: settings: quality: 720p+ hdtv+ <=h264 identified_by: ep from: filesystem: - /home/osmc/TV Shows/ thetvdb_lookup: yes deluge: username: '<user>' password: '<pass>' path: '/home/osmc/downloading/' ratio: 2 content_filename: "{{tvdb_series_name}} {{tvdb_ep_id}} - {{tvdb_ep_name|default('unknown')}} ({{quality|upper}})" movedone: '/home/osmc/TV Shows/{{tvdb_series_name}}/Season {{tvdb_season}}/' main_file_only: yes
I'm hoping it's just a problem with my hardware, a Raspberry Pi B v2, I have everything on it - flexget, deluge, and kodi. Sometimes when they're all trying to do something, it slows down considerably (pauses the video for a bit, or is slow to respond when I try to tell Deluge to take a break), so I wonder if this might cause flexget to have problems like this?
Posts: 6
Participants: 4