View Issue Details Jump to Notes | Issue History Print | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000241 | MLD | [All Projects] VDR | public | 2016-01-15 17:43 | 2017-08-22 15:39 | ||||
Reporter | Andy | ||||||||
Assigned To | clausmuus | ||||||||
Priority | normal | Severity | feature | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | 5.x Stable | ||||||||
Paket Name und Version | startapp ändern | ||||||||
Fixed in Version | vdr-plugin-imonlcd_2013.10.26-4.1 | ||||||||
Summary | 0000241: IMON LCD Anzeige bei wechsel zu kodi oder chromium ausschalten | ||||||||
Description | Die IMON LCD Anzeige funktioniert unter VDR sehr gut, nur unter Kodi halt nicht. Hier zu Hause und im Bekanntenkreis (wo auch noch ein paar VDR's stehen) irritiert es doch sehr, wenn die Anzeige unter Kodi noch an ist aber das letzte Programm vom VDR angezeigt wird. Deshalb hatte ich mir damals die "runxbmc" jetzt "runkodi" um ein paar Zeilen erweitert, um die Anzeige unter Kodi auszustellen. Wenn dann wieder zum VDR geschalltet wird, wird sie wieder aktiviert. Vielleicht würde das dem einen oder anderen auch gut gefallen. #!/bin/sh # # run kodi . /etc/rc.config rm -f /tmp/kodi_stop # # Schaltet das ImonLCD Display aus /usr/bin/svdrpsend.sh PLUG imonlcd off # case "$1" in -k) touch /tmp/kodi_stop killproc "/usr/lib/kodi/kodi.bin" 10 exit $? ;; . . . . . . 66) reboot break ;; esac done # # Schaltet das ImonLCD Display an /usr/bin/svdrpsend.sh PLUG imonlcd on # rm -f /tmp/kodi_stop | ||||||||
Additional Information | Oder besser.... Das wäre dann das /usr/bin/startapp. Ich denke aber, es würde Sinn machen, wenn ich da mal etwas einbaue, damit solche zusätzlichen Aufrufe in den Paketen stehen können, welche die Funktion bereitstellen. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000487) clausmuus (administrator) 2016-06-19 15:47 |
Das Display wird nun beim starten beliebiger Apps deaktiviert |
(0000529) MarMic (administrator) 2017-08-22 15:39 |
keine Rückmeldung innerhalb 30 Tage -> geschloßen no response within 30 days -> closed |
Issue History | |||
Date Modified | Username | Field | Change |
2016-01-15 17:43 | Andy | New Issue | |
2016-01-15 17:43 | Andy | Status | new => assigned |
2016-01-15 17:43 | Andy | Assigned To | => clausmuus |
2016-06-19 15:47 | clausmuus | Note Added: 0000487 | |
2016-06-19 15:47 | clausmuus | Status | assigned => resolved |
2016-06-19 15:47 | clausmuus | Fixed in Version | => vdr-plugin-imonlcd_2013.10.26-4.1 |
2016-06-19 15:47 | clausmuus | Resolution | open => fixed |
2017-08-22 15:39 | MarMic | Note Added: 0000529 | |
2017-08-22 15:39 | MarMic | Status | resolved => closed |