+1
This is 100% marketing.
Posted 28 December 2017 - 16:12
Problem is there are thousands of channels and you can only pre-tune a few. So how do you decide which ones?
This isn't really an issue, the way it is possible to configure it now should do it: e.g. previous channel and next (+1,2 or 3) would be sufficient for most users, I guess. As long as you know how you have to adapt your bouquets it should be fine.
Posted 28 December 2017 - 16:50
I never zap that way, that is wasting too much time zapping to channels that don't have anything interesting on. I always zap using EPG information, so I can skip channels with rubbish on...
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 28 December 2017 - 17:04
same here.. I open the list >> fly through >> jump on what I want to watch
but I guess some people use the PiP and zap through it till they find what they want (not my thing either)
Posted 29 December 2017 - 00:04
You seem to have trouble reading. We said:
We can't implement whatever VU+ has cooked up. And we don't think this feature is important. We are not going to spend our very scarce free time on what we think is a gimmick, we have more important things to do. If someone else finds it important enough to create an offer the code and the code meets our standards, we have no objections adding it to the image. To be clear, it is not a NO, it is a "we are NOT going to do it".
It is a misunderstanding that if YOU complain long enough, and YOU think that because it is important for YOU, we should drop everyone and serve your every whim.
To make it clear, it doesn't work that way. Capice?
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Posted 29 December 2017 - 11:20
#meToo
PS: the pre-tuning part of FCC would also add value on the zapping speed and this is possible as a plugin without harming anybodys feelings when the box has enough tuners free.
And have you read the whole topic and also understand the way VU+ implements it?
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 29 December 2017 - 11:23
Then do as you think. Always on your own head and you are losing more and more users. Bye,Bye oPli
Yes, we could definitely do with one user less that is only complaining, whining and annoying, and not contributing anything.
I think we should stop explaining our considerations because clearly some users cannot handle that knowledge.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 29 December 2017 - 12:06
Yes I have read the topic and I understand how ugly it is inplemented
And yes tuning a channel without viewing it is possible (every recording knows how to do that) and it saves around 200-300 msec when zapping. This is exactly the difference in zapping speed when you switch between channels on same transponder or a new transponder.
The code for maintaining the next/last/history in a list is not that bad and if you use it to keep some spare tuners busy and get the above positive effect on EVERY box with enough tuners ... why not ?
For achieving this simple part you ONLY need a python plugin and no C++ code, changes in drivers, etc. at all.
And yes I know that this works, because I tried it out already
Edited by gutemine, 29 December 2017 - 12:10.
Posted 29 December 2017 - 12:16
not sure how you measured that (would have to check the oscam log while zapping) but even assuming it is 200-300ms than its simply not worth the hassle
Edited by mymon, 29 December 2017 - 12:17.
Posted 29 December 2017 - 12:18
VU's FCC does not only tune. It also decodes and decrypts the channel in forehand so you can zap the 'pretuned' services withing a mili second... So when zapping to the previous channel, the next and over next in a list you've picture like it was in the analogue time.
So you can tune and decode 4 channels at once (which Quadpip proves and that is also why VU disabled this feature in Quadpip). And when you have a PIP window you can pretune one channel less (I see a lot of fixes on the orriginal VU's patch on this PIP topic).
So there is no wait for 200-300 msec in VU's FCC way... the original fastzap 'plugin' indeed had this...
For this 'pretune' and switching the video encoder to the screen you actually see you need some c++ code.
But to control the pretune services and select an encoder that pretunes a channel selected can (should) be arranged in python. As in python we have the controll to the 'current' service list.
I have a 'raw' idea how to make it properly, but no 'time' to implement it, as other stuff has priority...
If 'others' were also motivating to make it properly we might already had it... We're open source so everyone can start... We're willing to help and guide through how we prefer to have it in a structured way...
Edited by littlesat, 29 December 2017 - 12:25.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Posted 29 December 2017 - 12:19
You just need a print in the enigma2 code logging the timestamps to verify the gained time pretty accurate.
If you consider 10-30% of the typical zapping time ... useless ... thanks for your input!
Even if you avoid the decoding you still gain ... something ... without the trade-offs already discussed extensively in this thread ... and fully portable because you then rely on the e2 tuner handling which is already clever enough to re-use pretuned frontends instead of allocating new ones.
But off course then you only get "Faster" Channel Cange ...
Edited by gutemine, 29 December 2017 - 12:23.
Posted 29 December 2017 - 12:23
Yes I have read the topic and I understand how ugly it is inplemented
And yes tuning a channel without viewing it is possible (every recording knows how to do that) and it saves around 200-300 msec when zapping. This is exactly the difference in zapping speed when you switch between channels on same transponder or a new transponder.
The code for maintaining the next/last/history in a list is not that bad and if you use it to keep some spare tuners busy and get the above positive effect on EVERY box with enough tuners ... why not ?
For achieving this simple part you ONLY need a python plugin and no C++ code, changes in drivers, etc. at all.
And yes I know that this works, because I tried it out already
You are here suggesting to take an alternative approach. Which isn't bad, I think, but it doesn't take advantage of the low-level support VU+ has in it's drivers for this.
I am agnostic here, if someone makes a plugin, or even better, some code that implements in enigma, that does what you propose, I'll gladly add it. OTOH if someone makes the specific code for VU+, I'll also be adding it. The only factor here is "time", that we cannot spend on this.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Posted 29 December 2017 - 12:30
Nothing is impossible.
It is a matter of listing the plusses and the minusses of a feature, and with the result find someone who is willing to spend their spare time implementing it.
The result of this is that for the moment, we see not a lot of plusses (it only works for a specific group of people, and only for boxes with plenty of tuners), quite a few minusses (it will result in a lot of disabled smartcards or server connections due to excessive requests), and not a massive improvement in zap time.
And this means we're willing to look at it if someone provides the correct code for it, but we will not spend any of our free time on it.
I guess, for now we have stated how the present opinion is. As soon as there is more available time, we'll think about implementing this option.
I close this topic and if the time is right I will open it again.
Mijn schotel is een T90 met 10 LNB's. Daarnaast voor de fun nog een draaibaar systeem met een Triax TD 78.
Dreamboxen heb ik niet meer echt actief. Verder heb ik ook nog een een VU+ duo2 met 500Gb harddisk + een VU+ Uno, Zero, Solo 4K, Ultimo 4K, Zero 4K, Uno 4Kse. + ook nog een Xtrend ET7x00. Daarnaast heb ik ook nog diverse andere modellen w.o. een Formuler F4, ET8500, ET7500, Mut@nt 2400HD, Xsarius Fusion HD se en verder nog wel het e.e.a. waarmee op verzoek vanalles wordt getest. Iemand moet het tenslotte doen.
Los van de eerder genoemde modellen heb ik nog wel een rits aan testsamples als Mut@nt 2400HD, HD60, GB UE4K, GB Trio4K, Maxitec Multibox combo en Twin, Octagon sf8008, sf8008 mini en last but nog least enkele modellen van het Grieks Duitse Edision.
Voor centrale opslag van media gebruik ik een Qnap 219P met tweemaal 2 Tb harddisks + een Synology DS414 met 12 Tb Totale opslag.
-------------------------------------------------------------------------------------------
Many answers to your question can be found in our wiki: Just one click away from this "solutioncentre".
Als ik alles al wist hoefde ik ook niets te vragen. If I had all the knowledge I had no questions at all.
0 members, 4 guests, 0 anonymous users