Need some assistance figuring out what this setting does.
And that setting has a "tooltip" saying: "On valid ONIDs, ignore frequency sub network part".
Need some assistance figuring out what this setting does.
And that setting has a "tooltip" saying: "On valid ONIDs, ignore frequency sub network part".
Ignore namespace ON - XXXXxxxx - transponders with the same TID-NID will be overwritten last in the search (e.g. FFFF0000)
Ignore namespace OFF - XXXXxxxx - transponders with the same TID-NID will not be overwritten but added (e.g. FFFFABCD or FFFF0123)
(where - XXXX - position and xxxx - frequency)
Last edited by EnoSat; 17-09-23 at 20:00.
abu baniaz (17-09-23),el bandido (18-09-23)
Question would sound better being inverted. Include instead of ignore. Avoids a double negative when advising people what to do.
A small example:
On 570 MHz, MUX1 transmits with quality parameters (MER-40dB) and on 642 MHz, MUX1 transmits with worse parameters (MER-20dB).
With Ignore ON, after scanning, MUX1 from 570 MHz will be overwritten by MUX1 from 642 MHz (only worse will remain).
With Ignore OFF, after scanning, MUX1 will be twice (both better and worse).
I have terrestrial ATSC channels, where some channels transmit the same ONID I had to modify the lamedb file before this option was available or I would get dead services with the error message "SID not found in PAT".
The Ignore namespace option has been available for some 6 years. interesting to see it discussed now. Here is the commit description from 2017:
scan: do not ingore namespace subnetwork
By default the namespace contains only part of the hash that is possible to store
because when we are having valid ONID we are ingoring the last 2 bytes (subnetwork).
That is happening when isValidONIDTSID is true and that exists since the initial
import of enigma2 in git.
In the subnetwork we are storing the frequency and polarization for sat
and frequency for other systems and that solves all the problematic cases where
same ONID is appeared twice, without hardcoding exceptions in isValidONIDTSID.
Although by not ingoring the subnetwork all the service references will change
making at least picons unusable.
The findPicon can be optimized to ingore the subnetwork and that will be fixed
by another.
Ideally the namespace should not ingore the subnetwork and isValidONIDTSID
check can go away, once there are no issues preventing to do so.
However, it is very common with feeds. Many transponders on one position use the same SID/TID/NID
ROVER AtomLight STC+ , Televes H30 FLEX
Gibertini OP100LN /85E-53W/
WaveFrontier T90 /39E-36E-31E-28E-26E-23E-19E-16E-13E-9E-7E-5E-2E-1W-4W-30W/
Mutant HD51 , Edision MIO+ 4K , QVIART Lunix , Ustym 4K S2 OTT , Ineos ZX4 , Dreambox 900UHD/7020HD/800se , TBS-5925 , TBS-5530 , TBS-5220
EnoSat (20-09-23)