NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums General General Discussion v
« Previous 1 … 71 72 73 74 75 … 159 Next »
EPG support for Australia???

 
  • 0 Vote(s) - 0 Average
EPG support for Australia???
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#31
2008-03-05, 08:01 AM (This post was last modified: 2008-03-05, 08:06 AM by whurlston.)
I gave Frank (zehd) a temporary fix. My serializer was able to fix the formatting rather quickly. Just curious, are you using .Net for xmltvDownload?

Edit: I see now that dataDownload requires .Net framework. I would be interested in talking to you in the near future. I'll send you an email in a few days.
epgStream
Offline

Junior Member

Posts: 14
Threads: 2
Joined: Feb 2008
#32
2008-03-05, 08:07 AM
whurlston Wrote:I gave Frank (zehd) a temporary fix. My serializer was able to fix the formatting rather quickly. Just curious, are you using .Net for xmltvDownload?

Hur hur hur ... The "XmlFormatting"="Indented" gave it away, right! Smile Yeah, xmltvDownload utilises the System.XML namespace from the .NET Framework 2.0. .NET 2.0 is bundled with Windows Vista, so it seemed to be the right framework to use (for Windows).

Thanks,
banger @epgStream.net

[SIZE="1"]Visit us at http://www.epgStream.net! || Forum Support at http://forum.epgstream.net!
Email us at free-epg@epgstream.net! || Talk to us on +61 2 80113647
Help us out with a small donation if you find our service useful![/SIZE]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#33
2008-03-05, 08:07 AM
epgStream Wrote:Hi zehd!

There is an option within xmltvDownload which will format (CRLF) and indent your XMLTV output source for you.

You can either use the "/config" screen and set the "XML Formatting Scheme" option to "Indented" or just manually update the xmltvDownload.exe.config file:

[INDENT]
Code:
<add key="XmlFormatting" value="Indented" />
[/INDENT]

The "XmlFormatting" setting currently defaults to "None" because the nicely indented is just for us humans to read! Big Grin

Oh, BTW, what does UltraXMLTV do?

Thanks,

Hey Banger, just tried the very latest download, (it said it had never been downloaded, so I must have been the first)

Unfortunately, the formatting started off OK, and then became run together...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
epgStream
Offline

Junior Member

Posts: 14
Threads: 2
Joined: Feb 2008
#34
2008-03-05, 08:21 AM
Hi Frank,

Can you send me or post your ChannelSettings.xml file? Might be the some of the ozTiVo.net data might need "forced" formatting.

This file just contains your channel preferences and won't have any sensitive information.


Thanks,
banger @epgStream.net

[SIZE="1"]Visit us at http://www.epgStream.net! || Forum Support at http://forum.epgstream.net!
Email us at free-epg@epgstream.net! || Talk to us on +61 2 80113647
Help us out with a small donation if you find our service useful![/SIZE]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#35
2008-03-05, 08:23 AM
epgStream Wrote:Hi Frank,

Can you send me or post your ChannelSettings.xml file? Might be the some of the ozTiVo.net data might need "forced" formatting.

This file just contains your channel preferences and won't have any sensitive information.


Thanks,


Code:
<?xml version="1.0" standalone="yes"?>
<xmltvDownload>
  <channel id="SBSWN" days="7">
    <enabled>False</enabled>
  </channel>
  <channel id="SBS-NSW" days="7">
    <enabled>False</enabled>
  </channel>
  <channel id="ABC2" days="7">
    <enabled>False</enabled>
  </channel>
  <channel id="ABC-NSW" days="7">
    <enabled>False</enabled>
  </channel>
  <channel id="ACC" days="7">
    <enabled>False</enabled>
  </channel>
  <channel id="Seven-Syd" days="7">
    <enabled>False</enabled>
  </channel>
  <channel id="SevenHD" days="7">
    <enabled>False</enabled>
  </channel>
  <channel id="Nine-Syd" days="7">
    <enabled>False</enabled>
  </channel>
  <channel id="Ten-NSW" days="7">
    <enabled>False</enabled>
  </channel>
  <channel id="TenHD" days="7">
    <enabled>False</enabled>
  </channel>
  <channel id="ABC-Qld" days="7">
    <enabled>True</enabled>
  </channel>
  <channel id="ANIMAL" days="7">
    <enabled>True</enabled>
  </channel>
  <channel id="Nine-Qld" days="7">
    <enabled>True</enabled>
  </channel>
  <channel id="SBS-Qld" days="7">
    <enabled>True</enabled>
  </channel>
  <channel id="Seven-Bris" days="7">
    <enabled>True</enabled>
  </channel>
  <channel id="Ten-Qld" days="7">
    <enabled>True</enabled>
  </channel>
