Opened 13 years ago
Closed 12 years ago
#10891 closed Bug Report - General (fixed)
MythWeather animated maps are not displayed or not animated
Reported by: | Nicolas Riendeau | Owned by: | cpinkham |
---|---|---|---|
Priority: | minor | Milestone: | 0.26 |
Component: | Plugin - MythWeather | Version: | Master Head |
Severity: | medium | Keywords: | mythwather, animated images |
Cc: | Ticket locked: | no |
Description (last modified by )
MythWeather? animated maps for the EnvCan? source and the wundergroud source are currently not displayed (EnvCan?) or not animated (wunderground).
The output of the script is correct (the fields appear correctly initialized) and the files (animated gifs)/URLs have the right permissionz (when applicable) and they have been verified OK (they contain an animation).
The load call on MythUIImage in WeatherScreen::prepareScreen() was issued so the problem appear to be UI related.
I don't know if the difference in behavior (not shown vs not animated) is related to that but for the EnvCan? parser the MythUIImage is a file while it is an URL for wundeground.
It seems to be the animated GIF support is borked.