Removed unneeded HDtivosonly setting
[pyTivo.git] / pyTivo.conf.dist
blob42134a98ede96a687d94e02870689779c521f996
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 #  Max video bitrate, default 17408k
15 #    sets ffmpeg -maxrate setting to minimize bitrate peak playback issues.
16 #    mpegs with video bitrate above this setting will also be transcoded.
17 #MAX_VIDEO_BR=17408k
19 # Audio bit-rate, default 192K
20 #audio_br=192K
22 # Video bit-rate, default 4096K
23 #video_br=12Mi
25 #Beacon broadcast address(es)
26 #Typically use 255.255.255.255, but on some multihomed machines you may
27 #need to specify the subnet broadcast address(es) of your Tivo boxes
28 #beacon=255.255.255.255
30 #Output Pixel Width: if you have an HDTV you might want to try 720 or 704
31 #Valid: 720, 704, 544, 480, 352
32 #width=1440
33 #height=720
34 #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 %(audio_codec)s -ab %(audio_br)s -f vob -
36 ##Per tivo options
37 # section named _tivo_TSN with the tsn in all caps
38 #[_tivo_00000DEADBEEF]
40 #If you want to use 16:9 or 4:3 on this tivo
41 #aspect169=true
42 #width=1440
43 #height=720
44 #audio_br=320K
45 #video_br=12Mi
46 #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 %(audio_codec)s -ab %(audio_br)s -f vob -
48 #audio_br=320K
49 #video_br=12Mi
51 [MyMovies]
52 #Type can be 'video', 'music', or 'photo'
53 type=video
55 #Path is the full path to your files (No trailing slash needed)
56 #For windows: path=c:\videos
57 #For linux:   path=/media
58 path=/home/armooo/Videos
60 #Make all subfolders in to top level shares
61 #auto_subshares= True
63 ##You can have more than one share
64 #[MyTelevision]
65 #type=video
66 #path=d:\television