- September 1, 2008
- 21,578
- 8,228
- Home Country
-
New Zealand
Just a quick post as it is 4:30am here...
Solution to two is set name as "Unknown <physical>-<service ID>" as requested.
Solution to four is set LCN = (<physical> x 1000) + service ID. It is the best we can do at this stage. If/when we add support for 5 then we would obviously update this.
http://mantis.team-mediaportal.com/view.php?id=4406
Solution to seven was errors in tuning detail files. The errors would only have caused the offset for channels 23..95 (or something like that)... which is why it had me so confused.
http://mantis.team-mediaportal.com/view.php?id=4405
Instructions for installing and testing:
You'll need to delete the cable channels before scanning as MP intentionally does not update the names or LCNs of existing channels.
Assuming you've done a significant amount of renaming etc. already, you can save your exising channel list using the import/export section of TV Server configuration.
Please use the QAM Standard tuning detail file if at all possible.I know you said you prefer the IRC one, but most people use the QAM Standard one. I can't get these changes into the next release unless they're tested... so QAM Standard really needs to be tested if at all possible.
Still to look at the duplicate channel issue...
@RonD @2BitSculptor
Any chance either of you can help with the testing?
Ron, I note that I've used [something like] your convention for assigning the LCN for both ATSC and cable.
Where available:
(<major channel> x 1000) + <minor channel>
...otherwise...
(<physical channel> x 1000) + <service ID>
I know you'd possibly prefer shorter numbers, but apparently for for cable the minor channel can run up to 999. I see @breese has examples that are definitely over 100 in his log files. Hence the need for multiplying by 1000 instead of 100.
Attached are solutions for issues 2, 4 and 7.
- Signal levels not showing for cable scan.
- Unknown channel names marked as xxxx.yyy, not understandable.
- Encrypted channels not marked as encrypted.
- LCNs not set.
- xx.yy LCNs not supported.
- Increasing SDT/VCT timeout or rescanning may find more channels.
- Physical channel numbers off by one.
Solution to two is set name as "Unknown <physical>-<service ID>" as requested.
Solution to four is set LCN = (<physical> x 1000) + service ID. It is the best we can do at this stage. If/when we add support for 5 then we would obviously update this.
http://mantis.team-mediaportal.com/view.php?id=4406
Solution to seven was errors in tuning detail files. The errors would only have caused the offset for channels 23..95 (or something like that)... which is why it had me so confused.
http://mantis.team-mediaportal.com/view.php?id=4405
Instructions for installing and testing:
- Open TV Server configuration.
- Go to the "manual control" section and click "stop service".
- Close TV Server configuration.
- Open Windows Explorer and navigate to the folder you installed TV Server in. Default is C:\Program Files\Team MediaPortal\MediaPortal TV Server on a 32 bit version of Windows or C:\Program Files (x86)\Team ... on a 64 bit version of Windows.
- Take a backup of the TVLibrary.dll.
- Download and extract the attached TVLibrary.dll into the same folder.
- Copy and paste "C:\ProgramData\Team MediaPortal\MediaPortal TV Server\TuningParameters\atsc\" into the address bar and press enter.
- Replace the tuning detail XML files with the attached versions.
You'll need to delete the cable channels before scanning as MP intentionally does not update the names or LCNs of existing channels.
Assuming you've done a significant amount of renaming etc. already, you can save your exising channel list using the import/export section of TV Server configuration.
Please use the QAM Standard tuning detail file if at all possible.I know you said you prefer the IRC one, but most people use the QAM Standard one. I can't get these changes into the next release unless they're tested... so QAM Standard really needs to be tested if at all possible.
Still to look at the duplicate channel issue...
@RonD @2BitSculptor
Any chance either of you can help with the testing?
Ron, I note that I've used [something like] your convention for assigning the LCN for both ATSC and cable.
Where available:
(<major channel> x 1000) + <minor channel>
...otherwise...
(<physical channel> x 1000) + <service ID>
I know you'd possibly prefer shorter numbers, but apparently for for cable the minor channel can run up to 999. I see @breese has examples that are definitely over 100 in his log files. Hence the need for multiplying by 1000 instead of 100.