Changeset 0078c186e5f29e86e85d55b85f76affe71d7b4b7
- Timestamp:
- 03/11/07 23:56:42
(2 years ago)
- Author:
- Jason Michalski <armooo@armooo.net>
- git-committer:
- Jason Michalski <armooo@armooo.net> 1173675402 +0000
- git-parent:
[cafe66923b3a914b0b02ce9652bc62a4ac8a3be7]
- git-author:
- Jason Michalski <armooo@armooo.net> 1173675402 +0000
- Message:
pyTivo
- Remove extra print
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rcafe669 |
r0078c18 |
|
| 125 | 125 | |
|---|
| 126 | 126 | def video_info(inFile): |
|---|
| 127 | | print inFile |
|---|
| 128 | 127 | if inFile in info_cache: |
|---|
| 129 | 128 | return info_cache[inFile] |
|---|
| r2e4cb91 |
r0078c18 |
|
| 4 | 4 | #For windows: ffmpeg=c:\Program Files\pyTivo\plugins\video\ffmpeg_mp2.exe |
|---|
| 5 | 5 | #For linux: ffmpeg=/usr/bin/ffmpeg |
|---|
| 6 | | ffmpeg= |
|---|
| | 6 | ffmpeg=C:\Documents and Settings\Armooo\Desktop\pyTivoSrc\plugins\video\ffmpeg_mp2.exe |
|---|
| 7 | 7 | |
|---|
| 8 | | [<Name of Share>] |
|---|
| | 8 | [VIdeo--] |
|---|
| 9 | 9 | type=video |
|---|
| 10 | 10 | ##Full path to your files (No trailing slash needed) |
|---|
| 11 | 11 | #For windows: path=c:\videos |
|---|
| 12 | 12 | #For linux: path=/media |
|---|
| 13 | | path= |
|---|
| | 13 | path=d:\video |
|---|
| 14 | 14 | |
|---|
| 15 | 15 | ##You can have more than one share |
|---|