You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,30 @@
2
2
3
3
Kodi addon to execute shell scripts or commands. It displays a menu to select the script that shall be executed. The menu is defined in a text file, that is ":" separated (see example.menu). The menu file can be selected in the addon settings.
The menu file defines the menu items, script success flags and the command. It is a colon delimited table file, that can be assigned in the addon settings.
12
+
13
+
Name 1:flags:command 1
14
+
Name 2:flags:command 1
15
+
....
16
+
17
+
The flags are comma separated. Currently there are two flags defined
18
+
19
+
- notify (*displays a notification window, when the script has ended*)
20
+
- exitcode value (*checks if the return value of the script equals value. Displays a message box if it does not match.*)
<descriptionlang="en">It displays a script selection menu. The menu is defined in a text file, that is ":" separated (see example.menu in addon folder).</description>
14
-
<descriptionlang="de_DE">Zeigt ein Scriptauswahlmenü zum Ausführen von Scripten an. Das Menü ist in einer Textdatei definiert (siehe example.menu im Addonverzeichnis).</description>
<descriptionlang="en">It displays a script selection menu. The menu is defined in a text file(see README.md).</description>
14
+
<descriptionlang="de_DE">Zeigt ein Auswahlmenü zum Ausführen von Programmen an. Das Menü ist in einer Textdatei definiert (siehe README.md).</description>
15
15
<license>GPL-3.0-or-later</license>
16
16
<source></source>
17
17
<disclaimerlang="en_GB"></disclaimer>
18
18
<disclaimerlang="de_DE"></disclaimer>
19
19
<news>
20
+
21
+
v1.0.0
22
+
- removed blocking flag as non blocking it produced zombie processes
Copy file name to clipboardExpand all lines: resources/language/resource.language.de_de/strings.po
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,43 @@ msgctxt "#32006"
15
15
msgid"menu file"
16
16
msgstr"Menüdatei"
17
17
18
+
msgctxt"#32100"
19
+
msgid"Menu File Error"
20
+
msgstr"Menüdatei Fehler"
21
+
22
+
msgctxt"#32101"
23
+
msgid"Menu file not found. Please select a file in the addon settings. Please visit https://github.com/wastis/ShellScriptLauncher for more information."
24
+
msgstr"Menüdatei wurde nicht gefunden. Bitte wähle Sie eine Menüdatei in den Addon-Einstellungen aus. Besuchen sie auch https://github.com/wastis/ShellScriptLauncher für weitere Informationen."
25
+
26
+
msgctxt"#32102"
27
+
msgid"Menu file is a directory. Please select a file in the addon settings. Please visit https://github.com/wastis/ShellScriptLauncher for more information."
28
+
msgstr"Menüdatei ist ein Verzeichnis. Bitte wähle Sie eine Menüdatei in den Addon-Einstellungen aus. Besuchen sie auch https://github.com/wastis/ShellScriptLauncher für weitere Informationen."
29
+
30
+
msgctxt"#32103"
31
+
msgid"Cannot access menu file, permission problem."
32
+
msgstr"Kann nicht auf Menüdatei zugreifen, Berechtigungsprobleme."
33
+
34
+
msgctxt"#32104"
35
+
msgid"Please see Kodi log for more information."
36
+
msgstr"Bitte sehen Sie die Kodi Logdatei für weitere Informationen ein."
37
+
38
+
msgctxt"#32105"
39
+
msgid"Menu file is empty or might not have the correct format. Please visit https://github.com/wastis/ShellScriptLauncher for more information."
40
+
msgstr"Menüdatei ist leer oder hat das falsche Format. Besuchen sie auch https://github.com/wastis/ShellScriptLauncher für weitere Informationen."
41
+
42
+
43
+
msgctxt"#32110"
44
+
msgid"Command Error."
45
+
msgstr"Befehlsfehler."
46
+
47
+
msgctxt"#32111"
48
+
msgid"Error executing command: %s"
49
+
msgstr"Fehler beim Ausführen des Befehls: %s"
50
+
51
+
msgctxt"#32112"
52
+
msgid"Execution completed."
53
+
msgstr"Ausführung abgeschlossen."
54
+
55
+
msgctxt"#32113"
56
+
msgid"%s did not return the expected value. Error code: %s"
57
+
msgstr"%s hat nicht den erwarteten Wert zurückgeliefert. Fehlerwert: %s"
Copy file name to clipboardExpand all lines: resources/language/resource.language.en_gb/strings.po
+41Lines changed: 41 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,44 @@ msgstr "General"
12
12
msgctxt"#32006"
13
13
msgid"menu file"
14
14
msgstr"menu file"
15
+
16
+
msgctxt"#32100"
17
+
msgid"Menu File Error"
18
+
msgstr"Menu File Error"
19
+
20
+
msgctxt"#32101"
21
+
msgid"Menu file not found. Please select a file in the addon settings. Please visit https://github.com/wastis/ShellScriptLauncher for more information."
22
+
msgstr"Menu file not found. Please select a file in the addon settings. Please visit https://github.com/wastis/ShellScriptLauncher for more information."
23
+
24
+
msgctxt"#32102"
25
+
msgid"Menu file is a directory. Please select a file in the addon settings. Please visit https://github.com/wastis/ShellScriptLauncher for more information."
26
+
msgstr"Menu file is a directory. Please select a file in the addon settings. Please visit https://github.com/wastis/ShellScriptLauncher for more information."
27
+
28
+
msgctxt"#32103"
29
+
msgid"Cannot access menu file, permission problem."
30
+
msgstr"Cannot access menu file, permission problem."
31
+
32
+
msgctxt"#32104"
33
+
msgid"Please see Kodi log for more information."
34
+
msgstr"Please see Kodi log for more information."
35
+
36
+
msgctxt"#32105"
37
+
msgid"Menu file is empty or might not have the correct format. Please visit https://github.com/wastis/ShellScriptLauncher for more information."
38
+
msgstr"Menu file is empty or might not have the correct format. Please visit https://github.com/wastis/ShellScriptLauncher for more information."
39
+
40
+
41
+
msgctxt"#32110"
42
+
msgid"Command Error."
43
+
msgstr"Command Error."
44
+
45
+
msgctxt"#32111"
46
+
msgid"Error executing command: %s"
47
+
msgstr"Error executing command: %s"
48
+
49
+
msgctxt"#32112"
50
+
msgid"Execution completed."
51
+
msgstr"Execution completed."
52
+
53
+
msgctxt"#32113"
54
+
msgid"%s did not return the expected value. Error code: %s"
55
+
msgstr"%s did not return the expected value. Error code: %s"
0 commit comments