Opened 13 years ago
Closed 13 years ago
Last modified 13 years ago
#10404 closed Bug Report - General (Upstream Bug)
Channel Icon not showing on remote host during LiveTV
Reported by: | JYA | Owned by: | stuartm |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Channel icons aren't showing up in liveTV.
In the log you see:
2012-03-04 13:32:49.190290 E MythUIHelper: LoadScaleImage(/home/mythtv/.shepherd/icons/frogman_blue_7TWO)Unable to find image file 2012-03-04 13:32:49.263251 E MythUIHelper: LoadScaleImage(/home/mythtv/.shepherd/icons/frogman_blue_7TWO)Unable to find image file 2012-03-04 13:32:49.338662 E MythUIHelper: LoadScaleImage(/home/mythtv/.shepherd/icons/frogman_blue_7TWO)Unable to find image file 2012-03-04 13:32:49.399084 E MythUIHelper: LoadScaleImage(/home/mythtv/.shepherd/icons/frogman_blue_7TWO)Unable to find image file 2012-03-04 13:32:49.461410 E MythUIHelper: LoadScaleImage(/home/mythtv/.shepherd/icons/frogman_blue_7TWO)Unable to find image file 2012-03-04 13:32:49.521236 E MythUIHelper: LoadScaleImage(/home/mythtv/.shepherd/icons/frogman_blue_7TWO)Unable to find image file 2012-03-04 13:32:49.588175 E MythUIHelper: LoadScaleImage(/home/mythtv/.shepherd/icons/frogman_blue_7TWO)Unable to find image file 2012-03-04 13:32:49.651890 E MythUIHelper: LoadScaleImage(/home/mythtv/.shepherd/icons/frogman_blue_7TWO)Unable to find image file 2012-03-04 13:32:49.792025 E MythUIHelper: LoadScaleImage(/home/mythtv/.shepherd/icons/frogman_blue_7TWO)Unable to find image file 2012-03-04 13:32:49.857359 E MythUIHelper: LoadScaleImage(/home/mythtv/.shepherd/icons/frogman_blue_7TWO)Unable to find image file 2012-03-04 13:32:49.921678 E MythUIHelper: LoadScaleImage(/home/mythtv/.shepherd/icons/frogman_blue_7TWO)Unable to find image file
so it only tries to retrieve the image from local disk storage
Change History (3)
Note: See
TracTickets for help on using
tickets.
Shepherd is inserting icon urls direct into the database instead of going through mythfilldatabase as it's supposed to? That's completely unsupported ... (as is a lot of Shepherd behaviour)
I'm tempted to close as won't fix. Channels icons should be in {config_dir}/.channels/ which is where both the official icon downloader and mythfilldatabase (xmltv) will place them.