[mythtv-users] xmltv and myth

Chris Stevens chris at mindblow.co.uk
Thu Oct 8 09:56:20 UTC 2009


Mark,

Thanks, that did the trick!

Chris

On Wed, 2009-10-07 at 16:12 +0100, Mark Edwards wrote:
> Try this change?
>  
> Index: mythtv/programs/mythfilldatabase/xmltvparser.cpp
> ===================================================================
> --- mythtv/programs/mythfilldatabase/xmltvparser.cpp    (revision
> 22130)
> +++ mythtv/programs/mythfilldatabase/xmltvparser.cpp    (working copy)
> @@ -88,8 +88,10 @@
>                  if (!path.isEmpty())
>                  {
>                      QString base =
> baseUrl.toString(QUrl::StripTrailingSlash);
> -                    chaninfo->iconpath = base +
> -                        ((path.left(1) == "/") ? path : QString("/")
> + path);
> +//                    chaninfo->iconpath = base +
> +//                        ((path.left(1) == "/") ? path :
> QString("/") + path);
> +//ME Fix for appending rt website in front of icon path?
> +                    chaninfo->iconpath = path;
>                  }
>              }
>              else if (info.tagName() == "display-name")





More information about the mythtv-users mailing list