Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-08-25 05:05:33 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-08-25 17:30:13 (GMT)
commitf160fc9f40de0dd4b364a611631e2ade0c3627e4 (patch)
tree9df0a0d4e73629cdfb956cb2850923fa456db379
parent990a3cda8b913e84f6ddd20980d21beb0322c8be (diff)
Temporaly disable the tag readervmeta-test
Have a bad interaction with big video files. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
-rw-r--r--jukeboxactivity.py4
1 files changed, 2 insertions, 2 deletions
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