New: Limit shares which appear on certain TiVos
commit60d4905cac9de8210e94fd05da1189d83dbf22d6
authorKRKeegan <kevin@krkeegan.com>
Sat, 9 Feb 2008 21:21:39 +0000 (9 13:21 -0800)
committerWilliam McBrine <wmcbrine@gmail.com>
Sun, 10 Feb 2008 05:01:04 +0000 (10 00:01 -0500)
tree717455524f0912ea972fba224f5822b705c26fb7
parentebc6b29e44be3ef4b94a64e8ab642d8a633e57ae
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