EStalker - Stalker Middleware Player - Work in Progress

There are 557 replies in this Thread which was already clicked 144,520 times. The last Post () by KiddaC.

  • *************

    * release files *

    *************


    beta v.0.13


    OK you have my permission to share it now if you want.

    As previously mentioned above.

    Added in more logic to determine dead links - i.e. this time if it cant process account info - then the hashes I create are wrong and nothing else will work.
    Also added in the xpcom.common.js download in the background - some providers strangely didn't show the account info unless that was downloaded first.


    Speeded up live category scrolling - by adding a delay to the display update :sloth:

    Fixed Live All category

    Better timeouts, should stop some empty live categories appearing.

    Added in Black Skin - that can be selected in main settings

    Added in English Language POT files - so you can send me translations now if you want. :thumbs up: :globe:

    Just tried that black skin. A bit of banding going on with the indexed images. I will redo the graphics tomorrow with a bit of dithering to reduce the banding effect.

    files deleted - see later posts

    ** A person who feels appreciated will always do more than what is expected **

    Edited once, last by KiddaC: Merged a post created by KiddaC into this post. ().

  • I took the code out for subssupport plugin - because I thought that plugin is dead now.
    Also like xstreamity, subssupport becomes dfficult to use, as I already map alot of the buttons.

    9 items - that could be an issue - I have made the assumption - all these providers show in batches of 14.

    Posters and backdrops are got from TMDB, sometimes its fast, some times its slow. Probably depends on their server loads.
    But if using a dreambox 1 or 2, thats a higher res box, so will be downloading larger backdrop images.

    ** A person who feels appreciated will always do more than what is expected **

  • I took the code out for subssupport plugin - because I thought that plugin is dead now.
    Also like xstreamity, subssupport becomes dfficult to use, as I already map alot of the buttons.

    subssupport Mod by M. Naser are working perfect you have to try it and if you see it ok will be very nice to let plugin get subtitle by it

    wget -q "--no-check-certificate" https://github.com/popking159/ssupport/raw/main/subssupport-install.sh -O - | /bin/sh

  • New file replaced and plugin work ok

    how to call the subtitle with the player i try several button not work !


    notice all file are converted to pyc and work ok, but settings.py not

    -------------------------------------------

    update

    ok i find the setting and activate it

    now settings.pyc ok

    but still not find the button to search subtitle by supsuport !

  • this it that plugins keymap. but as previously mentioned. I map a lot of these buttons in my plugin.


    <keymap>

    <map context="SubtitlesActions">

    <key id="KEY_SUBTITLE" mapto="subtitles" flags="m" />

    <key id="KEY_TEXT" mapto="subtitles" flags="m" />

    <key id="KEY_RADIO" mapto="subtitles" flags="m" />

    <key id="KEY_TV" mapto="subtitlesStatus" flags="m" />

    </map>

    <map context="InfoActions">

    <key id="KEY_INFO" mapto="info" flags="m" />

    </map>


    <map context="SubtitlesDVBActions">

    <key id="KEY_LEFT" mapto="prevSub" flags="m" />

    <key id="KEY_RIGHT" mapto="nextSub" flags="m" />

    <key id="KEY_UP" mapto="restartSub" flags="m" />

    <key id="KEY_DOWN" mapto="restartSub" flags="m" />

    <key id="KEY_PREVIOUS" mapto="prevSubMinute" flags="b" />

    <key id="KEY_PREVIOUS" mapto="prevSubManual" flags="l" />

    <key id="KEY_REWIND" mapto="prevSubMinute" flags="b"/>

    <key id="KEY_REWIND" mapto="prevSubManual" flags="l" />

    <key id="KEY_FASTFORWARD" mapto="nextSubMinute" flags="b"/>

    <key id="KEY_NEXT" mapto="nextSubMinute" flags="b" />

    <key id="KEY_NEXT" mapto="nextSubManual" flags="l" />

    <key id="KEY_PAUSE" mapto="pauseSub" flags="m" />

    <key id="KEY_PLAY" mapto="resumeSub" flags="m"/>

    <key id="KEY_PLAYPAUSE" mapto="playPauseSub" flags="m"/>

    <key id="KEY_RED" mapto="openSubtitlePicker" flags="m"/>

    <!--key id="KEY_GREEN" mapto="nextSubMinute" flags="m"/> -->

    <key id="KEY_YELLOW" mapto="eventSync" flags="m" />

    <key id="KEY_BLUE" mapto="changeFps" flags="m" />

    <key id="KEY_OK" mapto="showHideStatus" flags="m"/>

    <key id="KEY_EXIT" mapto="closePlugin" flags="m"/>

    <key id="KEY_ESC" mapto="closePlugin" flags="m"/>

    <key id="KEY_CHANNELUP" mapto="channelPlusPressed" flags="mr" />

    <key id="KEY_CHANNELDOWN" mapto="channelMinusPressed" flags="mr" />

    <key id="KEY_5" mapto="applySavedDelay" flags="m" />

    <key id="KEY_6" mapto="saveCurrentDelay" flags="m" />

    </map>

    </keymap>

    ** A person who feels appreciated will always do more than what is expected **

  • my vodplayer.py actionmap.


    self["actions"] = ActionMap(["EStalkerActions"], {

    "cancel": self.back,

    "stop": self.back,

    "red": self.back,

    "tv": self.toggleStreamType,

    "info": self.toggleStreamType,

    "green": self.nextAR,

    "ok": self.refreshInfobar,

    }, -2)

    comment out the red button. Your box probably has different actionmap pecking order.

    But as previously mentioned you might need to remap subsupport buttons keymap so there is no clash with any of those above.

    ** A person who feels appreciated will always do more than what is expected **

  • Ok my action map has a pecking order of -2.

    subsupport action map of -1.

    So mine will overrule theirs in most circumstances.

    in subtitlesdvd.py you can also try changing that one to -3

    ** A person who feels appreciated will always do more than what is expected **

  • great not notice your update for restart

    now it work by red button

    but neet to remove from movie name leters as EN OR GR OR ALB fro the beginning of name to let search fetch the right name

    see attached what the plugin search for name of the movie


    -----------

    are the plugin have it logic to search subtitle or it use supsuport as no arabic site find by the search

  • my logic probably doesn't pick up the stripping of that fat bar. Its looking for normal pipe |


    bad_strings = [


    "ae|", "al|", "ar|", "at|", "ba|", "be|", "bg|", "br|", "cg|", "ch|", "cz|", "da|", "de|", "dk|",

    "ee|", "en|", "es|", "eu|", "ex-yu|", "fi|", "fr|", "gr|", "hr|", "hu|", "in|", "ir|", "it|", "lt|",

    "mk|", "mx|", "nl|", "no|", "pl|", "pt|", "ro|", "rs|", "ru|", "se|", "si|", "sk|", "sp|", "tr|",

    "uk|", "us|", "yu|",

    ** A person who feels appreciated will always do more than what is expected **

  • Schaut sehr gut aus, selbst Portals von Salidos funktioniert auch,
    mein Systeme daheim Laufen alle mit OpenATV 5.7.1 als Skin nutze ich XDreamy es sind Mutant Derivate also HD51,HD60,HD66 und ne blöde VU zero4k
    Filme also VODs Funktionieren überall
    Live TV wird angezeigt EPG wird geholt aber es startet kein stream. auch mit mehreren verschiedenen versucht (Dark/werk/ares/max usw) Direkt und auch via Portals, Angezeigt wird alles nur läuft nichts bei Live
    Serien werden garnicht angezeigt aber ich denk mal das kommt noch.


    Hast du einen Tip für mich?


    auf jedenfall vielen Dank dafür, seit bei Multistalker die Coverbilder nicht mehr Funktionieren bin ich Glücklich das du am Basteln bist ;-)


    Quote

    Looks very good, even Portals by Salidos works.
    My systems at home all run OpenATV 5.7.1. I use XDreamy as a skin. They're Mutant derivatives, so HD51, HD60, HD66, and a stupid VU zero4k.
    Movies, i.e., VODs, work everywhere.
    Live TV is displayed. The EPG is fetched, but no stream starts. I've tried several different ones (Dark/werk/ares/max, etc.) directly and also via Portals. Everything is displayed, but nothing works during live streaming.
    Series aren't displayed at all, but I think that will come.

    Do you have a tip for me?

    In any case, thank you very much for this. Since the cover images on Multistalker stopped working, I'm glad you're tinkering with it ;-)

    Edited once, last by derdaa ().

Enhance your Enigma2 with KiddaC's creations

Download HD skins, IPTV players (X-Streamity, EStalker), bouquet tools, picon managers, and essential plugins for a complete setup. KiddaC's Enigma2 resources: skins (slyk, v-skin, onyx), IPTV plugins (Xtreamity, Jedi Maker), and utilities (E2Piconizer, ScreenNames) for customization and control.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!