-
Notifications
You must be signed in to change notification settings - Fork 481
tvdb_lookup: support all/specified language #1453
Copy link
Copy link
Closed
Labels
Description
Expected behaviour:
If using tvdb_lookup to look-up a TV show with a localized name, it should be able to find it. Either automagically, or by specifying the language to search for.
Actual behaviour:
If using tvdb_lookup to look-up a TV show with its non-English name, it plainly fails.
It currently searches for English-name only.
Steps to reproduce:
- Step 1: Search for 'Tegenlicht' (=Dutch) -> fails to find
- Step 2: Search for 'Backlight' -> that works, but we don't have that name...
Additional information:
- Flexget Version: 2.40.
- See: npo_watchlist: Rewrite, after big changes to npo.nl #1334 (comment)
Reactions are currently unavailable