Opened 17 years ago
Closed 17 years ago
#7929 closed defect (fixed)
EPG and moved channel picture directory
| Reported by: | Owned by: | paulh | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.23 |
| Component: | MythTV - User Interface Library | Version: | 0.22 |
| Severity: | medium | Keywords: | EPG picture channel directory |
| Cc: | Ticket locked: | no |
Description
After moving the directory with the channel pictures, the EPG isn't working anymore, because it doesn't stop searching the pictures.
Version: 0.22.20091023-1
Change History (4)
comment:1 by , 17 years ago
| Component: | MythTV - Scheduling → MythTV - User Interface Library |
|---|---|
| Owner: | changed from to |
comment:2 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 17 years ago
| Milestone: | unknown → 0.23 |
|---|
comment:4 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

(In [23579]) If a channel icon cannot be loaded in the EPG don't keep trying to find it. We still try to find each icon once so the EPG is still a little sluggish but is usable.
I'm in two minds as to whether we should nuke the icon setting in the DB if an icon cannot be found but that could be annoying if there is a temporary network glitch and all your carefully selected icon settings get wiped.
I think the real solution is for the users seeing this to fix their broken setups by making sure any icon referenced in the DB exists and is readable by the user running MythFrontend or MythBackend for remote FE's.
Fixes #7929.