Maxbit fix
[pyTivo.git] / pyTivo.conf
blobc22384e0af41a2fa98f4de57be4c95ab828cdd9f
1 [Server]\r
2 port=9032\r
3 \r
4 \r
5 #Full path to ffmpeg including filename\r
6 #For windows: ffmpeg=c:\Program Files\pyTivo\plugins\video\ffmpeg_mp2.exe\r
7 #For linux:   ffmpeg=/usr/bin/ffmpeg\r
8 ffmpeg=c:\Program Files\pyTivo\plugins\video\ffmpeg_mp2.exe\r
9 #ffmpeg=/usr/bin/ffmpeg\r
11 #This will make a large debug.txt file in you base directory.  It only debugs\r
12 #transcode.py right now.\r
13 #debug=false\r
15 # Audio bit-rate, default 192K\r
16 #audio_br=192K\r
18 # Video bit-rate, default 4096K\r
19 #video_br=12Mi\r
21 #Beacon broadcast address(es)\r
22 #Typically use 255.255.255.255 but on some multihomed machines you may\r
23 #need to specify the subnet broadcast address(es) of your Tivo boxes\r
24 #beacon=255.255.255.255\r
26 #Output Pixel Width: if you have an HDTV you might want to try 720 or 704\r
27 #Valid: 720, 704, 544, 480, 352\r
28 #width=1440\r
29 #height=720\r
31 ##Per tivo options\r
32 # section named _tivo_TSN with the tsn in all caps\r
33 #[_tivo_2400000DEADBEEF]\r
35 #If you want to use 16:9 or 4:3 on this tivo\r
36 #aspect169=true\r
38 [MyMovies]\r
39 #Type can be either 'video' or 'music'\r
40 type=video\r
42 #Path is the full path to your files (No trailing slash needed)\r
43 #For windows: path=c:\videos\r
44 #For linux:   path=/media\r
45 path=/media/media/video\r
48 ##You can have more than one share\r
49 #[MyTelevision]\r
50 #type=video\r
51 #path=d:\television\r