1 # This is an example config file, showing all the options. You probably
2 # won't need most of them. Your working config file will be named
3 # "pyTivo.conf". '#' starts a comment. It is recommended that
4 # that you use the Web Administration tool to modify pyTivo.conf after
5 # you get pyTivo up and running. You can access the tool by pointing your
6 # browser to http://localhost:9032/
8 # Web administration. enable this section to use the web configuration feature.
15 # Full path to ffmpeg including filename
16 # For windows: ffmpeg=c:\Program Files\pyTivo\bin\ffmpeg.exe
17 # For linux: ffmpeg=/usr/bin/ffmpeg
18 #ffmpeg=c:\Program Files\pyTivo\bin\ffmpeg.exe
19 ffmpeg=/usr/bin/ffmpeg
21 # Setting this to True will log more ouput for debugging purposes.
24 # Max video bitrate, default 30000k
25 # sets ffmpeg -maxrate setting to minimize bitrate peak playback issues.
26 # mpegs with video bitrate above this setting will also be transcoded.
29 # Audio bit-rate, defaults to 192K for S2, 384K for S3/HD
32 # Video bit-rate, defaults to 4096K for S2, 8192K for S3/HD
35 # Beacon broadcast address(es)
36 # The default is 255.255.255.255, but on some multihomed machines you
37 # may need to specify the subnet broadcast address(es) of your Tivo
38 # boxes. You can also specify "listen" to listen for direct connection
39 # attempts on port 2190, for use with the "Manually add a server..."
40 # function. (And if you set beacon to listen _only_, it turns off
42 #beacon=192.168.1.255 listen
45 # Width, defaults to 544 for S2, 1920 for S3/HD
46 # Height, defaults to 480 for S2, 1080 for S3/HD
47 # Valid widths: [S3/HD = 1920, 1440, 1280], [S2/S3/HD = 720, 704, 544, 480, 352]
48 # Valid heights: [S3/HD = 1080, 720], [S2/S3/HD = 480]
51 #ffmpeg_tmpl=%(video_codec)s %(video_fps)s %(video_br)s %(max_video_br)s %(buff_size)s %(aspect_ratio)s %(audio_br)s %(audio_fr)s %(audio_ch)s %(audio_codec)s %(ffmpeg_pram)s %(format)s
54 # section named _tivo_TSN with the tsn in all caps
55 #[_tivo_00000DEADBEEF]
57 # If you want to use 16:9 or 4:3 on this tivo
64 #ffmpeg_tmpl=%(video_codec)s %(video_fps)s %(video_br)s %(max_video_br)s %(buff_size)s %(aspect_ratio)s %(audio_br)s %(audio_fr)s %(audio_ch)s %(audio_codec)s %(ffmpeg_pram)s %(format)s
67 # section for default video options applicable to all HD TiVos
68 # see pyTivo Web Configuration for all available settings
71 # section for default video options applicable to all SD TiVos
72 # see pyTivo Web Configuration for all available settings
75 # Type can be 'video', 'music', or 'photo'
78 # Path is the full path to your files (No trailing slash needed)
79 # For windows: path=c:\videos
80 # For linux: path=/media
81 path=/home/armooo/Videos
83 # You can have more than one share