From 96dc8e112e556f6fd3ad75a20d2f9c0721f84fcf Mon Sep 17 00:00:00 2001 From: KRKeegan <-NOSPAM-kevin@krkeegan.com> Date: Sun, 24 Feb 2008 23:41:31 -0800 Subject: [PATCH] Extra call to getMetadataFromTxt This call is already performed in the __metadata_basic function which is called at the start of this function. --- plugins/video/video.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/video/video.py b/plugins/video/video.py index 842b8e5..f2d7752 100644 --- a/plugins/video/video.py +++ b/plugins/video/video.py @@ -320,9 +320,6 @@ class Video(Plugin): metadata['time'] = now.isoformat() metadata['startTime'] = now.isoformat() metadata['stopTime'] = (now + duration_delta).isoformat() - - metadata.update( self.__getMetadataFromTxt(full_path) ) - metadata['size'] = self.__est_size(full_path, tsn) metadata['duration'] = duration -- 2.11.4.GIT