X-Streamity - Xtream Codes IPTV Player

There are 1,691 replies in this Thread which was already clicked 1,236,340 times. The last Post () by urie.

  • Hello.


    I would like to enter a network path as the storage location for the downloaded films.

    I have entered the following:

    //192.168.178.87/Kinofilme

    However, when I try to download a film, I get an error message saying that the folder does not exist.


    Where am I going wrong?

    Does anyone have any tips?

  • Have you mounted that location.

    Not something I have ever done but ChatGPT says to do this.


    Option 1: Use Enigma2 Network Mount Manager (Easiest Way)

    On your receiver’s remote:


    Menu → Setup → System → Network → Mounts → Mount Manager


    (In some images: Menu → Setup → Network → Network Browser)

    Choose Add New Network Mount or Add Network Share

    Enter:

    Active: yes

    Mount type: CIFS (for Windows/NAS shares)

    Server IP: 192.168.178.87

    Share name: Kinofilme

    Mount point: /media/net/Kinofilme

    Username/Password: (if needed for your NAS or PC)

    Options: usually rw,utf8

    Automount: yes

    Save and press Mount.

    Verify it works:

    Go to /media/net/Kinofilme via FTP or terminal (ls /media/net/Kinofilme)

    You should see your files from the NAS folder.

    Now in your download settings, set the target folder to:

    /media/net/Kinofilme

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

  • Code
    Hello
    In Main Settings => Download Folder
    I can't select the path to save the VODs. I click OK on the remote control, but nothing appears. Help me please

    VU+ Solo 4K

    VU+ Duo 4K


    - Xstreamity
    - IPTV Bouquet Maker

    Edited once, last by delta64320 ().

  • A bit of context helps.
    What box, what image you using.

    oe-alliance images should open a folder picker.

    Other images you might have to press text key and manually enter the path.

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

  • A bit of context helps.
    What box, what image you using.

    oe-alliance images should open a folder picker.

    Other images you might have to press text key and manually enter the path.

    VU+ Solo 4K Demodulator with Internal HDD

    Openpli 9.1 Image

    HDD


    press text key and manually enter the path. ?? no TXT key on remote


    Where is the configuration file where the settings are written? I will modify the file directly.

    VU+ Solo 4K

    VU+ Duo 4K


    - Xstreamity
    - IPTV Bouquet Maker

    Edited once, last by delta64320 ().

  • Hi KiddaC ,


    Is it possible to set the speed and delay individually in the settings?


    vod_categories.xml

    steptime

    startdelay


    <widget source="x_description" render="XStreamityRunningText" options="movetype=running,startpoint=0,direction=top,steptime=120,repeat=0,always=0,oneshot=0,startdelay=30000,wrap" position="510,144" size="1110,240" font="xstreamityregular;27" foregroundColor="#ffffff" backgroundColor="#2a70a4" halign="left" transparent="1" zPosition="2"/>

  • Don't you think there is enough settings?

    Those times were chosen by me reading the overview. By the time you have read the first 4 lines, then it starts to scroll.
    This is the same I have in all my plugins and skins and nobody has ever really complained about ut.

    As these settings are in the skin files, it isn't that easy to pass variables to the skin files.


    You are may be better editing XStreamityRunningText.py
    /usr/lib/enigma2/python/Components/Renderer/XStreamityRunningText.py


    The default values are
    self.mStartDelay = 0

    self.mStepTimeout = 50


    Then it reads the skin to override them

    Code
                            elif opt == "steptime" and val:
                                self.mStepTimeout = retValue(val, 25, self.mStepTimeout)
    
                            elif opt == "startdelay" and val:
                                self.mStartDelay = retValue(val, 0, self.mStartDelay)

    Amend the defaults.
    Delete those skin override lines.

    And you can have what ever speed you personally want

    And always a good idea to backup any file before you start experimenting, in case you break it.

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

  • That shouldn't happen if those locations exist.

    My code starts like this


    Code
            if isdir("/media/hdd/movie/"):
                result = "/media/hdd/movie/"
            elif isdir("/media/usb/movie/"):
                result = "/media/usb/movie/"


    and what have you got in your etc/enigma2/setting file


    any of these values

    config.usage.instantrec_path

    config.movielist.last_videodir

    so if /media/hdd/movie/ exists as in your screen shot, then it should get used.

    Has your hdd got a movie folder?


    pasted-from-clipboard.png

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

  • Thanks for the tip. Did we forget to sign XStreamityRunningText.py when updating xStreamity?


    Personally, it starts too quickly for me. I usually look at the other information about the film first, and then if I'm interested, I read the description. Apparently, I'm not the fastest reader, so I adjusted these values for myself.


    Unfortunately, I can't say whether anyone else in the community would like to see this change.

  • What are these instructions and what do I do with them?

    Code
     if isdir("/media/hdd/movie/"):            result = "/media/hdd/movie/"        elif isdir("/media/usb/movie/"):            result = "/media/usb/movie/"

  • The file exists in Mdia/HDD.

  • You do nothing KiddaC was just saying there were checks in code for path.

  • Hello community

    First of all, a big thank you to those who tried to help me.


    I solved my problem a bit abruptly.


    I flashed the demo and reinstalled everything, and it works.


    I don't know why, but it works.


    Thanks again, everyone. :exploding head:

    VU+ Solo 4K

    VU+ Duo 4K


    - Xstreamity
    - IPTV Bouquet Maker

  • Streams in the "Movies" main folder won't open, crashing.
    "Series" streams open without any problems.
    That's why I've reverted to the previous version (5.15).


    Note: Dear Kiddac, Please create and test all your plugins and updates using the Dreambox Experimental raw image first. As you know, all other custom images are created using this main image.
    ........
    DM TWO
    Experimental 2.6 (AIO) image.

  • Would you like to donate a dreambox to KiddaC then he could test.


    He is trying as best he can and relies on decent feedback from users.

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!