Bug? in WebEPG Actions/Modify section (1 Viewer)

minimax

MP Donator
  • Premium Supporter
  • August 10, 2007
    19
    0
    Brno
    Home Country
    Czech Republic Czech Republic
    Hi there, I'm trying to improve grabber CZ/tv.sms.cz but I've found strange behaviour of Actions/Modify section. First I tried to parse Roman Literals of seasons by Searches section, but with no effect. It did not stored into season field. I tried to store it into description field and it worked. It was the first problem. Next i tried to modify IV, I and other literals with simple 1 and still no effect. I tried to find (.*) in seasonn field and replace it with 1 -> still no effect. So i decided to verify if modify works at all and tried to find alone letter a in description and replace it with 1. Result was that grabber copied text of description one more to the end of it with modified a->1. So I think there is a bug in grabber.

    Can anyone (developer of WebEPG) verify if it works correctly or I am stupid?

    this is a line of grabber that misbehaves:
    <Actions>
    <Modify channel="*" field="#DESCRIPTION" search="\s\ba\b\s" action="Replace" >1</Modify>
    </Actions>

    And finally no errors in log so i dont post it, MP 1.0.

    this is result in tvguide:
    <title>Futurama</title>
    <desc>Na Měsíc a dál. Nová posádka profesora Farnsworthe dostává první úkol - doručit zásilku do zábavního parku na Měsíci. Fry je zde na rozdíl od ostatních poprvé a chce si toto nebeské těleso náležitě užít... Americký kultovní animovaný seriál (1999) &gt;
    Na Měsíc1dál. Nová posádka profesora Farnsworthe dostává první úkol - doručit zásilku do zábavního parku na Měsíci. Fry je zde na rozdíl od ostatních poprvé1chce si toto nebeské těleso náležitě užít... Americký kultovní animovaný seriál (1999) &gt;</desc>
    <episode-num>2</episode-num>
     

    Users who are viewing this thread

    Top Bottom