New: Limit shares which appear on certain TiVos
commitfdad6b3bf2123927ab8d6842dc5801700f427306
authorKRKeegan <kevin@krkeegan.com>
Sat, 9 Feb 2008 21:21:39 +0000 (9 13:21 -0800)
committerKRKeegan <kevin@krkeegan.com>
Sat, 9 Feb 2008 21:21:39 +0000 (9 13:21 -0800)
tree0f2c1955ea28dae06d852c7e14a2e95b8b352fc1
parentfaf826f6c62c3f90a7c6d2992f8e805da0f83d6e
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
config.py
httpserver.py