Posts by Lululla

    tvmanager-820x461.jpg


    HUa2Nqt.jpg


    HUa2usK.jpg


    Version 1.2


    Changelog

    - fix try timer x cvs (test)

    - add menu get c*ine

    - new skin fhd hd

    - minor fix



    HOME

    -- Button Blu update softcam.key

    -- Button Menu : insertion Cli*e in Oscam - CCam – Ncam in configuration file


    MENU CONFIG

    It is used to insert a Host / port / user / password of a Line.

    Button Yellow get from server link (2 server free)

    ---- Link select server to download Cli*e

    -- Button GET (YELLOW) get from server free to the CONFIG (Link1 or Link2)

    -- Button WRITE NAME-CAM (GREEN) save to file (Oscam – Cccam - Ncam) - The current config (will insert the configuration edited with each press)

    -- Button Restore (BLUE) reset select CAM in its original state, or make A new file for CCcam - Ncam - Oscam :

    + if it is not present in the path, the plugin creates it from the plugin folder (/usr/lib/enigma2/python/Plugins/Extensions/tvManager/data/)

    + enter your personal configuration file into

    /usr/lib/enigma2/python/Plugins/Extensions/tvManager/data/


    Of course it only works with the cam downloaded from the tvManager panel


    Folder:

    -/etc/CCam.cfg

    -/etc/tuxbox/config/oscam.server

    -/etc/tuxbox/config/ncam.server




    ###########################################italian



    HOME

    -- Tasto BLU per aggiornamento softcam.key

    -- Tasto Menu per la configurazione di inserimento Cli*e in Oscam - CCam - Ncam


    MENU CONFIG


    Serve per inserire un Host/porta/user/password di una Linea.

    Volendo (tasto Giallo) si può prenderla direttamente da 2 siti online free

    Con Link si seleziona il sito dal quale scaricare la Cli*e



    -- Tasto GET (GIALLO) per RIEMPIRE IL CONFIG inserisce una Cline free nella configurazione presa da internet (Link1 o Link2)

    -- Tasto NOME-CAM-SELEZIONATA (VERDE) per inserire nel file configurato (Oscam - CCcam - Ncam) la configurazione corrente (inserirà la configurazione editata ad ogni pressione )

    -- Tasto Reset (BLU) per resettare la CAM SELEZIONATA allo stato originale, o crearne uno nuovo per CCcam - Ncam - Oscam :

    + se non è presente nel percorso, il plugin crea un file di cofig prelevandolo dalla cartella del plugin (/usr/lib/enigma2/python/Plugins/Extensions/tvManager/data/)

    + inserite il vostro file personale di configurazione in /usr/lib/enigma2/python/Plugins/Extensions/tvManager/data/


    Naturalmente funziona solo con le cam scaricate dal pannello tvManager


    Percorsi:

    -/etc/CCam.cfg

    -/etc/tuxbox/config/oscam.server

    -/etc/tuxbox/config/ncam.server


    TRY FOR TEST


    Code
    http://patbuweb.com/tvManager/enigma2-plugin-extensions-tvmanager_1.2k_all.ipk

    Version .0.8.2



    • Download the ipk and ftp it to the /tmp folder on the box. N.B. if the config.xml file (see below) is in the /tmp folder it will also be installed if an existing one doesn’t exist
    • Either install it from the box GUI (in OpenVix this will be ‘Menu -> Setup -> ViX -> Install local extension
      or SSH/Telnet to to the box and run



    Importing EPG Data

    • Open EPG-Importer plugin (download it if you haven't already got it)
    • Select sources (Blue button on OpenVix)
    • Enable the source created by the script (listed under IPTV Bouquet Maker - E2m3u2bouquet)
    • Kick off a manual EPG import


    Add Plugin install Generator Attached

    plugin_install_generator-300x188.gif


    You can also download a generator that will let you enter your details and generate a one line install command with the plugin preconfigured. Right click on the following link select ‘save link as’ and then save to your PC – generator download. You can then run the generator by opening the downloaded file.

    Open your plugins menu, there should now be a plugin named ‘IPTV Bouquet Maker (IPTV for Enigma2 – E2m3u2bouquet plugin)’

    for Eg.


    to put the list in a file.xml I had also tried this for a future research, but it takes minutes and minutes, a lot of time to use this


    find def _request(self, url):

    and and insert this later
    print "urlinfo:", urlinfo



    the result is that download the whole list,naturally the namechanel is long, but too much time is needed, and then I had left.


    Now modify it with your favorit path but it is right to make understand


    :derpthink:

    hehe

    greetings brother

    I have not expressed myself yet, what you do is all nice and working, but you are an artist, a qualified and prepared person and I respect you, I learned a lot from you.

    Now, coming back to the plugin, how can you use this variable?

    do you want to make it as a favorite or can you use it for a movie search?

    On startup, if you can do, def get_list, you could create a .xml with all the channels for the search,

    Now you would do 2 buttons:

    -favorites: favorite screens

    -search: screen search

    But my time is always less, and I would not have the ground and the mind to do all that



    Let's see what comes out of it. Thanks bro



    :thank_you2:




    ps.

    for add to favorit

    edit keymap.xml

    find and replace this


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


    with


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


    and add thisin plugyn.py to self['actions'] of -- class xc_Main


    'ok_Favoris' : self.ok_Favoris,

    no! I do not know, I do not have your own box, maybe if you make a new topic and tell us what's wrong, maybe we can help you

    i want to change it to media/hdd/movie/XC

    definitely does not read your mount, if you have a /media/hdd does not find it

    Do you have a Nas?

    The mount does it automatically: if you find it you see it in the config settings

    has 2 settings:

    - settings for xc folder: use the default setting -> /etc/enigma2/xc

    - settings for movie: Automatic mount + /tmp/movie


    you can not assign the xc folder to media / movie / xc

    There are 2 different things in the plugin


    from telnet by this command df -h

    and placed here, maybe you use a nas

    If you use the nas you have to proceed like this



    To insert a Nas

    with Notepad ++ open plugin.py in the plugin folder

    find

    if '/dev/sd' in line or '/dev/disk/by-uuid/' in line or '/dev/mmc' in line or '/dev/mtdblock' in line:


    and suspend with #

    #if '/dev/sd' in line or '/dev/disk/by-uuid/' in line or '/dev/mmc' in line or '/dev/mtdblock' in line:


    if this is your folder NAS??

    pthmovie.append ('/media/net/NAS/')

    find..


    system ('mkdir / tmp / movie')

    pthmovie.append ('/ tmp /')


    replace..


    system ('mkdir /tmp/movie')

    pthmovie.append ('/ tmp /')

    pthmovie.append ('/media/net/NAS/')

    regards

    Hi Buddy
    Please edit this line in skin_plugins.xml



    XML
    <screen flags="wfNoBorder" name="VlcServerListScreen" position="fill">
        <panel name="PigTemplate" />
        <!--
        <eLabel text="Select a VLC-Server Profile" position="30,7" size="1830,75" backgroundColor="secondBG" transparent="1" zPosition="1" font="Regular;36" valign="center" halign="left" />
        -->
        <widget name="serverlabel" position="780,105" size="1110,54" font="Regular;27" />
        <widget name="serverlist" position="885,219" size="900,462" itemHeight="42" scrollbarMode="showOnDemand" />
      </screen>


    and this




    :fingers crossed:

    if possible, make a log debug from telnet and send it to PM


    Code
    init 4
    killall -9 enigma2
    ENIGMA_DEBUG_LVL=4 enigma2.sh > /tmp/debug-xclite.log 2>&1 &


    why do not you use the xclite 2.0 version?
    if you need to convert the bouquet you can also use the plugin that recommended you MasterG or KiddaC's JediMaker plugin

    regards