Posts by biko

    any way to override by adding path on setting file directly

    i have no access to change via the plugin


    000.png

    Thanks a lot @Lululla for continues support

    i have littlie issue for setting my movie folder to plugin, it always

    Code
    config.plugins.moviebrowser.moviefolder=/media/hdd/

    not accept to change to

    Code
    config.plugins.moviebrowser.moviefolder=/media/hdd/movie

    Portal is via mac address

    iptv is used user & pass

    it same way as explained on topic 399

    but link in txt file and name must contain word playlist

    and use first function

    please explain how to upload this file to enigma2 . Thank you


    i have downloaded ajpanel / ultistalker/ mediaportal plugins,


    please the tutorials on how to use the given files .

    thank you.

    At first we Discuss here about AJPanel only not any others plugins

    About how to add portal to work on panel it very easy by follow few steps

    hints:

    - Panel can fined any text file contain your accounts if file name contain any of words portal or stalker

    - Panel can find file anywhere on internal or external, but it will be more Speedy if you create folder to include all about portal or iptv or playlist files and specify that on panel setting screen


    aj-1.jpg


    - By using function IPTV -- IPTV Server Browser (from Portal List) panel will display all files contain words


    000.png


    - just play the portal you choice


    5555.png



    Enjoy .. :star struck:

    Thank you for your work, but it is too difficult for me, i am afraid that i make something wrong.

    At the moment i have no api keys

    ok, listen to me carefully

    Use any terminal from any telnet program as DCC or putty

    Do the next code to stop enigma

    Code
    init 4

    then go to

    /etc/enigma2/settings

    look for & change the next line to your folder location

    config.plugins.xtraEvent.loc=/media/hdd/poster/

    then turn enigma on by the next code

    Code
    init 3

    after finish& all thing will be good

    I can‘t divine the Download place, that is the point, i have OpenATV 7.2

    My english is Not so fine, i hope you understand me

    Now i get what you mean, on opatv 7.x there is problem to define external folder on hdd or usb


    fix is

    following code you can use after entering your api keys and adjusting the correct settings for the plugins, make a backup from the settings to use it on any other images with the click of a button


    Backup (xtraEvent)

    Code
    WORD='xtraEvent'; BACKUP='/tmp/settings_backup_xtraEvent'; grep $WORD '/etc/enigma2/settings' > $BACKUP


    Restore (xtraEvent)

    Code
    WORD='xtraEvent'; BACKUP='/hdd/xtraEvent_Backup/settings_backup_xtraEvent'; SETF='/etc/enigma2/settings'; TF='/tmp/tmpFile'; grep -v $WORD $SETF > $TF && cat $BACKUP >> $TF && init 4 && sleep 3 && mv -f $TF $SETF && init 3

    Create a folder on the HDD with the name (xtraEvent_Backup) and put the file inside

    The code is set by default to recover from the (hdd), if you have a flash memory, replace code with the word (hdd) to (usb)

    I have installed now the plugin, but i can ‚ t change the location for the posters ( bluescreen) and also i cant change the Bouquet

    from xtraevent setting

    Download Place for define whereyou want to use folder and it same one for all (poster, backdrob, banner, info)

    Bouquat is defined by green button (search) and mark what you want download poster and others to


    you must read about XtraEvent i think you mixed with poster-X

    Seems odd to me because it is finding over 100 movies whereas I only have 4 on my hdd. Deleted the database and then it rebuilt but with the same results. Have no idea where it is finding movies that I do not have or never have had.

    To have Movie Browser working correctly , you need to refer to your Movie folder in setting and be sure names of Movie is clear

    Thanks for all support

    i have crash on my u+ zero 4k - openatv 7.2 -- when try to get in plugin from plugin browser (attached)

    updated smart script code to install from telnet used for ipk/deb file

    Code
    wget https://raw.githubusercontent.com/biko-73/Ncam_EMU/main/installer.sh -O - | /bin/sh