Opened 14 years ago

Closed 14 years ago

#7900 closed defect (fixed)

ttvdb.py call with language switch lost fanart data

Reported by: Markus Schulz <msc@…> Owned by: Anduin Withers
Priority: minor Milestone: unknown
Component: Plugin - MythVideo Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

if i call ttvdb.py with "-l de" i get no fanart, coverart and bannerart. if i call with "-l en" (or without lang) the art data was returned.

sample: # ttvdb.py -D 79842 -l en |egrep "Fanart|Banner|Coverart" Coverart:http://www.thetvdb.com/banners/posters/79842-1.jpg,http://www.thetvdb.com/banners/posters/79842-2.jpg Fanart:http://www.thetvdb.com/banners/fanart/original/79842-1.jpg,http://www.thetvdb.com/banners/fanart/original/79842-3.jpg,http://www.thetvdb.com/banners/fanart/original/79842-4.jpg,http://www.thetvdb.com/banners/fanart/original/79842-2.jpg Banner:http://www.thetvdb.com/banners/graphical/79842-g.jpg,http://www.thetvdb.com/banners/graphical/79842-g2.jpg,http://www.thetvdb.com/banners/text/79842.jpg

# ttvdb.py -D 79842 -l de |egrep "Fanart|Banner|Coverart" # empty

Change History (1)

comment:1 Changed 14 years ago by Raymond Wagner

Resolution: fixed
Status: newclosed

Fixed in [23355].

Note: See TracTickets for help on using tickets.