shortened module name written to debug.txt
[pyTivo.git] / pyTivo.conf.dist
blob3a56604b8dd246647f08fa4f26899e9f016ede41
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, defaults to 192K for S2, 384K for S3/HD
24 #audio_br=320K
26 # Video bit-rate, defaults to 4096K for S2, 8192K for S3/HD
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:
39 # Width, defaults to 544 for S2, 1280 for S3/HD
40 # Height, defaults to 480 for S2, 720 for S3/HD
41 # Valid widths: [S3/HD = 1920, 1440, 1280], [S2/S3/HD = 720, 704, 544, 480, 352]
42 # Valid heights: [S3/HD = 1080, 720], [S2/S3/HD = 480]
43 #width=1280
44 #height=720
45 #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 -ab %(audio_br)s %(audio_fr)s %(audio_codec)s -f vob -
47 # Per tivo options
48 # section named _tivo_TSN with the tsn in all caps
49 #[_tivo_00000DEADBEEF]
51 # If you want to use 16:9 or 4:3 on this tivo
52 #aspect169=true
54 #width=1440
55 #height=720
56 #audio_br=320K
57 #video_br=12Mi
58 #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 -ab %(audio_br)s %(audio_fr)s %(audio_codec)s -f vob -
60 [MyMovies]
61 # Type can be 'video', 'music', or 'photo'
62 type=video
64 # Path is the full path to your files (No trailing slash needed)
65 # For windows: path=c:\videos
66 # For linux:   path=/media
67 path=/home/armooo/Videos
69 # Make all subfolders in to top level shares
70 #auto_subshares=True
72 # You can have more than one share
73 #[MyTelevision]
74 #type=video
75 #path=d:\television