auto start plugin(

intruderia
Neugieriger
Neugieriger
Beiträge: 9
Registriert: Donnerstag 21. August 2008, 10:14

auto start plugin(

Beitrag von intruderia »

as i know from source code, to make a plugin at every start, we need to change the config file. type. type = 4.
when i do that, my plugin doesnt autostart. and i even cant see it in the plugins menu.

please

i am writing questions to forum, but i never get a answer any of my questions.. at least please try to answer this question. thanks
Tommy
Tuxboxer
Tuxboxer
Beiträge: 4332
Registriert: Dienstag 7. Mai 2002, 17:04

Re: auto start plugin(

Beitrag von Tommy »

to make a plugin at every start, we need to change the config file. type. type = 4.
newer heard about?! You are sure?

BTW: you should post in "Foreign Guests Forum (English)".
mrvica
Einsteiger
Einsteiger
Beiträge: 342
Registriert: Freitag 24. September 2004, 12:48

Re: auto start plugin(

Beitrag von mrvica »

ich habe das auch schon mal gesehen, und zwar hier, da steht was von prepared, nur vorbereitet, getestet einmal mit Enigma, funktionierts nicht
http://cvs.tuxbox-cvs.sourceforge.net/l ... 00028.html

und nochmal an anderer Stelle:
-support for type=4 plugins: plugins which are automatically loaded when enigma starts
-support for type=5 plugins: plugins which register an external player to a file ('pattern=...') or directory ('dirpattern=...')

finde den Link aber nicht mehr

mrvica
intruderia
Neugieriger
Neugieriger
Beiträge: 9
Registriert: Donnerstag 21. August 2008, 10:14

Re: auto start plugin(

Beitrag von intruderia »

yes sure. but doesnt work.
i just need help to run a program aUTOmaticly.

a program autorun. runs automaticly
how?
intruderia
Neugieriger
Neugieriger
Beiträge: 9
Registriert: Donnerstag 21. August 2008, 10:14

Re: auto start plugin(

Beitrag von intruderia »

ich habe ein Einsteck. ich wünsche ihn ' jedes Mal laufen lassen; enigma' beginnt wieder. gerade Selbststart. ' Rätsel cfg'. ' type4' doesn' t-Arbeit Notwendigkeitshilfe ich habe meine ISO-Akte sie mit sowieso laufen lassen? auf Konsole möglicherweise? und wie zum init?
Houdini
Developer
Beiträge: 2183
Registriert: Mittwoch 10. Dezember 2003, 07:59

Re: auto start plugin(

Beitrag von Houdini »

please don't use automatic translators, the result is not understandable
musicus
Einsteiger
Einsteiger
Beiträge: 140
Registriert: Mittwoch 9. August 2006, 10:29

Re: auto start plugin(

Beitrag von musicus »

I took under Neutrino the /etc/init.d/start_neutrino and copied it
to /var/tuxbox/start_neutrino

There inserting (appending) in the third line your script or plugin (with unix editor):

/var/tuxbox/plugins/yourscript.sh &
or
/var/tuxbox/plugins/yourscript.sh & sleep 50&&

before the sectionsd line is starting
don't forget making it executable (755)

Maybe this works with a start_enigma too?

Just my two cents...

musicus