Welcome to our community

Be apart of something great, join today!

Tuxbox Commando Plugin

Napster

Global Moderator
Staff member
Moderator
Need help finding a plugin

I'm trying to get tuxbox commando for my 800se last time I got it was via plugins but its not available anymore got 404 file missing does anyone have this to install on my 800se clone running Pli 3.0.

cheers for looking
 
I cant seem to download plugins via pli image have they disabled them tried both my 800se they come up with same error :( (404 file missing not found) anyone else getting this
 
Bear in mind Pli no longer support dreamboxes and as far as I'm aware they shut down their openpli 3.0 feeds, use gjstrooms openpli 4.0 instead
 
openpli still support the 800se

not ran pli3.0 for ages no point really

pli 4.0 works fine
 
openpli still support the 800se

not ran pli3.0 for ages no point really

pli 4.0 works fine


Its Rats backup was on box when I got it so just left it alone I will copy over my Pli 4.0 my backup, that already has tuxbox installed

thanks m8 :)
 
its my default image now

just seems to work not as many errors as pli has @ times

once you got it set to your liking pretty sure you will like it
 
openpli still support the 800se

not ran pli3.0 for ages no point really

pli 4.0 works fine

They dont support them anymore m8,they still produce images,but have said if something breaks they wont fix it,so eventually the images will be unuseable,

Code:
You don't have permission to view the code content. Log in or register now.
 
oops i thought was just the 800HD they dumped

but with still run the images till something changes
 
is this the plugin you want TuxBox Commander E2

DESCRIPTION = "Tuxbox Commander"
MAINTAINER = "Sven Karschewski <[email protected]>"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://tuxcom.c;beginline=8;endline=22;md5=8cfd78763de33face1d26b11904e84d5"

DEPENDS = "freetype"

PV = "1.13+svn${SRCPV}"
PR = "r2"

SRC_URI = "${PLISVNURL}/${PLISVNBRANCH}/external;module=tuxcom;proto=${PLISVNPROTO} \
file://add_advanced_rc.diff"

S = "${WORKDIR}/tuxcom"

inherit autotools

do_install() {
install -d ${D}/usr/plugins
install -d ${D}/usr/share/fonts
install -d ${D}/usr/lib/enigma2/python/Plugins/Extensions/Tuxcom
install -m 0755 ${S}/tuxcom ${D}/usr/plugins/tuxcom
install -m 0644 ${S}/fonts/pakenham.ttf ${D}/usr/share/fonts/pakenham.ttf
install -m 0644 ${S}/python/__init__.py ${D}/usr/lib/enigma2/python/Plugins/Extensions/Tuxcom/__init__.py
install -m 0644 ${S}/python/plugin.py ${D}/usr/lib/enigma2/python/Plugins/Extensions/Tuxcom/plugin.py
}

FILES_${PN}-dbg += "/usr/plugins/.debug"

FILES_${PN} = "/usr/plugins /usr/share/fonts /usr/lib/enigma2/python/Plugins/Extensions/Tuxcom"
 

Attachments

  • enigma2-plugin-extensions-tuxcom.rar
    631 bytes · Views: 9
@bobby123 don't think so m8, I use to get it via download plugins (green button) on my dreambox but for some reason it won't download anymore was hope to find an apk so I can install it manually but not having much look getting it :(
 
Last edited by a moderator:
Back
Top