BissFeedAutoKey Plugin

Sat-Universe Feeds Plugin

BissFeedAutoKey Plugin

A Plugin For Feed-Lovers NOT Feed-Hunters

Description:

I've written this plugin based on feeds that are reported in sat-universe. After the feed freq is scanned and searched, user can use this plugin. when plugin is up, it shows all feed info that is reported in sat-universe like transponder,id,CW, 4:2:2 or 4:2:0, sport category ,game and somethings else and if you press OK button, The #CW key is inserted in Softcam.key file and softcam(like oscam,gcam,cccam,ncam or others) is restarted automatically if your plugin setting is ok, otherwise user should should restart your softcam manually.


Comments 2

  • What format in text file bisskey.txt i try get bisskey auto from URL my site in asia for ASIASAT 5



    satname = str(nimmanager.getSatName(satpos))

    satangg = satname.split(' ')

    self.satang = satangg[0]

    satpic1 = self.satang.replace('.', '')

    self.srate = freqData.get('symbol_rate', 0) / 1000

    poln = freqData['polarization']

    if poln == 0:

    self.pol = 'H'

    else:

    self.pol = 'V'

    self.ckey = ''

    self.skey = ''

    url = 'http://www.XXXXXXXXXXX/images/feedbiss.txt'

    resp = ''

    try:


    i need to Knows this format of feedbiss.txt i cannot connect this site in this plugin


    url = 'http://www.XXXXXXXXXXX/images/feedbiss.txt'


    THANK YOU

  • grazie