-pyTivo
[pyTivo/krkeegan.git] / pyTivo.conf
blobc793161166a88d7e3ca467cda6deaddc62f4ca76
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:\Documents and Settings\Armooo\Desktop\pyTivoSrc\plugins\video\ffmpeg_mp2.exe\r
9 \r
10 #This will make a large debug.txt file in you base directory.  It only debugs\r
11 #transcode.py right now.\r
12 debug=true\r
14 # Audio bit-rate, default 192K\r
15 #audio_br=192K\r
17 # Video bit-rate, default 4096K\r
18 #video_br=3Mi\r
20 #Beacon broadcast address(es)\r
21 #Typically use 255.255.255.255 but on some multihomed machines you may\r
22 #need to specify the subnet broadcast address(es) of your Tivo boxes\r
23 #beacon=255.255.255.255\r
25 #Output Pixel Width: if you have an HDTV you might want to try 720 or 704\r
26 #Valid: 720, 704, 544, 480, 352\r
27 #width=704\r
28 width=544\r
30 ##Per tivo options\r
31 # section named _tivo_TSN with the tsn in all caps\r
32 #[_tivo_2400000DEADBEEF]\r
34 #If you want to use 16:9 or 4:3 on this tivo\r
35 #aspect169=true\r
37 [MyMovies]\r
38 #Type can be either 'video' or 'music'\r
39 type=video\r
41 #Path is the full path to your files (No trailing slash needed)\r
42 #For windows: path=c:\videos\r
43 #For linux:   path=/media\r
44 path=d:\video\r
47 ##You can have more than one share\r
48 #[MyTelevision]\r
49 #type=video\r
50 #path=d:\television\r
51  \r