NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 26 27 28 29 30 … 93 Next »
MceEpg2XmlTv

 
  • 0 Vote(s) - 0 Average
MceEpg2XmlTv
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#761
2008-02-15, 12:31 AM
No. No quotes are needed in the xml file.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#762
2008-02-20, 06:03 PM
it seems the program is still keying on the ch names only...i get

Quote: <channel id="28461211">
<display-name>13 KTRK</display-name>
<display-name>13</display-name>
<display-name>KTRK</display-name>
<display-name>KTRK</display-name>
<display-name>13 KTRK</display-name>
<display-name>(KTRK) KTRK</display-name>
<display-name>13 (KTRK) KTRK</display-name>
</channel>
<channel id="28461211">
<display-name>8370 KTRK</display-name>
<display-name>8370</display-name>
<display-name>KTRK</display-name>
<display-name>KTRK</display-name>
<display-name>8370 KTRK</display-name>
<display-name>(KTRK) KTRK</display-name>
<display-name>8370 (KTRK) KTRK</display-name>
</channel>

i've tried all possible combinations of include/exclude/renumber and none can help here..
i have several channels with this problem...so i can't get my digitals out..
if the inc/exc/renum functions worked correctly it wouldn't be problem..

seems like the assignment of channel id is happening before any include/exclude/renum adjustments, so it doesn't help at all..Sad
[gives same id to diff channels without ability to change with renum or exclude afterwards,ends up changing all with that id only..]
i was hoping this would be fixed by now but hasn't...
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#763
2008-02-20, 06:54 PM
It has been fixed. You are still using an old version of the converter. The new version uses an entirely different id naming convention. It uses id+callsign+channelnumber to create the id. In the new version those channels would look like:
Quote:<channel id="28461211.KTRK.13">
<display-name>13 KTRK</display-name>
<display-name>13</display-name>
<display-name>KTRK</display-name>
<display-name>KTRK</display-name>
<display-name>13 KTRK</display-name>
<display-name>(KTRK) KTRK</display-name>
<display-name>13 (KTRK) KTRK</display-name>
</channel>
<channel id="28461211.KTRK.8370">
<display-name>8370 KTRK</display-name>
<display-name>8370</display-name>
<display-name>KTRK</display-name>
<display-name>KTRK</display-name>
<display-name>8370 KTRK</display-name>
<display-name>(KTRK) KTRK</display-name>
<display-name>8370 (KTRK) KTRK</display-name>
</channel>
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#764
2008-02-20, 07:34 PM
hmm,where is it then? i got this straight off the wiki...
pweese pweese pwetty pweese? Big Grin
i musta missed something completely...lol i looked..:EEK
thanx..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#765
2008-02-20, 07:47 PM (This post was last modified: 2008-02-20, 07:52 PM by whurlston.)
The Wiki has not been updated yet. Here's the latest which includes a couple of bug fixes from 2.0.0.1

Package: http://www.epgtools.com/MceEpg2XmlTv/Mce....0.0.2.zip
Source: http://www.epgtools.com/MceEpg2XmlTv/Mce....2.src.zip

Fixes:
Fixed issue where it would not run on Vista.
Fixed issue where config and output files were not saved to the proper location.

Instructions:
http://forums.gbpvr.com/showpost.php?p=2...tcount=684
http://forums.gbpvr.com/showpost.php?p=2...tcount=740

You missed like a hundred posts on the new version. :p
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#766
2008-02-20, 10:04 PM
whurlston Wrote:The Wiki has not been updated yet.


Tonight!!!
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
#767
2008-02-21, 02:31 AM
zehd Wrote:Tonight!!!
I wasn't pushing you. Smile
jjaomni
Offline

Member

Posts: 188
Threads: 34
Joined: Apr 2006
#768
2008-02-21, 03:08 AM
* jjaomni hears a whip crack in a far off land
moo: os: Microsoft® Windows Vistaâ„¢ Ultimate - Service Pack 1 (6.0.6001) up: 14hrs 40mins 5secs cpu: Intel® Core™2 Quad CPU Q6600 @ 2.40GHz (x64) at 2448MHz (8% Load) gfx: NVIDIA GeForce 8800 GT 512MB res: 1680x1050 32bit 59Hz ram: 3074/8189.6MB (37.54%) [||||------] net: Generic Marvell Yukon 88E8056 based Ethernet Controller - 1000MB/s 85.32MB In 18.25MB Out
-
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#769
2008-02-21, 03:44 AM
Nope. He's saving me from writing a real tutorial. I suck at that as you may have noticed. Big Grin

BTW, sorry the bug fix took so long jjaomi. I actually had it done but forgot to upload it until pBS reminded me.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#770
2008-02-21, 07:44 AM
sweet...glad to be of service...Big Grin lol

working so far...these things sure do get confusing with all the numbers and cross references...Smile
is there a renumber option? or ability to set ch order?
just edit the .xml?
also, the source file d/l wasn't there..
but so far so good..
maybe now i can see what's on those 'other' dig. channels now...Big Grin
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (96): « Previous 1 … 75 76 77 78 79 … 96 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Problems retrieving providers using MceEpg2xmlTv kiekar 4 1,923 2007-10-13, 04:08 PM
Last Post: kiekar

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

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

Linear Mode
Threaded Mode