←  [EN] Third-Party Development

Forums

»

find channel CaID without python in enigma2

Persian Prince's Photo Persian Prince 29 Jul 2013

hi everybody

 

i need some help for finding channel CaID without python in enigma2

 

i need a command or a binary file to show me the channel CaID

 

for example MgCamd writes it in pid.info but i need a simple thing

 

i hope somebody can help me with this

Quote

Persian Prince's Photo Persian Prince 29 Jul 2013

maybe with this :

dvbsnoop -n 1 -nph 1 | grep CA_system_ID | awk -F "(" '{print $2}' | awk -F ")" '{print $1}'

but sometimes it shows multiple CaIDs and i need only channel CaID , should i consider the first result ?

Quote

Erik Slagter's Photo Erik Slagter 29 Jul 2013

Enigma doesn't know which CAID is being used, that's up to the softcam. Similarly what CAID is used if more are present.

Quote

Persian Prince's Photo Persian Prince 29 Jul 2013

then can i use any CaID (with dvbsnoop) for constant.cw ?

Quote