home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
QAM major/minor channel numbers ??
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="RonD" data-source="post: 1150905" data-attributes="member: 117536"><p>hmm, did not know he was using older version. maybe time to get up to date.</p><p></p><p>but assuming you using win7/8/10 with powershell, press "win key", select "run" type powershell</p><p></p><p>cd to the folder with export.xml file, and type (copy/paste) the following</p><p></p><p>select-string -pattern "<tune ","<channel " export.xml | Foreach { $_ -split ' '} | select-string -pattern channel,name,display</p><p></p><p>and you will see the Channel names/numbers from the export.xml file like the following</p><p></p><p>[SPOILER]</p><p>DisplayName="KTVU-SD"</p><p>ChannelNumber="2002"></p><p>IdChannel="403"</p><p>ChannelNumber="44"</p><p>ChannelType="1"</p><p>MajorChannel="2"</p><p>MinorChannel="2"</p><p>Name="KTVU-SD"</p><p>[/SPOILER]</p></blockquote><p></p>
[QUOTE="RonD, post: 1150905, member: 117536"] hmm, did not know he was using older version. maybe time to get up to date. but assuming you using win7/8/10 with powershell, press "win key", select "run" type powershell cd to the folder with export.xml file, and type (copy/paste) the following select-string -pattern "<tune ","<channel " export.xml | Foreach { $_ -split ' '} | select-string -pattern channel,name,display and you will see the Channel names/numbers from the export.xml file like the following [SPOILER] DisplayName="KTVU-SD" ChannelNumber="2002"> IdChannel="403" ChannelNumber="44" ChannelType="1" MajorChannel="2" MinorChannel="2" Name="KTVU-SD" [/SPOILER] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
QAM major/minor channel numbers ??
Contact us
RSS
Top
Bottom