Changeset 74353a4df71b11abdd8df9b77c25baf742a51aaa
- Timestamp:
- 12/30/07 23:35:41
(1 year ago)
- Author:
- Jason Michalski <armooo@armooo.net>
- git-committer:
- Jason Michalski <armooo@armooo.net> 1199079341 -0600
- git-parent:
[5f5126e1b154eaa5004f7a7ea76e687f01aac82f]
- git-author:
- William McBrine <wmcbrine@gmail.com> 1199054546 -0500
- Message:
Show "photo" option; spelling.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rce39296 |
r74353a4 |
|
| 1 | 1 | [Server] |
|---|
| 2 | 2 | port=9032 |
|---|
| 3 | | |
|---|
| 4 | 3 | |
|---|
| 5 | 4 | #Full path to ffmpeg including filename |
|---|
| … | … | |
| 9 | 8 | ffmpeg=/usr/bin/ffmpeg |
|---|
| 10 | 9 | |
|---|
| 11 | | #This will make a large debug.txt file in you base directory. It only debugs |
|---|
| 12 | | #transcode.py right now. |
|---|
| | 10 | #This will make a large debug.txt file in your base directory. It only |
|---|
| | 11 | #debugs transcode.py right now. |
|---|
| 13 | 12 | #debug=false |
|---|
| 14 | 13 | |
|---|
| … | … | |
| 20 | 19 | |
|---|
| 21 | 20 | #Beacon broadcast address(es) |
|---|
| 22 | | #Typically use 255.255.255.255 but on some multihomed machines you may |
|---|
| | 21 | #Typically use 255.255.255.255, but on some multihomed machines you may |
|---|
| 23 | 22 | #need to specify the subnet broadcast address(es) of your Tivo boxes |
|---|
| 24 | 23 | #beacon=255.255.255.255 |
|---|
| … | … | |
| 46 | 45 | |
|---|
| 47 | 46 | [MyMovies] |
|---|
| 48 | | #Type can be either 'video' or 'music' |
|---|
| | 47 | #Type can be 'video', 'music', or 'photo' |
|---|
| 49 | 48 | type=video |
|---|
| 50 | 49 | |
|---|
| … | … | |
| 57 | 56 | #auto_subshares= True |
|---|
| 58 | 57 | |
|---|
| 59 | | |
|---|
| 60 | | |
|---|
| 61 | 58 | ##You can have more than one share |
|---|
| 62 | 59 | #[MyTelevision] |
|---|