Project

General

Profile

Actions

Bug #1542

closed

osdserver funktioniert nicht

Added by Anonymous over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
10/03/2013
Due date:
% Done:

0%

Estimated time:

Description

Im Anhang habe ich eine korrigierte Version der runvdr-conf.d angehängt, die auch mit Wheezy und VDR 2.0 funktioniert.


Files

runvdr-conf.d (11.1 KB) runvdr-conf.d Anonymous, 10/03/2013 08:44 AM
runvdr-conf.d.diff (540 Bytes) runvdr-conf.d.diff urig, 10/07/2013 10:27 PM
Actions #1

Updated by Mreimer over 10 years ago

  • Status changed from New to Assigned

Danke erstmal. Werde mir das morgen mal im Detail anschauen. Wenn du deinen Namen in der HISTORY haben willst, dann müsstest du mir diesen noch zukommen lassen.

Actions #2

Updated by urig over 10 years ago

Wenn ich das richtig sehe, ist die einzig wesentliche Änderung diese hier:

             enable="${reply6xx[1]}" 

             SendCmd "prio.GetValue" || return $false
-            [ "${reply6xx[0]}" != 600 ] && return $false
-            prio="${reply6xx[1]}" 
+            [ "${reply5xx[0]}" != 500 ] && return $false
+            prio="${reply5xx[1]}" 

             if [ "$enable" == "Yes" ] ; then
                 Command_Enable "$short" --prio "$prio" 


Das passt zu einer Änderung in OSDServer 0.1.3, bei der der bis dahin falsche 600 return code in 500 korrigiert wurde. Die Änderung ist also korrekt.
Actions #3

Updated by Mreimer over 10 years ago

  • Status changed from Assigned to Resolved

Danke für das Review. Deinen vereinfachten Patch habe ich eingecheckt:
http://projects.vdr-developer.org/git/runvdr-extreme.git/commit/?id=457073b
Credits für iNOB sind auch eingefügt. Wir waren via PM im VDR-Portal in Kontakt.

Actions #4

Updated by Mreimer over 10 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF