- September 1, 2008
- 21,544
- 8,236
- Home Country
-
New Zealand
Okay, understood... and this is the thing that I'm saying will probably be possible for you after the patch is merged.I mean when there's a lot of new channels - instead of scanning several transponders manually, it's easier to just rescan all transponders. But then that resets all of the LCNs which makes the job even longer...
As previously mentioned, this is because the LCN is stored on the tuning detail and the name that you see is stored on the channel, and this is what the patch is designed to resolve. Actually you probably aren't aware of this but if you check the TuningDetail table in the DB you'll see there is a name on the tuning detail as well that does get automatically updated on scan. In other words, the current approach is that TuningDetail details get updated; channel details do not. The tuning detail name is used as the starting channel name, but never shown after that.Names aren't reset right now though. It seems strange that LCNs are reset upon scanning but channel names aren't!
The strategy that you suggest has been suggested internally for keeping channel names up to date. The comparison would be between the name on the tuning detail with the name on the channel. The same could be applied to the LCN. All of the pieces are there, it is just a matter of time before it happens...