Posts by momi133


    Do you confirm that problem of feed freq scaning is solved and satfinder can search feed?

    When the feed panel approves the defined channels,

    it goes to the satellite to which the channel belongs.

    does not find that channel by scanning.

    your problem is related to channels or feeds?

    momi133 added a new version:

    According to received reports: FeedsFinder V1.1


    Not carsh on images: All DreamOS, OpenAtv,openVix, openvision,OpenPLI


    Crash on images: BlackHole, OpenBH, VTI

    momi133 added a new file:

    Special thanks to Beta testers: Shr776 ,Mehdi,cesaret244,kalkan99


    New update 2.2

    --Server address is changed to version 1.5. maybe vpn needed!

    --New skin is designed to reduce plugin size.

    --Use same skin for OE2 & DreamOS.

    --if user uses Addkey plugin by mistake and key is not inserted by Addkey plugin, emulator isn't restarted.

    --Improvment in search feeds in database especially for multi IDs feeds.

    --Improvment in setting.

    --Fix some bugs


    bissfeed-autokey_20190603-r1.5-By-mom host error why.....yesterday it worked

    You are right!


    two weeks ago, Master G said me that unfortunately i need to lock down all access because of Security issues, So we lost the server of V2.


    Also, Since yesterday I can't access to server of V1. Update: Problem of V1.5 is solved!


    I don't know what's happening. I'm really ashamed


    thanks a lot.


    Special thanks to Beta testers: Shr776, hamid soltani, ,Mehdi,cesaret244


    New update 2.0

    --Server address is changed to linuxsat-support.com. No vpn needed! (Thanks master G )

    --Improvment in search feeds in database especially for multi IDs feeds.

    --Improvment in setting and it's skin. (Thanks audi06_19 for some codes)

    --Plugin set weif IP:PORT according to config file! Also user can change them.

    --FullHD skin is added to plugin

    --User can disable "delete old keys" option

    --if Addkey plugin is installed, if #CW not found and ok is pressed, Addkey plugin will be up to insert key manually! Otherwise input box will be up.(Thanks fairbird )

    --If key inserted by Addkey plugin, when the user exits the plugin, Emulator is reset automatically and a massage will be appeared.

    --Fix some bugs like iptv



    Next update:

    In next version, we will try to design new graphic and picons maybe deleted.

    Also maybe a lite version will be released with small size.



    It's been four months since this plugin was released.

    Please take part in this vote and rate your satisfaction with this plugin.

    Click Here


    Special thanks to Beta testers: Shr776, hamid soltani, ,Mehdi,cesaret244


    New update 2.0

    --Server address is changed to linuxsat-support.com. No vpn needed! (Thanks master G )

    --Improvment in search feeds in database especially for multi IDs feeds.

    --Improvment in setting and it's skin. (Thanks audi06_19 for some codes)

    --Plugin set weif IP:PORT according to config file! Also user can change them.

    --FullHD skin is added to plugin

    --User can disable "delete old keys" option

    --if Addkey plugin is installed, if #CW not found and ok is pressed, Addkey plugin will be up to insert key manually! Otherwise input box will be up.(Thanks fairbird )

    --If key inserted by Addkey plugin, when the user exits the plugin, Emulator is reset automatically and a massage will be appeared.


    --If Found #CW is wrong and ok is pressed then feed will not be decrypted, user can insert new key manually by pressing ok again.


    --Fix some bugs like iptv


    Next update:

    In next version, we will try to design new graphic and picons maybe deleted.

    Also maybe a lite version will be released with small size.



    Hi @fairbird


    "CLEAR" button doesn't work right and when it's pressed, show "CLEAR" word.


    u"CLEAR" must be changed to u"CLR"



    ef574c7.png


    Code
    self.keys_list = [[u"EXIT", u"1", u"2", u"3", u"4", u"5", u"6", u"7", u"8", u"9", u"0", u"BACKSPACE"],
    [u"OK", u"A", u"B", u"C", u"D", u"E", u"F", u"OK", u"LEFT", u"RIGHT", u"ALL", u"CLEAR"]] is wrong
    
    self.keys_list = [[u"EXIT", u"1", u"2", u"3", u"4", u"5", u"6", u"7", u"8", u"9", u"0", u"BACKSPACE"],
     [u"OK", u"A", u"B", u"C", u"D", u"E", u"F", u"OK", u"LEFT", u"RIGHT", u"ALL", u"CLR"]] is correct


    I suggest you to design a new keyboard format to move fast between buttons like this keyboard.


    Code
    self.keys_list = [[[u"A",u"D",u"1", u"4", u"7"],
        [ u"B", u"E",u"2", u"5", u"8"],
        [ u"C", u"F",u"3", u"6", u"9"],
        [ u"FIRST",u"LEFT",u"0", u"RIGHT",u"LAST"],
        [u"EXIT",u"CLR",u"BACKSPACE", u"ALL",u"OK"]]]

    510682bc451356ceb6f5b.png


    Good Luck!