Sorting plugins

  • Hi there,


    Is it possible to sort/select the plugins in the way you want it.


    Example:


    Channels
    DVD
    VCD
    MP3
    Plugins
    Weather
    etc...


    When i start vdr it comes in the way vdr detects the plugins.


    People can respond in german, i can read it.


    I've been searching in the plugin section, but couldn't find something about it.


    dorpsgek

  • the plugins should appear on screen in the order given by the -P parameter in the runvdr file


    ex:
    ./vdr -P'dvd' -P'vcd'


    should look like


    1.
    2.
    3.dvd
    4.vcd
    5.


    VDR1: ECS 945GCD-M, Atom 330, mod. Scenic 300 Geh., 16Gb CF, eHD, Tevii S470, 6.4" VGA TFT
    VDR2: Asus P5GC, C2D E4400 2GHz, mod. Scenic 300 Geh., 16Gb CF, eHD, TS SkyStarHD, PSOne TFT
    VDR3: Asus CUSL2, P3800, 128Mb Ram, TT3600, eHD
    SERVER: Tualatin 1133, 512Mb, 8 x ST 320Gb Gb RAID 5
    SERVER: Intel D945GSEJT, Chenbro ES30068

  • ...alternatively, you could ask User Dirk for his runvdr.


    Some months ago, he developed one for me, which makes it possible to sort the plugins in one single line of his special runvdr. (could be edited by nano or anything else). I´ve used it until today and I´m very content with his solution.


    Maybe you could ask him for a download of it.


    Greets Olaf

    Ollie jetzt auch im Internet !!! ->> http://www.ohms.ws << VDR mit ASUS A7V8X-X, Athlon XP 2 Ghz, 512 MB DDR-RAM und gentoo 2008.0 Linux, ner Menge Platten (1 TB), 2 Brennern und Karten-Vollausstattung (1 X Nexus 4 MB Mod, 3 x Nova, 1 PVR 350) , TFT/Sony PSOne, Nvidia Graka und und und * Linux - wir geben ihrem Computer das Leben zurück *

  • What about "pluginsetup-plugin" !?


    Link to the Wiki-Page


    LG
    Roman

    Wohnzimmer (Client 1): C't Vdr (Sarge), 2.6.15-sl, 1.4.0-2, TT-1.5 FF, Hermes 651, 40 GB, 2Ghz Celeron, 512MB, PSOne TFT
    Server: C't VDR (Sid), 2.6.15-1-k7, 1.4.1-1, TT-1.6 FF, XP-2000+, 500GB, 512MB
    Schlafzimmer (Client 2): MediaMVP
    MediaMVP, Bose S 100, 400er Oldischlepptopp für den Garten

  • Hi there,


    Thank you for all the respons you have given.


    I use thiis script for runvdr:


    VDRPRG="/usr/bin/vdr"
    PLGDIR="/usr/lib/vdr"
    VIDEODIR="/var/lib/vdr/video"
    CONFIGDIR="/var/lib/vdr/config"
    STARTDIR="/var/lib/vdr/config/start"


    VDRCMD="$VDRPRG -w 60 -c $CONFIGDIR -v $VIDEODIR -L $PLGDIR -s /usr/bin/vdrshutdown"


    PLGLST="`ls $PLGDIR | sed -e s/libvdr\-// -e s/\.so.*//`"


    for i in $PLGLST; do
    if [ -f "$STARTDIR/$i" ]; then
    VDRCMD="$VDRCMD -P \"$i `cat \"$STARTDIR/$i\"`\""
    else
    VDRCMD="$VDRCMD -P $i"
    fi
    done


    killall -q $VDRPRG
    eval $VDRCMD $*


    But I can use the -P parameter to sort the way i like or use the pluginsetup-plugin and Submenu-plugin.


    I'll try some out.


    olafhenkel i'll pm Dirk for his runvdr, of course in a polite way.


    dorpsgek

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!