</xmltvDownload>
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#36
2008-03-05, 08:24 AM
epgStream Wrote:Hur hur hur ... The "XmlFormatting"="Indented" gave it away, right! Smile
Doh! I actually missed that. I saw the requirements in the link you posted. I don't know how complete your xml serializer is but there is one included with my MceEpg2XmlTv utility. All fields are strongtyped and it makes extremely fast work of reading and writing xmltv files.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#37
2008-03-05, 08:30 AM
whurlston Wrote:Doh! I actually missed that. I saw the requirements in the link you posted. I don't know how complete your xml serializer is but there is one included with my MceEpg2XmlTv utility. All fields are strongtyped and it makes extremely fast work of reading and writing xmltv files.

And it's even gonna do VB6 for us old types...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#38
2008-03-05, 08:31 AM
epgStream Wrote:Hi Frank,

Can you send me or post your ChannelSettings.xml file? Might be the some of the ozTiVo.net data might need "forced" formatting.

This file just contains your channel preferences and won't have any sensitive information.


Thanks,

I registered for free*epg. You wanna give your server a nudge so I can get my activation email? Big Grin
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
epgStream
Offline

Junior Member

Posts: 14
Threads: 2
Joined: Feb 2008
#39
2008-03-05, 08:54 AM
zehd Wrote:Hey Banger, just tried the very latest download, (it said it had never been downloaded, so I must have been the first)

Unfortunately, the formatting started off OK, and then became run together...
Ok, I see what the problem was ... I've uploaded a new xmltvDownload version (v0.99.35) to correct the formatting issue.

Gotta go training ... Be back in 3 hours!

Enjoy!
banger @epgStream.net

[SIZE="1"]Visit us at http://www.epgStream.net! || Forum Support at http://forum.epgstream.net!
Email us at free-epg@epgstream.net! || Talk to us on +61 2 80113647
Help us out with a small donation if you find our service useful![/SIZE]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#40
2008-03-05, 09:16 AM
epgStream Wrote:Ok, I see what the problem was ... I've uploaded a new xmltvDownload version (v0.99.35) to correct the formatting issue.

Gotta go training ... Be back in 3 hours!

Enjoy!

That's got it...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (5): « Previous 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Rant-Charter Spectrum CableCards support ends p37307 12 1,523 2024-09-05, 01:02 AM
Last Post: hdpvr-doug8796
  Hauppage support gone? SFX Group 1 1,936 2018-01-22, 06:06 AM
Last Post: sub
  Hard drive with wireless support tieke 0 1,462 2012-11-22, 10:42 PM
Last Post: tieke
  Colossus with HVR cards - not really a support issue - Common Decoders? PatM 5 2,739 2012-03-29, 01:41 PM
Last Post: PatM
  NPVR support for PS3/Xbox360/Wii, GoogleTV etc mvallevand 14 9,560 2011-08-19, 03:13 AM
Last Post: StanO
  Do these forums support Tapatalk? wtg 14 4,839 2011-08-02, 01:04 PM
Last Post: wtg
  IPTV support? Angstrom 1 2,280 2011-06-27, 08:13 PM
Last Post: sub
  Support of another kind wpialum 0 1,283 2010-01-25, 10:51 PM
Last Post: wpialum
  FM Support? plg123 6 2,634 2009-05-15, 04:25 PM
Last Post: pastro
  Paying for hosting but website down and battling with support McBainUK 3 3,192 2008-11-27, 07:23 PM
Last Post: MixMan

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode