Jump to content


Photo

FTA/Encrypted flag in ServiceScan/lamedb


  • Please log in to reply
158 replies to this topic

Re: FTA/Encrypted flag in ServiceScan/lamedb #21 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 29 March 2014 - 08:22

English please.



Re: FTA/Encrypted flag in ServiceScan/lamedb #22 littlesat

  • PLi® Core member
  • 57,199 posts

+700
Excellent

Posted 29 March 2014 - 08:27

Principaly where the service list is build you should find a way to check for the cached caid list and when it has contence then you could show an icon.

So finally this will not be to bad.

 

In python there are already examples how te reteive this caid cache... (see e.g. pliextrainfo.py)

 

service = self.source.service
info = service and service.info()
available_caids = info.getInfoObject(iServiceInformation.sCAIDs)

 

then

 

is_encrypted = available_caids :D (or is_encrypted = len (available_caids) > 0 :D

 

I hope to give some direction here.

 

How to add the feature to sevicelist.cpp I suggest there are many examples ;) (see e.g. service type or the picon stuff or the progress bar etc...)


 


Edited by littlesat, 29 March 2014 - 08:40.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: FTA/Encrypted flag in ServiceScan/lamedb #23 littlesat

  • PLi® Core member
  • 57,199 posts

+700
Excellent

Posted 29 March 2014 - 09:19

I verified in servicelist.cpp that service_info is already available.

 

Then you just need to ask for the CAID cache.... or possibly also info.getInfo(iServiceInformation.IsCrypted) might work...


Edited by littlesat, 29 March 2014 - 10:31.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: FTA/Encrypted flag in ServiceScan/lamedb #24 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 29 March 2014 - 10:10

English please.....



Re: FTA/Encrypted flag in ServiceScan/lamedb #25 Huevos

  • PLi® Contributor
  • 4,668 posts

+163
Excellent

Posted 29 March 2014 - 23:51

I hope this information is helpfull for Huevos... and in addition I hope when we makes a patch for it he also offers a patch for OpenPLi directly ;)

Not sure what you mean. I've always been happy to share any additions I've made, but in this case it's C++ so not something I know how to do.


Edited by Huevos, 29 March 2014 - 23:52.


Re: FTA/Encrypted flag in ServiceScan/lamedb #26 dhwz

  • Senior Member
  • 227 posts

+20
Neutral

Posted 30 March 2014 - 00:16

DMM E2 stores dummy Caid C:0000 on service scan, this is stored if a service is flaged as encrypted in SDT. The correct Caids are stored after zapping on a service.
And you are right dreamboxEDIT is handling this properly since DMM added this 2 years ago on my request.

Edited by dhwz, 30 March 2014 - 00:16.


Re: FTA/Encrypted flag in ServiceScan/lamedb #27 littlesat

  • PLi® Core member
  • 57,199 posts

+700
Excellent

Posted 30 March 2014 - 00:18

2 years ago... This means it is in their closed source stuff....

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: FTA/Encrypted flag in ServiceScan/lamedb #28 dhwz

  • Senior Member
  • 227 posts

+20
Neutral

Posted 30 March 2014 - 00:24

Yes but shouldn't be a big problem to implement this in Pli too :-)

Re: FTA/Encrypted flag in ServiceScan/lamedb #29 Dimitrij

  • PLi® Core member
  • 10,334 posts

+351
Excellent

Posted 30 March 2014 - 06:21

I think the author of the patch will littlesat :) .


GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K


Re: FTA/Encrypted flag in ServiceScan/lamedb #30 display name

  • Senior Member
  • 630 posts

+26
Good

Posted 30 March 2014 - 09:42

I see here an opportunity to sort out the free unencrypted channels. May find some interesting free channel, which would otherwise be overlooked but I'm not sure, is it worth the hassle Adding this flag?

for FTA channels
 
01) open channellist
02) green button (satellites)
03) select FTA bouquet


Re: FTA/Encrypted flag in ServiceScan/lamedb #31 display name

  • Senior Member
  • 630 posts

+26
Good

Posted 30 March 2014 - 09:54

wrong quote in my previous post. Has to be

 

Almost every satellite receiver allows the user to choose between FTA and encrypted channels when doing a scan. And also to display an encryption flag in the channel list.

 

