The other problem is it needs a restart every time you change bouquets otherwise the menu no longer corresponds with the bouquets loaded.
Tried that, yes corrected my issue and tested more. I'll be honest, don't think we'd consider adding that part.
Can you please post links to the code required for Channel numbers only in bouquets only and we'll take a look. Thanks.
It's not just 28.2 (although obviously majority of Vix users would use it for 28.2), to the best of my knowledge it can be used by Virgin customers as well and probably other single ABM providers (although I can't actually test this)....And I can't see us accepting anything that can't be used universally, anything that's only useful for a specific setup. Even when it can be turned On/Off.
I don't think ViX has any option/setting for any specific group/user/setup.Sometimes features are included for a specific setup/group because it's not always possible (for various reasons) to have it available to all users (although this would be nice). One such thing is XBMC is only available to specific setup/group of users and not all users.
Point is: the proposed change was about two things. That's not good. Every amended/bew functionality should be in it's own commit. That's the only way things can be changed/tested/committed, and the only way GIT-history is useful.
And I can't see us accepting anything that can't be used universally, anything that's only useful for a specific setup. Even when it can be turned On/Off.
Yes, this true. However, based upon the code submitted, can you suggest any plausible scenario where this is possible? It's just speculation unless you can quantify any measure of risk.Adding features is a balance. When coding in the future one has to be careful not to break that feature. The more features added the harder that becomes.
No, you're wrong. It just doesn't need to be enabled. The difference here is staggering.And when feature the needs to be disabled just to run a basic setup like Scillian's it doesn't make sense adding it.
Sorry I wasn't clear in my postI don't think ViX has any option/setting for any specific group/user/setup.
Certainly not XBMC: it's available for everybody who has a box that supports this.
It's not only about testing, but also about history as I tried to explain before.So what you're saying is, for two closely related features (which have already been tested by multiple users) to be merged into a testing branch (Dev), it needs to be split into several commits (which it is within my own fork) so that they can be tested(???). This is pretty outlandish, and is trying to argue against a feature in a way that's completely unrelated to the merits and totally related to bureaucracy - despite us asking multiple times how to present source code to Vix with no guidance.
But enabling it shouldn't give issues, for nobody and for no setup. That's one of the requirements we have and the thing we test as good as possible every time we add or amend functionality.No, you're wrong. It just doesn't need to be enabled. The difference here is staggering.
That has been suggested/asked already: supply a patch/pullrequest holding only the service numbering in EPG. That will probably be accepted.Seriously, if you're not happy with it, let's suggest a way to move forward.
Sorry I wasn't clear in my post
XBMC is only available to those that have a box that supports it (as you said) which isn't that many as far as i'm aware when compared to how many boxes you support and in similar circumstances these proposed features are also available to those that can make use of it (which is probably more of Vix customer base than boxes that support XBMC).
I was just trying to say that not all features Vix has can be used by ALL users (for various reasons including individual setups, boxes, etc).
But enabling it shouldn't give issues, for nobody and for no setup. That's one of the requirements we have and the thing we test as good as possible every time we add or amend functionality.
That has been suggested/asked already: supply a patch/pullrequest holding only the service numbering in EPG. That will probably be accepted.
An option that causes issues for a normal setup will not be taken aboard of ViX.The primary bouquet thing is for people who have the large Sky UK bouquet. If you haven't got that, leave the setting as default. It is optional to switch it on.
That's a different story: turning 'Virgin EPG' on doesn't give any issue at all when you don't receive the data.Just like Virgin EPG is useless to lots of people and at the same time useful to lots of other people. The same applies here.
I don't understand what a large bouquet has to do with messing up channels in another bouquet.The primary bouquet thing is for people who have the large Sky UK bouquet. If you haven't got that, leave the setting as default. It is optional to switch it on.
Channel numbers do not exist in E2. The numbers shown in the list are just accumulative from the start of the first bouquet but in no file does a numbering system actually exist and correlate to services. If you want channel numbers build an SQL database of channels and have the channel numbers as one of the columns. Lots of work, but the correct way to do it.no one has suggested how duplicate channel numbering can be elegantly avoided in Vix
Choose first bouquet as main bouquet:
channel numbers in 1st bouquet ok, in second bouquet it has the numbers of the first bouquet. Also when you are in the 2nd bouquet and choose another channel using the G-EPG, suddenly you are back in the 1st bouquet. That is not wanted behavior.
The 3th and 4th bouquets has there own channel numbers.![]()
Channel numbers do not exist in E2. The numbers shown in the list are just accumulative from the start of the first bouquet but in no file does a numbering system actually exist and correlate to services. If you want channel numbers build an SQL database of channels and have the channel numbers as one of the columns. Lots of work, but the correct way to do it.