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