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