Posts by delboy13

    here is latest script by LraiZer


    this latest script has some new features im sure you will enjoy, these new features can be turned on/off by passing options to the script during testing.


    the script can take 4 input options. the first two area and region are required. the second two are optional as these will revert to on by default.
    this scirpt can be dropped into current /usr/script/ folder to overwrite exising autobouquet file and by used with the existing plugin GUI.


    ./autobouquets_e2.sh area[4104] region[32] numbered[Y/N] update lamedb[Y/N]


    eg.
    ./autobouquets_e2.sh 4101 07 Y N
    ./autobouquets_e2.sh 4104 32 N Y


    new:
    auto lamedb service updating,
    add official channel numbers,
    FTA bouquet,
    irish and english services are now meged to aviod ugly none regional manual code hacks.
    english region now gain RTE, RTE2 HD, Setanta..etc.
    irish region now gain various ITV variations.


    Service Description Table and Bouquet Association Table are now merged to produce a richer workfile.


    only transponder changes in lamedb now requires a service scan.
    general movement of channels added/removed from existing transponders is taken care of by auto updating the services in lamedb.


    placeholders in numbered bouquet are also padded out with users top 5 regional and all hd services.


    adult channels are no longer written to numbered and fta bouquets, to remain child friendly updatable.


    as there was quite a lot was changed in the script code before i went on holiday, its best to start testing this with a new clean bouquet set and lamedb pre autobouquets usage.


    plugin is much slower now at about 10 minutes due the new code additions, but this is now much faster than also having to perform a pre service scan

    looking to buy a burglar alarm soon preferably wireless anyone recommend any looking maybe maximum £500 preferably one that can message you aswell. house is an extended semi front door, back door + 4 ground floor windows

    on normal screen press blue then yellow for settings. you will see setup picon choose that with this image you can set picon to name or service, service being a load of numbers like how sgt flip flop has his hope this helps.

    sorry if in wrong thread did not know which one to use.
    does anybody know how i can get frequencies/QAM settings from a nit scan using dvbsnoop thanks. ps this is not for sat but for cable tuner on sunray

    tried autoscan yesterday but wern't getting nothing. cable in proper tuner also when i change channels snr changes. tried today again, turned on had picture for 1 sec then froze. turned power off from switch at back and on. and now working will turn off later and recheck as going to work

    bought a sunray sr4 couple of weeks ago. trying to setup at the moment ftp'd over sgt flip flops settings signal all good but don't get picture. was wondering if someone had a backup i could try hopefully nothing wrong with box

    im using dmuk-v212 by robi62 image which has glass system utility already installed but i want to remove it. if i go to remove plugins it does show i telnetted ipkg remove enigma2-plugin-glasssysutil to box but it says ipkg: not found. so was wondering where files are located so can delete manually

    seen that error before when trying to flash image backups that have password changed. might have nothing to do with that but happened on 2 backup images when flashing both had password changed. but original images didn't show that error

    could anyone help with a bat file or any script or file. what im looking for is something that would move video files out of folder or subfolder and delete the folder afterwards.
    someone gave me an example of bat file


    echo off
    for /f %%a in (dir /s /b *.avi) do move %%a
    :: ,put RMDir with syntax here
    exit.


    i think this only looks in folders i would like it to look in all sub folders. and also what does syntax mean