• Welcome to IPTV Community! You need login/register in-order to access forum without restriction.

Recent content by Tjabo

  1. T

    All epg xml files are wrong

    I have an enigma2 box. I use EPG-importer plugin. Unfortunately it is not possible to use file:/// in URL. Installed a small web server to solve that problem. It was easy to remove "Der Rosaflamingo" with sed. Thanks for your help!
  2. T

    All epg xml files are wrong

    How do you mean? I download EPG every day. Not possible to edit these files manually. Why is the "Der Rosaflamingo" entry in these XML-files at all? Why can´t the producer of these files just remove that entry?
  3. T

    All epg xml files are wrong

    Is it possible to remove "Der Rosaflamingo" entry i epg xml-files? It is very annoying to have it on all programs and all channels
  4. T

    All epg xml files are wrong

    All xml-files have same entry in "sub-title" element, "Der Rosaflamingo" Wrong section: <sub-title lang="xx">Der Rosaflamingo</sub-title> Should follow this standard: <sub-title lang="{Language Code}"> {Episode/Movie Title} </sub-title> <programme start="20190223174500 +0000"...
  5. T

    EPG - xml files sub-title element

    Der Rosaflamingo is always sub-title <programme start="20190223174500 +0000" stop="20190223184500 +0000" channel="ViasatMotor.se"> <title lang="sv">Motorsport</title> <sub-title lang="sv">Der Rosaflamingo</sub-title><desc lang="sv">Italien 1999. MotoGP-klassiker. Kördes på Mugello Circuit...
  6. T

    EPG - xml files sub-title element

    All xml-files have same same entries in "sub-title" element. Because of that, all channels will have same Episode/Movie Title.....Der Rosaflamingo Look like this: <sub-title lang="xx">Der Rosaflamingo</sub-title> Should follow this standard: <sub-title lang="{Language Code}"> {Episode/Movie...