Word-wrap this. To Do: It's outdated and incomplete.
[pyTivo/krkeegan.git] / pyTivo.conf.dist
blobd9865ee3e35e09ea2a647f63e6e8268f30838ea9
1 # This is an example config file, showing all the options. You probably 
2 # won't need most of them. Your working config file will be named 
3 # "pyTivo.conf". '#' starts a comment.
5 [Server]
6 port=9032
8 # Full path to ffmpeg including filename
9 # For windows: ffmpeg=c:\Program Files\pyTivo\plugins\video\ffmpeg_mp2.exe
10 # For linux:   ffmpeg=/usr/bin/ffmpeg
11 #ffmpeg=c:\Program Files\pyTivo\plugins\video\ffmpeg_mp2.exe
12 ffmpeg=/usr/bin/ffmpeg
14 # This will make a large debug.txt file in your base directory.  It only 
15 # debugs transcode.py right now.
16 #debug=false
18 # Max video bitrate, default 17408k
19 # sets ffmpeg -maxrate setting to minimize bitrate peak playback issues.
20 # mpegs with video bitrate above this setting will also be transcoded.
21 #MAX_VIDEO_BR=17408k
23 # Audio bit-rate, default 192K
24 #audio_br=192K
26 # Video bit-rate, default 4096K
27 #video_br=12Mi
29 # Beacon broadcast address(es)
30 # The default is 255.255.255.255, but on some multihomed machines you 
31 # may need to specify the subnet broadcast address(es) of your Tivo 
32 # boxes. You can also specify "listen" to listen for direct connection 
33 # attempts on port 2190, for use with the "Manually add a server..." 
34 # function. (And if you set beacon to listen _only_, it turns off 
35 # broadcasts.)
36 #beacon=192.168.1.255 listen
38 # Output Pixel Width: if you have an HDTV you might want to try 720 or 704
39 # Valid: 720, 704, 544, 480, 352
40 #width=1440
41 #height=720
43 #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 -
45 # Per tivo options
46 # section named _tivo_TSN with the tsn in all caps
47 #[_tivo_00000DEADBEEF]
49 # If you want to use 16:9 or 4:3 on this tivo
50 #aspect169=true
52 #width=1440
53 #height=720
54 #audio_br=320K
55 #video_br=12Mi
57 #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 -
59 #audio_br=320K
60 #video_br=12Mi
62 [MyMovies]
63 # Type can be 'video', 'music', or 'photo'
64 type=video
66 # Path is the full path to your files (No trailing slash needed)
67 # For windows: path=c:\videos
68 # For linux:   path=/media
69 path=/home/armooo/Videos
71 # Make all subfolders in to top level shares
72 #auto_subshares=True
74 # You can have more than one share
75 #[MyTelevision]
76 #type=video
77 #path=d:\television