
myth at robinhill
Nov 3, 2009, 3:36 AM
Post #1 of 1
(150 views)
Permalink
|
|
Re: Ticket #7485: MythVideo metadata update redownloads Season 0 (Special) TV episode images
|
|
On Mon Nov 02, 2009 at 09:38:51PM -0000, MythTV wrote: > #7485: MythVideo metadata update redownloads Season 0 (Special) TV episode images > -----------------------------------------------+---------------------------- > Reporter: Robin Hill <myth@…> | Owner: awithers > Type: defect | Status: closed > Priority: minor | Milestone: unknown > Component: Plugin - MythVideo | Version: 0.22rc1 > Severity: medium | Resolution: fixed > Mlocked: 0 | > -----------------------------------------------+---------------------------- > Changes (by robertm): > > * status: new => closed > * resolution: => fixed > > > Comment: > > Fixed in r22707. > Unfortunately this doesn't help. The problem lies in the calls to the VideoDialog::GetLocalVideoImage method - for the fanart, coverart and banners, no episode information is passed, meaning the episode is then set to 0 as default. This means that both the series and episode are 0, so the filename & tvdb ID are used to look for images instead (and fail). Adding metadata->GetEpisode() to the end of each call seems to fix the issue. Cheers, Robin -- ___ ( ' } | Robin Hill <myth[at]robinhill.me.uk> | / / ) | Little Jim says .... | // !! | "He fallen in de water !!" |
|