XC Plugin Lite (old)

There are 47 replies in this Thread which was already clicked 37,053 times. The last Post () by Lululla.

  • Code
    Hi Lululla, I have a question: I have Xc version 2.9 on OPENATV 6.4, it works well, but I don't like changing the channel arrow up arrow down, while on channel + and channel - there is TV screen widt . 
    Can you change the channel change with P + and P- how do you change for a normal bouquet? Thank you .


    You can make this change yourself

    you can edit the keymap.xml file in this position and edit it as you like :)


    Code
    <key id="KEY_UP" mapto="up" flags="mr" />
    <key id="KEY_DOWN" mapto="down" flags="mr" />
    <key id="KEY_NEXT" mapto="next" flags="mr" />
    <key id="KEY_PREVIOUS" mapto="previous" flags="mr" />
    <key id="KEY_CHANNELUP" mapto="channelUp" flags="m" />
    <key id="KEY_CHANNELDOWN" mapto="channelDown" flags="m" />
  • <key flags="m" mapto="channelUp" id="KEY_CHANNELUP"/>

    <key flags="m" mapto="channelDown" id="KEY_CHANNELDOWN"/>


    Really configuration is ok .... :scratch_one-s_head:

    Zgemma H9 Combo Multiboot Egami 10,4 OpenATV 7.4

    Hitube 4K OpenATV 7.3

  • Invert the commands in the keymap.xml file see what comes out


    in source those commands are assigned to this


    Code
    "up": self.prevVideo,
    "down": self.nextVideo,
    "next": self.nextVideo,
    "previous": self.prevVideo,
    "channelUp": self.prevAR,
    "channelDown": self.nextAR,


    :smirk:

  • Invert settings channelup with up , channeldown with down : work !

    Restore to first position and channel up and down work also fine with ch+ and ch- .

    Mystery !!

    Zgemma H9 Combo Multiboot Egami 10,4 OpenATV 7.4

    Hitube 4K OpenATV 7.3

  • Today, I wanted to try downloading a movie from an .m3u list that I had in / hdd / movie

    then I entered the tivustream.m3u list

    and so this was born

    261a05d5e28c.jpg



    now what's the problem?


    58d8282d3e0.png


    the only hitch, is that if a link contains an ssl certificate, it can give an error, it is not said that it downloads), but the debugging is clear.

    With DownloadWithPorgress there is this risk: yet ssl is within it.

    I don't know how to get around this, I would have published this version today, but I want to understand if there is a system or if any of you have suggestions :)


    Python
                    self.download = downloadWithProgress(urlm3u, in_tmp)
                    self.download.addProgress(self.downloadProgress)
                    self.download.start().addCallback(self.check).addErrback(self.showError)   


    tools.download.py




    happy 1st of May to all

  • this weekend instead I wanted to get a headache .. and I did it

    Definitely to be used with caution.

    It may not work with all images.

    Possible that with some servers it gives error 401

    But it's one more thing.


    This like other plugins will no longer be updated after the next release.

    I have to devote myself to other more important things.

    Friendship is beautiful, passion and hobby too, but all this does not fill the belly

    My gratitude goes to those who spurred me on and there is no need for me to name names, they have the credits in all my plugins.

    A hug.






  • you have to be careful though, already said.

    The downlaod creates a folder with the same name as the series

    series1_heidi_blha_blha_blha

    and the downloads will go

    I hope you have space in your external device.

  • I'm trying to figure out the subtitle button command in the plugin.

    I have a Vu+ box and the subtitle button on the remote doesn't have a command attached to it in openatv, but the subtitle button works inside of the XC plugin. I Iooked at the keymap.xml file located inside the XCplugin folder, (/usr/lib/enigma2/python/Plugins/Extensions/XCplugin), but I do not see anything referring to subtitles.


    I was hoping to copy it to the main keymap file for the box so that I can activate subtitles while I watch live tv.

    Does anyone know where the subtitle command sits?


    Thanks in advance

Participate now!

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