tivo: Add Avahi support
TiVo Bolt doesn't support the old TiVo Beacon discovery mechanism, so we need to support Bonjour discovery now. Use Avahi if it's available.
This commit is contained in:
@@ -58,7 +58,8 @@ enum upnpconfigoptions {
|
||||
FORCE_SORT_CRITERIA, /* force sorting by a given sort criteria */
|
||||
MAX_CONNECTIONS, /* maximum number of simultaneous connections */
|
||||
MERGE_MEDIA_DIRS, /* don't add an extra directory level when there are multiple media dirs */
|
||||
WIDE_LINKS /* allow following symlinks outside the defined media_dirs */
|
||||
WIDE_LINKS, /* allow following symlinks outside the defined media_dirs */
|
||||
TIVO_DISCOVERY, /* TiVo discovery protocol: bonjour or beacon. Defaults to bonjour if supported */
|
||||
};
|
||||
|
||||
/* readoptionsfile()
|
||||
|
||||
Reference in New Issue
Block a user