Replies: 10 comments 1 reply
-
Funny you should ask @ferrellsl this was added about an hour ago
|
Beta Was this translation helpful? Give feedback.
-
What the -9 did was add to the channel id so in the above example channel id="21300" would display as "I21300.labs.gracenote.com" |
Beta Was this translation helpful? Give feedback.
-
I have but don't regularly use nextpvr so I see what you're asking give me a few |
Beta Was this translation helpful? Give feedback.
-
Thanks. Yeah, this is what I'm getting from an npm run:
I'd like to get an additional tag like this one for each channel:
|
Beta Was this translation helpful? Give feedback.
-
This was an output using
|
Beta Was this translation helpful? Give feedback.
-
I just downloaded your branch and rebuilt the npm version and I get this: node dist/index.js --lineupId=USA-OTA85208 --timespan=350 --country=USA --postalCode=85208 --appendAsterisk --nextpvr |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
OK, did that and now I get the following: node dist/index.js --lineupId=USA-OTA85208 --timespan=350 --country=USA --postalCode=85208 --appendAsterisk --nextpvr Error: Cannot find module 'C:\zap2xml\dist\index.js' Node.js v22.17.1 |
Beta Was this translation helpful? Give feedback.
-
OK, it's working now! Thanks again! |
Beta Was this translation helpful? Give feedback.
-
All good |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I live in the Phoenix area where there are over 120 channels so it's really time consuming to match channels by their call-signs instead of by channel number in NextPVR. Would it be possible to add a channel tag like the one we get using the old zap2xml PERL script when used with the -9 command line switch? I.E.
<display-name>3.1 KTVKDT</display-name>
Here's a complete example for channel 3.1 in the Phoenix area generated by the PERL script with the -9 switch:
<tv source-info-url="http://tvlistings.gracenote.com/" source-info-name="gracenote.com" generator-info-name="zap2xml" generator-info-url="[email protected]">
<channel id="I30817.labs.gracenote.com">
<display-name>3.1 KTVKDT</display-name>
<display-name>3.1</display-name>
<display-name>KTVKDT</display-name>
<icon src="https://zap2it.tmsimg.com/h3/NowShowing/30817/s30817_ll_h15_ab.png" />
</channel>
Beta Was this translation helpful? Give feedback.
All reactions