Is there any reason why this hasn't been implemented in Enigma2? And is it possible?



Re: FTA/Encrypted flag in ServiceScan/lamedb #32 dhwz

  • Senior Member
  • 227 posts

+20
Neutral

Posted 30 March 2014 - 10:32

@El Sato

As said above that can't work properly as long as the services are not marked as encrypted on service scan.

Even if they are marked on service scan there are still services which don't have set the encryption flag properly so some channels are still visible as FTA but they are encrypted (e.g. provider CSAT).


Edited by dhwz, 30 March 2014 - 10:33.


Re: FTA/Encrypted flag in ServiceScan/lamedb #33 littlesat

  • PLi® Core member
  • 57,199 posts

+700
Excellent

Posted 30 March 2014 - 11:32

Indeed.... this will never be 100%....

On closed "provider" boxes this can be closed because the provider itself aranges the complete channel list...

That is also why for a e2 box this can never work "perfect"...

 

I gave some guidelines... everyone who want this featue is welcome to try it and give us a patch... Indeed it might be an idea during scanning and a channel is detected as encrypted to add a fake CAID 0000.... ;)


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: FTA/Encrypted flag in ServiceScan/lamedb #34 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 30 March 2014 - 11:57

I see here an opportunity to sort out the free unencrypted channels. May find some interesting free channel, which would otherwise be overlooked but I'm not sure, is it worth the hassle Adding this flag?

for FTA channels
 
01) open channellist
02) green button (satellites)
03) select FTA bouquet

Try to scan Eutelsat 36A/36B (36.0)
then you will see miracles

at least DMM image was seen miracles :D


Edited by maigais, 30 March 2014 - 11:58.

BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: FTA/Encrypted flag in ServiceScan/lamedb #35 display name

  • Senior Member
  • 630 posts

+26
Good

Posted 30 March 2014 - 16:35

 

 
01) open channellist
02) green button (satellites)
03) select FTA bouquet

Try to scan Eutelsat 36A/36B (36.0)
then you will see miracles

at least DMM image was seen miracles :D

I don't know what you mean.
 
I scanned Eutelsat 36°E and only FTA channels are shown into FTA bouquet.
 
for example Setanta Euro Asia is crypted and is not shown in FTA bouquet


Re: FTA/Encrypted flag in ServiceScan/lamedb #36 maigais

  • Senior Member
  • 431 posts

+4
Neutral

Posted 30 March 2014 - 16:48

no no,
Scan the L and R polarization

NTV Plus
Tricolor TV
http://www.lyngsat.c...at-36A-36B.html

Edited by maigais, 30 March 2014 - 16:52.

BlackHole-3.1.0F_DM800 ,Tuner + ALINK DTU & Digital USB DVB-T HDTV TV Tuner Recorder Receiver , HDD TOSHIBA MK2552GSX 250gb,usb 16gb,skins Glamour_X-Infinity mod


Re: FTA/Encrypted flag in ServiceScan/lamedb #37 display name

  • Senior Member
  • 630 posts

+26
Good

Posted 30 March 2014 - 17:07

I can't receive them. Most L and R polarised channels are on Russia beam.
I have only Triax TD 88 dish in NL.
 

Edited by El Sato, 30 March 2014 - 17:08.


Re: FTA/Encrypted flag in ServiceScan/lamedb #38 Huevos

  • PLi® Contributor
  • 4,668 posts

+163
Excellent

Posted 30 March 2014 - 22:59

I verified in servicelist.cpp that service_info is already available.

I can't find that file. Is that the correct name?


Edited by Huevos, 30 March 2014 - 22:59.


Re: FTA/Encrypted flag in ServiceScan/lamedb #39 littlesat

  • PLi® Core member
  • 57,199 posts

+700
Excellent

Posted 30 March 2014 - 23:00

Its in cpp not python... In the sources in /lib/services

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: FTA/Encrypted flag in ServiceScan/lamedb #40 Huevos

  • PLi® Contributor
  • 4,668 posts

+163
Excellent

Posted 31 March 2014 - 01:08

Its in cpp not python... In the sources in /lib/services

For me that is like trying to read Chinese.




8 user(s) are reading this topic

0 members, 8 guests, 0 anonymous users