2011-03-29, 09:12 PM
You probably could preprocess the XMLTV file and replace "UK_Digi_ with " with sed ie
Martin
Code:
sed -e "s/\"UK_Digi_/\"/" < in.xml > out.xml
Martin
2011-03-29, 09:12 PM
You probably could preprocess the XMLTV file and replace "UK_Digi_ with " with sed ie
Code: sed -e "s/\"UK_Digi_/\"/" < in.xml > out.xml Martin
2011-03-29, 09:44 PM
bobster Wrote:Thanks for that but the Sky channel numbers in Digiguide are correct so I don't need to change those... bobster, something is not correct with your xml set up. extract from my XMLTVGUI processed DigiGuide grab from this morning: Code: <?xml version="1.0" encoding="ISO-8859-1"?> [Edit] Or could post-process as per Martin's suggestion but I am not running any postprocess on my xml other than XMLTVGUI. Have you checked AB's site? There a few posts from me re: getting DigiGuide working. [EndEdit] steeb
2011-03-29, 10:28 PM
2011-03-29, 10:33 PM
mvallevand Wrote:See this then http://www.birtles.org.uk/phpbb3/viewtop...?f=5&t=328 Martin, top detective work! Shows how long since I last visited AB's forum. One of those things I forget to do when everything is working ![]()
2011-03-30, 07:25 AM
Oops, I didn't know about the post-processing, enabling now and will test it out!
2011-04-01, 08:00 AM
OK, I enabled the post-processor and my xml now looks like this:
<?xml version="1.0" encoding="ISO-8859-1"?> <tv date="20110331" generator-name="XMLTV GUI V. 3.13.01W" generator-url="http://www.birtles.org.uk/xmltv"> <channel id="101"> <display-name>BBC 1 London</display-name> </channel> However, the channel id does not get imported, they are just consecutive numbers 1,2,3 etc. So I'm back to square one, how to update the channels with the correct channel numbers?
2011-04-01, 09:23 AM
bobster Wrote:OK, I enabled the post-processor and my xml now looks like this: bobster, I now forget, is this with GB-PVR or NextPVR? steeb
2011-04-01, 01:21 PM
This is with NextPVR, here are my settings:
![]()
2011-04-01, 02:52 PM
Hmmm, I do not understand the HD-PVR. Is it set up as a digital device?
I set up my channels with NextPVR a while back and haven't had another play since. I can't remember how I got the channel numbers to work. I have a nasty feeling that you need an analog device and set that up first and import the channels which gives the correct numbers as desired. Then scan with a digital device and merge..... Hmmm again.... Seems a shame that NextPVR does not automatically support the channel numbering from the XML somehow, IF this is the case? Perhaps someone else could shed some light?
2011-04-01, 04:08 PM
steeb Wrote:Seems a shame that NextPVR does not automatically support the channel numbering from the XML somehowI havent been following this thread, but as far as I'm aware, NextPVR supports the two main standards for channel numbers in xmltv files: Code: <channel id="CART-NET"> Code: <channel id="42"> What format is not being accepted? Post an example file so I can check it out myself. |
|