Spelling
[pyTivo.git] / pyTivo.conf.dist
blob479adc6a59de3c76314596075e64b8cf3d485df4
1 [Server]
2 port=9032
4 #Full path to ffmpeg including filename
5 #For windows: ffmpeg=c:\Program Files\pyTivo\plugins\video\ffmpeg_mp2.exe
6 #For linux:   ffmpeg=/usr/bin/ffmpeg
7 #ffmpeg=c:\Program Files\pyTivo\plugins\video\ffmpeg_mp2.exe
8 ffmpeg=/usr/bin/ffmpeg
10 #This will make a large debug.txt file in your base directory.  It only 
11 #debugs transcode.py right now.
12 #debug=false
14 # Audio bit-rate, default 192K
15 #audio_br=192K
17 # Video bit-rate, default 4096K
18 #video_br=12Mi
20 #Beacon broadcast address(es)
21 #Typically use 255.255.255.255, but on some multihomed machines you may
22 #need to specify the subnet broadcast address(es) of your Tivo boxes
23 #beacon=255.255.255.255
25 #Output Pixel Width: if you have an HDTV you might want to try 720 or 704
26 #Valid: 720, 704, 544, 480, 352
27 #width=1440
28 #height=720
29 #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 -
31 ##Per tivo options
32 # section named _tivo_TSN with the tsn in all caps
33 #[_tivo_00000DEADBEEF]
35 #If you want to use 16:9 or 4:3 on this tivo
36 #aspect169=true
37 #width=1440
38 #height=720
39 #audio_br=320K
40 #video_br=12Mi
41 #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 -
43 #audio_br=320K
44 #video_br=12Mi
46 [MyMovies]
47 #Type can be 'video', 'music', or 'photo'
48 type=video
50 #Path is the full path to your files (No trailing slash needed)
51 #For windows: path=c:\videos
52 #For linux:   path=/media
53 path=/home/armooo/Videos
55 #Make all subfolders in to top level shares
56 #auto_subshares= True
58 ##You can have more than one share
59 #[MyTelevision]
60 #type=video
61 #path=d:\television