Now sending good datetimes, title fixed on display
[pyTivo.git] / pyTivo.conf.dist
blobf670bd1071c53e3a215570963b9e698c0da4616e
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
30 ffmpeg_prams=-vcodec mpeg2video -r 29.97 -b %(video_br)s -maxrate %(max_video_br)s -bufsize %(buff_size)s %(aspect_ratio)s -comment pyTivo.py -ac 2 -ab %(audio_br)s -ar 44100 -f vob -\r
32 ##Per tivo options\r
33 # section named _tivo_TSN with the tsn in all caps\r
34 [_tivo_00000DEADBEEF]\r
36 #If you want to use 16:9 or 4:3 on this tivo\r
37 #aspect169=true\r
38 #width=1440\r
39 #height=720\r
40 #audio_br=320K\r
41 #video_br=12Mi\r
42 #ffmpeg_prams=-i %(in_file)s -vcodec mpeg2video -r 29.97 -b %(video_br)s -maxrate %(max_video_br)s -bufsize %(buff_size)s %(aspect_ratio)s -comment pyTivo.py -ac 2 -ab %(audio_br)s -ar 44100 -f vob -\r
44 #audio_br=320K\r
45 #video_br=12Mi\r
47 [MyMovies]\r
48 #Type can be either 'video' or 'music'\r
49 type=video\r
51 #Path is the full path to your files (No trailing slash needed)\r
52 #For windows: path=c:\videos\r
53 #For linux:   path=/media\r
54 path=/home/armooo/Videos\r
56 #Make all subfolders in to top level shares\r
57 #auto_subshares= True\r
61 ##You can have more than one share\r
62 #[MyTelevision]\r
63 #type=video\r
64 #path=d:\television\r