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
10 #This will make a large debug.txt file in your base directory. It only
11 #debugs transcode.py right now.
14 # Audio bit-rate, default 192K
17 # Video bit-rate, default 4096K
20 #Beacon broadcast address(es)
21 #Typically use 255.255.255.255, but on some multihomed machines you may
22 #need to specify the subnet broadcast address(es) of your Tivo boxes
23 #beacon=255.255.255.255
25 #Output Pixel Width: if you have an HDTV you might want to try 720 or 704
26 #Valid: 720, 704, 544, 480, 352
29 #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 # section named _tivo_TSN with the tsn in all caps
33 #[_tivo_00000DEADBEEF]
35 #If you want to use 16:9 or 4:3 on this tivo
41 #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 -
47 #Type can be 'video', 'music', or 'photo'
50 #Path is the full path to your files (No trailing slash needed)
51 #For windows: path=c:\videos
52 #For linux: path=/media
53 path=/home/armooo/Videos
55 #Make all subfolders in to top level shares
58 ##You can have more than one share