From 0078c186e5f29e86e85d55b85f76affe71d7b4b7 Mon Sep 17 00:00:00 2001 From: Jason Michalski Date: Mon, 12 Mar 2007 04:56:42 +0000 Subject: [PATCH] pyTivo - Remove extra print --- plugins/video/transcode.py | 1 - pyTivo.conf | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/plugins/video/transcode.py b/plugins/video/transcode.py index 5233c92..6e48fc7 100644 --- a/plugins/video/transcode.py +++ b/plugins/video/transcode.py @@ -124,7 +124,6 @@ def tivo_compatable(inFile): return False def video_info(inFile): - print inFile if inFile in info_cache: return info_cache[inFile] diff --git a/pyTivo.conf b/pyTivo.conf index fafb0d6..21493b1 100644 --- a/pyTivo.conf +++ b/pyTivo.conf @@ -3,14 +3,14 @@ port=9032 #Full path to ffmpeg including filename #For windows: ffmpeg=c:\Program Files\pyTivo\plugins\video\ffmpeg_mp2.exe #For linux: ffmpeg=/usr/bin/ffmpeg -ffmpeg= +ffmpeg=C:\Documents and Settings\Armooo\Desktop\pyTivoSrc\plugins\video\ffmpeg_mp2.exe -[] +[VIdeo--] type=video ##Full path to your files (No trailing slash needed) #For windows: path=c:\videos #For linux: path=/media -path= +path=d:\video ##You can have more than one share #[] -- 2.11.4.GIT