Don't need GetPlugin() here.
[pyTivo/wmcbrine.git] / pyTivo.conf.dist
blob0abeb2348c9e1f600bb74a72208abcbf96db2c93
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 # Read the pyTivo support wiki for additional help at 
9 # http://pytivo.sourceforge.net
11 [Server]
12 port=9032
14 # FFmpeg is a required tool but downloaded separately.  See pyTivo wiki 
15 # for help.
16 # Full path to ffmpeg including filename
17 # For windows: ffmpeg=C:\pyTivo\bin\ffmpeg.exe
18 # For linux:   ffmpeg=/usr/bin/ffmpeg
19 #ffmpeg=C:\pyTivo\bin\ffmpeg.exe
20 ffmpeg=/usr/bin/ffmpeg
22 # Setting this to True will log more ouput for debugging purposes.
23 #debug=False
25 # Max video bitrate, default 30000k
26 # sets ffmpeg -maxrate setting to minimize bitrate peak playback issues.
27 # mpegs with video bitrate above this setting will also be transcoded.
28 #MAX_VIDEO_BR=17408k
30 # Audio bit-rate, defaults to 192K for S2, 384K for S3/HD
31 #audio_br=320K
33 # Video bit-rate, defaults to 4096K for S2, 8192K for S3/HD
34 #video_br=12Mi
36 # Beacon broadcast address(es)
37 # The default is 255.255.255.255, but on some multihomed machines you 
38 # may need to specify the subnet broadcast address(es) of your Tivo 
39 # boxes. You can also specify "listen" to listen for direct connection 
40 # attempts on port 2190, for use with the "Manually add a server..." 
41 # function. (And if you set beacon to listen _only_, it turns off 
42 # broadcasts.)
43 #beacon=192.168.1.255 listen
45 # Output Pixel Width:
46 # Width, defaults to 544 for S2, 1920 for S3/HD
47 # Height, defaults to 480 for S2, 1080 for S3/HD
48 # Valid widths: [S3/HD = 1920, 1440, 1280], [S2/S3/HD = 720, 704, 544, 480, 352]
49 # Valid heights: [S3/HD = 1080, 720], [S2/S3/HD = 480]
50 #width=1920
51 #height=1080
52 #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 # Togo settings:
55 # Set this up if you wish to have TiVo ToGo support.  This allows you to
56 # copy videos from your TiVo via a web page. 
58 #tivo_mak=<Your Media Access Key>
59 #togo_path=<path where movies will go or a section name>
61 # Per tivo options
62 # section named _tivo_TSN with the tsn in all caps
63 #[_tivo_00000DEADBEEF]
65 # If you want to use 16:9 or 4:3 on this tivo
66 #aspect169=true
68 #width=1440
69 #height=720
70 #audio_br=320K
71 #video_br=12Mi
72 #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
74 #[_tivo_HD]
75 # section for default video options applicable to all HD TiVos
76 # see pyTivo Settings for all available settings
78 #[_tivo_SD]
79 # section for default video options applicable to all SD TiVos
80 # see pyTivo Settings for all available settings
82 [MyMovies]
83 # Type can be 'video', 'music', or 'photo'
84 type=video
86 # Path is the full path to your files (No trailing slash needed)
87 # For windows: path=c:\videos
88 # For linux:   path=/media
89 path=/home/armooo/Videos
91 # You can have more than one share
92 #[MyTelevision]
93 #type=video
94 #path=d:\television