1DLEYNA-SERVER-SERVICE.CONF()                      DLEYNA-SERVER-SERVICE.CONF()
2
3
4

NAME

6       dleyna-server-service.conf  - Configuration file for dleyna-server-ser‐
7       vice
8
9       :Manual section:5
10

SYNOPSIS

12/etc/dleyna-server-service.conf
13
14$XDG_CONFIG_HOME/dleyna-server-service.conf
15

DESCRIPTION

17          The   dleyna-server-service    program    provides    the    com.in‐
18          tel.dleyna-server  name on the session message bus.  It is a service
19          for discovering and manipulating DLNA Digital  Media  Renderers  (or
20          DMRs).
21
22          Users or administrators should never need to start this daemon as it
23          will be automatically started  by  dbus-daemon  whenever  a  process
24          sends  a  D-Bus  message  to the com.intel.dleyna-server name on the
25          session bus.
26
27          This  file  can  be  used  to  configure   the   behavior   of   the
28          dleyna-server-service program
29

FILE FORMAT

31          The  configuration  file  format  is the so-called key file (sort of
32          ini-style) format. It consists of sections (or groups) of  key-value
33          Lines  beginning with a '#' and blank lines are considered comments.
34          Sections are started by a header line  containing  the  section  en‐
35          closed in '[' and ']', and ended implicitly by the start of the next
36          section or the end of the file. Each key-value  pair  must  be  con‐
37          tained in a section.
38

GENERAL SECTION

40          connector-name=dbus
41                 The  name  of  the  inter-process  communication method to be
42                 used.  The only supported value is dbus
43
44          never-quit=false|true
45                 Whether the process should stay alive forever  or  quit  when
46                 the last client disconnects. The default value is false.
47
48          port   Source  port  for Simple Service Discovery Protocol (or SSDP)
49                 messages. The default value is 0 which means  that  a  random
50                 available port will be used.
51

LOG SECTION

53          log-type=0|1|2
54                 The  logging  method  to be used. Three technologies are sup‐
55                 ported.  0 for syslog, 1 for GLib, and 2 for  file.  The  de‐
56                 fault value is 0.
57
58          log-level=0|1|2|...|8
59                 Comma-separated  list of logging levels. The levels are 1 for
60                 critical, 2 for error, 3 for warning, 4 for  message,  5  for
61                 info  and 6 for debug. 0 excludes all levels, 7 is a combina‐
62                 tion of critical, error and info, and 8 includes all levels.
63
64                 The default value is 7.
65

NETF SECTION

67          netf-enabled=true|false
68                 Whether network filtering should be enabled or not.  The  de‐
69                 fault values is false.
70
71          netf-list
72                 Comma-separated  list of interface names, service set identi‐
73                 fiers (or SSIDs), and Internet Protocol (or IP) addresses. If
74                 network  filtering  is  requested but the list is empty, then
75                 filtering remains disabled.
76
77                 The list is empty by default.
78

BUGS

80          Please send bug reports to either the distribution  bug  tracker  or
81          the            upstream           bug           tracker           at
82          https://gitlab.gnome.org/World/dLeyna/issues
83

SEE ALSO

85          dleyna-server-service(1)
86
87
88
89
90                                                  DLEYNA-SERVER-SERVICE.CONF()
Impressum