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
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#771
2008-02-21, 08:12 AM
i do have 1 request, i tried to put [even tho i noticed you said i couldn't..lol]
<Display-Name>{{NUM}} {{CS}}</Display-Name>
so i could get "## ABCD" format for channel to match what i have now...
but obviously it doesn't work..i do get the last ref in sequence..ie."ABCD" only in xml file...
or is there a combo type i could use? like:{{NUMCS}}?

[otherwise i have to redo all my lineups to match] Sad
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#772
2008-02-21, 02:47 PM
pBS Wrote:i do have 1 request, i tried to put [even tho i noticed you said i couldn't..lol]
<Display-Name>{{NUM}} {{CS}}</Display-Name>
so i could get "## ABCD" format for channel to match what i have now...
but obviously it doesn't work..i do get the last ref in sequence..ie."ABCD" only in xml file...
or is there a combo type i could use? like:{{NUMCS}}?

[otherwise i have to redo all my lineups to match] Sad

Well if Whurlston can't do it, you can always run a one line sql query to copy the 'display_name' to the 'name' in 'Channel'...

UPDATE CHANNEL SET display_name=name;
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
#773
2008-02-21, 03:20 PM
Ok, the display-names aren't working properly. <Display-Name>{{NUM}} {{CS}}</Display-Name> should work but it doesn't. I'll should have a fix later today. As for renumber, I didn't add that feature. I started to but I didn't think it would be necessary with the new naming convention for the IDs. There is also no way to currently reorder channels. I can do that if you really want it but it would not be till I finish the NetFlix plugin.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#774
2008-02-21, 08:36 PM
Package: http://www.epgtools.com/MceEpg2XmlTv/Mce....0.0.3.zip
Source: http://www.epgtools.com/MceEpg2XmlTv/Mce....3.src.zip

This build fixes the issue where the <display-name> is not correctly output from the settings. Sorry pBS, no combo type but "{{NUM}} {{CS}}" now works.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#775
2008-02-21, 10:06 PM
excellent...[num cs] even better..Smile
i'll play with reordering the channels by reordering the .xml and see what happens...i think that may reorder the output too..Smile
[keeping fingers crossed, don't want to make any extra work for you guys]

had my first glitch with mce while not having a capture card...
it works fine, but something got messed up with the hash's, but i went into MCE and had it do an update itself and that fixed everything...

i like the new version...i think i'm all set..will let you know if reordering works..

oh and to get "2 KPRC" instead of "KPRC" i had to edit sql line:
UPDATE CHANNEL SET display_name=channel_number || ' ' ||name;
although this didn't help as it's the actual 'name' field i have the info in i need to match, so i just copied back from the dislpay name field after i modded it to be correct..Big Grin

but with the fix you made it's not needed anymore..
thanx again for releasing..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#776
2008-02-21, 10:39 PM
That was how I meant for it to work originally, hence the tab for it. I just forgot to fix the test code in that function.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#777
2008-02-22, 12:21 AM
whurlston Wrote:Package: http://www.epgtools.com/MceEpg2XmlTv/Mce....0.0.3.zip
Source: http://www.epgtools.com/MceEpg2XmlTv/Mce....3.src.zip

This build fixes the issue where the <display-name> is not correctly output from the settings. Sorry pBS, no combo type but "{{NUM}} {{CS}}" now works.

Updated the wiki with these URLs. Got a bit more to do on the page. Can someone nudge me if there is a new build available? I'll be happy to update the URls as they need 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]
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#778
2008-02-22, 12:31 AM
I'll PM you whenever I have a new build but unless there are more bugs, this should be it for a while.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#779
2008-02-22, 01:52 AM
whurlston Wrote:Package: http://www.epgtools.com/MceEpg2XmlTv/Mce....0.0.3.zip
Source: http://www.epgtools.com/MceEpg2XmlTv/Mce....3.src.zip

This build fixes the issue where the <display-name> is not correctly output from the settings. Sorry pBS, no combo type but "{{NUM}} {{CS}}" now works.

Here's are some cosmetic suggestions: Revlon, Max Factor, Shiseido...

Seriously, Because you've allowed multiple tags on a line for DiaplayName, change the label saying only one per line...

Pick an Icon for your program...

Also, in the actual output the reference to generator-info-url="http://www.epgtools.com/MceEpg2XmlTv/" goes nowhere... Put up a dummy page or redirect to the wiki page...

Excellent work whurslton. Check out the wiki and see if there is anything I missed (other than the how to for the advanced features)
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
#780
2008-02-22, 02:06 AM
I think it's the same bug pBs found. While documenting, I tested the channels.. After saving, here's part of the config.xml

Code:
<Display-Names>
    <Display-Name>{{NUM}}{{CS}}</Display-Name>
    <Display-Name>{{NUM}}</Display-Name>
    <Display-Name>{{NAME}}</Display-Name>
    <Display-Name>{{AFF}}</Display-Name>
  </Display-Names>

But I still get

Code:
<channel id="46910865.NVPD.49">
    <display-name>NVPD</display-name>
    <display-name>49</display-name>
    <display-name>Newsworld Print Voice Data</display-name>
    <display-name>Cablecast</display-name>
  </channel>
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 (96): « Previous 1 … 76 77 78 79 80 … 96 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Problems retrieving providers using MceEpg2xmlTv kiekar 4 1,924 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