Changeset 2893f4841d25bf2d31cd1cb8723be76a49fe6ab5
- Timestamp:
- 12/30/07 16:42:26
(1 year ago)
- Author:
- William McBrine <wmcbrine@gmail.com>
- git-committer:
- William McBrine <wmcbrine@gmail.com> 1199054546 -0500
- git-parent:
[4be4a0e55f8d90b3b0bd35fd6c139f95e9005981]
- git-author:
- William McBrine <wmcbrine@gmail.com> 1199054546 -0500
- Message:
Show "photo" option; spelling.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1380e23 |
r2893f48 |
|
| 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] |
|---|