Merge branch 'master' of wmcbrine
[pyTivo.git] / pyTivo.conf.dist
blob9168ec3b5fb8f2ffc9dae5cd435b3dc5ae8f0f9d
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, defaults to 192K for S2, 384K for S3/HD
20 #audio_br=320K
22 # Video bit-rate, defaults to 4096K for S2, 8192K for S3/HD
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:
31 #   Width, defaults to 544 for S2, 1280 for S3/HD
32 #   Height, defaults to 480 for S2, 720 for S3/HD
33 #   Valid widths: [S3/HD = 1920, 1440, 1280], [S2/S3/HD = 720, 704, 544, 480, 352]
34 #   Valid heights: [S3/HD = 1080, 720], [S2/S3/HD = 480]
35 #width=1280
36 #height=720
37 #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 -
39 ##Per tivo options
40 # section named _tivo_TSN with the tsn in all caps
41 #[_tivo_00000DEADBEEF]
43 #If you want to use 16:9 or 4:3 on this tivo
44 #aspect169=true
45 #width=1440
46 #height=720
47 #audio_br=320K
48 #video_br=12Mi
49 #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 -
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