|
a/src/upmpd.hxx |
|
b/src/upmpd.hxx |
|
... |
|
... |
70 |
upmpdNoAV = 16,
|
70 |
upmpdNoAV = 16,
|
71 |
// mpd2sc et al were found: advertise songcast sender/receiver mode
|
71 |
// mpd2sc et al were found: advertise songcast sender/receiver mode
|
72 |
upmpdOhSenderReceiver = 32,
|
72 |
upmpdOhSenderReceiver = 32,
|
73 |
// Do not check content format from input metadata against protocol info
|
73 |
// Do not check content format from input metadata against protocol info
|
74 |
upmpdNoContentFormatCheck = 64,
|
74 |
upmpdNoContentFormatCheck = 64,
|
|
|
75 |
// Do not add the "PL-to-Songcast" (playlist) and "RD-to-Songcast"
|
|
|
76 |
// (radio) sources to the source XML.
|
|
|
77 |
upmpdNoSongcastSource = 128,
|
75 |
};
|
78 |
};
|
76 |
struct Options {
|
79 |
struct Options {
|
77 |
Options() : options(upmpdNone), ohmetasleep(0), schttpport(0),
|
80 |
Options() : options(upmpdNone), ohmetasleep(0), schttpport(0),
|
78 |
sendermpdport(0) {}
|
81 |
sendermpdport(0) {}
|
79 |
unsigned int options;
|
82 |
unsigned int options;
|