I agree with littlesat - performance... for single processors boxes it is wrong.
btw - is it so hard pres Menu - Timer to know, which channel is recording ???
Posted 22 July 2014 - 14:08
Edited by littlesat, 22 July 2014 - 14:11.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Posted 22 July 2014 - 15:57
Nope....
It can be done of course... The recorded service references are as list available even directly in cpp.......
Time matters... I mean coding time.... And i would prefer to show the recording icon as usually shown in the infobar... When we made this!
Can change the color of the recorded name service, such as red.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 22 July 2014 - 18:51
Edited by littlesat, 22 July 2014 - 18:56.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Posted 22 July 2014 - 20:01
A red icon is more discrete and you also no not have issues with different skins...
It is possible that this is so.
In the VTi-image I can choose an icon or red name.
Option with an icon I do not like from an aesthetic point of view.
I think that if there are difficulties, it is better to do nothing.
VU+ Ultimo Eutelsat W4 at 36.0°E
Posted 23 July 2014 - 05:41
Do you have sources of vti?
need ServiceList.py
Edited by Dima73, 23 July 2014 - 05:42.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 23 July 2014 - 07:00
Edited by littlesat, 23 July 2014 - 07:01.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Posted 23 July 2014 - 07:26
Do you have sources of vti?
You have asked this multiple times.
And I answered as many times that VTi is closed source.
And then you always ask how that is possible?
And then I always answer that I have no idea, as I'm only the messenger.
The only thing you can do is copy a *.py from a box running VTi, as they do supply the sources files.
Posted 23 July 2014 - 10:50
Dont try to mount shares that are not online so the box doesnt freeze
i would love that feature.
Posted 23 July 2014 - 11:55
The vti lamers did put it in cpp...
Thank you !
There was never ever a bad word against you or PLi ! I'm really disappointed about your statement.
You only have to ask if you want some information.
You know it better than me, that you can't use our servicelist.cpp because you have done many changes at enigma2 and we use the vuplus enigma2.
Furthermore, It is not done in C++ it's a simple helper in python which check's the recording.
But I guess the way it is done in VTi will not pass your coding style requirements
from timer import TimerEntry import NavigationInstance def recordService(service): if NavigationInstance.instance.getRecordings(): for timer in NavigationInstance.instance.RecordTimer.timer_list: if timer.state == TimerEntry.StateRunning: if timer.justplay: pass else: timerservice = timer.service_ref.ref.toString() if timerservice == service: return 1 return 0
And this is called from within the servicelist.cpp, thats's all
Posted 23 July 2014 - 16:08
Edited by littlesat, 23 July 2014 - 16:10.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
0 members, 2 guests, 0 anonymous users