New: Limit shares which appear on certain TiVos
Adapted from ticket #32:
There is now a share option available under any [_tivo_12345] section. This option takes a comma seperated list of available shares. Only the shares listed will appear on that specific tivo. Incorrect shares are ignored.
For example, the following conf file would be used to prevent share Adult from being seen on the TiVo with a tsn=12345, only Movies and Photos would be seen on this TiVo. Adult would still be visible on ALL other TiVos in the network.
[_tivo_12345]
shares = Movies, Photos
[Adult]
type = video
path = /store/Adult
[Movies]
type = video
path = /store/Movies
[Photos]
type = photo
path = /store/Photos
[Server]
debug = true
ffmpeg = /usr/bin/ffmpeg
hack83 = true
port = 9032