Document the new tivo_discovery config parameter
This commit is contained in:
parent
d894885bc1
commit
46d806ce2d
2
avahi.c
2
avahi.c
@ -64,7 +64,7 @@ _add_svc(const char *cat, const char *srv, const char *id, const char *platform)
|
|||||||
snprintf(path, sizeof(path),
|
snprintf(path, sizeof(path),
|
||||||
"path=/TiVoConnect?Command=QueryContainer&Container=%s", id);
|
"path=/TiVoConnect?Command=QueryContainer&Container=%s", id);
|
||||||
|
|
||||||
DPRINTF(E_INFO, L_SSDP, "Registering '%s' with Avahi\n", name);
|
DPRINTF(E_INFO, L_SSDP, "Registering '%s'\n", name);
|
||||||
ret = avahi_entry_group_add_service(ctx.group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC,
|
ret = avahi_entry_group_add_service(ctx.group, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC,
|
||||||
0, name, srv, NULL, NULL, runtime_vars.port,
|
0, name, srv, NULL, NULL, runtime_vars.port,
|
||||||
"protocol=http", path, platform, NULL);
|
"protocol=http", path, platform, NULL);
|
||||||
|
@ -45,6 +45,10 @@ inotify=yes
|
|||||||
# set this to yes to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO
|
# set this to yes to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO
|
||||||
enable_tivo=no
|
enable_tivo=no
|
||||||
|
|
||||||
|
# set this to beacon to use legacy broadcast discovery method
|
||||||
|
# defauts to bonjour if avahi is available
|
||||||
|
tivo_discovery=bonjour
|
||||||
|
|
||||||
# set this to strictly adhere to DLNA standards.
|
# set this to strictly adhere to DLNA standards.
|
||||||
# * This will allow server-side downscaling of very large JPEG images,
|
# * This will allow server-side downscaling of very large JPEG images,
|
||||||
# which may hurt JPEG serving performance on (at least) Sony DLNA products.
|
# which may hurt JPEG serving performance on (at least) Sony DLNA products.
|
||||||
|
@ -141,6 +141,10 @@ album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt
|
|||||||
Set this to yes to enable support for streaming .jpg and .mp3 files to a TiVo
|
Set this to yes to enable support for streaming .jpg and .mp3 files to a TiVo
|
||||||
supporting HMO, default is no.
|
supporting HMO, default is no.
|
||||||
|
|
||||||
|
.IP "\fBtivo_discovery\fP"
|
||||||
|
Set this to 'beacon' to use the legacy TiVo broadcast discovery method. Defaults to
|
||||||
|
using Bonjour if Avahi support is available.
|
||||||
|
|
||||||
.IP "\fBroot_container\fP"
|
.IP "\fBroot_container\fP"
|
||||||
Use a different container as the root of the tree exposed to clients.
|
Use a different container as the root of the tree exposed to clients.
|
||||||
.nf
|
.nf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user