Hi
Can someone please help me to use xmltv2xmltv?
So if i paste the url hereand remove the * *url_index{url|}
and set daycounter to what ever days data is in the existing epg,it should work right?
How can i get the channel.xml? The main reason i want to use this i want to change the channel names ,my iptv provider has a very stupid naming
<channel id="HUDUNATelevizio.hu">
<display-name>HU - DUNA Televízió</display-name>
*site {url=site.com|timezone=UTC+00:00|maxdays=6|cultureinfo=en-GB|charset=ISO-8859-1|titlematchfactor=90}
*site {ratingsystem=ES|episodesystem=onscreen|grabengine=|firstshow=0|firstday=0000000}
*url_index{url|}
*urldate.format {daycounter|0}
index_showsplit.scrub {multi|<programme||</programme>|</programme>}
*
index_start.scrub {single|start="||"|>}
index_stop.scrub {single|stop="||"|>}
index_title.scrub {single|<title|>|</title>|</title>}
index_subtitle.scrub {single|<sub-title|>|</sub-title>|</sub-title>}
index_description.scrub {single|<desc|>|</desc>|</desc>}
index_actor.scrub {multi|<actor>||</actor>|</actor>}
index_director.scrub {multi|<director>||</director>|</director>}
index_writer.scrub {multi|<writer>||</writer>|</writer>}
index_producer.scrub {multi|<producer>||</producer>|</producer>}
index_presenter.scrub {multi|<presenter>||</presenter>|</presenter>}
index_productiondate.scrub {single|<year>||</year>|</year>}
index_category.scrub {multi|<category|>|</category>|</category>}
index_starrating.scrub {single|<star-rating>|<value>|</value></star-rating>}
index_episode.scrub {single|<episode-num>||</episode-num>|</episode-num>}
*index_premiere.scrub {single||||}
*index_previousshown.scrub {single||||}
*
*operations
scope.range {(indexshowdetails)|end}
* extraxt times
*start="20120922004200" stop="20120922021200"
index_start.modify {substring(type=char)|8 4}
index_temp_1.modify {substring(type=char)|'index_start' 0 2} * the hours
index_start.modify {substring(type=char)|2 2} * the minutes
index_start.modify {addstart()|'index_temp_1':}
index_stop.modify {substring(type=char)|8 4}
index_temp_1.modify {substring(type=char)|'index_stop' 0 2} * the hours
index_stop.modify {substring(type=char)|2 2} * the minutes
index_stop.modify {addstart()|'index_temp_1':}
*
index_description.modify {cleanup}
end_scope

What are you trying to do? xmltv2xmltv is pretty old....you may want to try this plugins https://github.com/SilentButeo2/webgrabplus-siteinipack/tree/master/post...
Hi
Im trying to grab existing epg what my friend grebbing already but with my own channel names and id s and also have 3 days catcup in my epg.Thats my goal
So use merge xmltv to make one xml
I just tried merge xmltv ,i was so excited! But unfortunately the epg what i got from the original epg xml is off by 2 days ! The whole epg is somehow went south.Thats tyhe ini om trying to use if u could take a look i would really appreciate it.
Tank You