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
auto start plugin(
-
- Neugieriger
- Beiträge: 9
- Registriert: Donnerstag 21. August 2008, 10:14
-
- Tuxboxer
- Beiträge: 4332
- Registriert: Dienstag 7. Mai 2002, 17:04
Re: auto start plugin(
newer heard about?! You are sure?to make a plugin at every start, we need to change the config file. type. type = 4.
BTW: you should post in "Foreign Guests Forum (English)".
-
- Einsteiger
- Beiträge: 342
- Registriert: Freitag 24. September 2004, 12:48
Re: auto start plugin(
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
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
-
- Neugieriger
- Beiträge: 9
- Registriert: Donnerstag 21. August 2008, 10:14
Re: auto start plugin(
yes sure. but doesnt work.
i just need help to run a program aUTOmaticly.
a program autorun. runs automaticly
how?
i just need help to run a program aUTOmaticly.
a program autorun. runs automaticly
how?
-
- Neugieriger
- Beiträge: 9
- Registriert: Donnerstag 21. August 2008, 10:14
Re: auto start plugin(
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?
-
- Developer
- Beiträge: 2183
- Registriert: Mittwoch 10. Dezember 2003, 07:59
Re: auto start plugin(
please don't use automatic translators, the result is not understandable
-
- Einsteiger
- Beiträge: 140
- Registriert: Mittwoch 9. August 2006, 10:29
Re: auto start plugin(
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
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