From f160fc9f40de0dd4b364a611631e2ade0c3627e4 Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Sat, 25 Aug 2012 05:05:33 +0000 Subject: Temporaly disable the tag reader Have a bad interaction with big video files. Signed-off-by: Gonzalo Odiard --- diff --git a/jukeboxactivity.py b/jukeboxactivity.py index e29f446..2f6db34 100644 --- a/jukeboxactivity.py +++ b/jukeboxactivity.py @@ -498,8 +498,8 @@ class JukeboxActivity(activity.Activity): except: error = True # jobject.destroy() ?? - if not error: - self.tag_reader.set_file(url, len(self.playlist) - 1) + #if not error: + # self.tag_reader.set_file(url, len(self.playlist) - 1) if not self.player: # lazy init the player so that videowidget is realized -- cgit v0.9.1