Actions
Feature #1650
openFenstertitel mit VDR-Instanz Nummer ergänzen
Status:
Confirmed
Priority:
Normal
Assignee:
-
Start date:
12/18/2013
Due date:
% Done:
0%
Estimated time:
Description
Hallo,
könnte man den Fensternamen von softhddevice noch um die Instanz-ID des VDR erweitern, wenn sie > 0 ist? Das würde das Fenstermanagement vereinfachen, wenn man mehr als einen VDR auf dem gleichen Rechner nutzt und die softhddevice-Fenster z.B. gezielt auf mehrere Bildschirme verteilen möchte.
-i instance, --instance=instance Use instance as the id of this VDR instance (default is 0). In an environment where several instances of VDR use the same video directory, this parameter can be set to a positive integer value that's unique for each instance, so that they won't interfere with each other in case they record exactly the same broadcast. The number given here will be part of the directory name in which the recordings will be stored.
Updated by johns almost 11 years ago
- Status changed from New to Confirmed
InstanceId in recording.h.
Easy must use static buffer and sprintf name and above id.
Note: search xcb_icccm_set_wm_name
Actions