From f2322e4f76baded9dadd5975a847c7f7011cdfa2 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Thu, 3 Jan 2013 11:48:00 -0500 Subject: [PATCH] -disable liquidsoap playability test --- python_apps/media-monitor2/media/monitor/pure.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python_apps/media-monitor2/media/monitor/pure.py b/python_apps/media-monitor2/media/monitor/pure.py index b0e523e19..341329fd7 100644 --- a/python_apps/media-monitor2/media/monitor/pure.py +++ b/python_apps/media-monitor2/media/monitor/pure.py @@ -412,6 +412,8 @@ def owner_id(original_path): def file_playable(pathname): """ Returns True if 'pathname' is playable by liquidsoap. False otherwise. """ + + return True #remove all write permissions. This is due to stupid taglib library bug #where all files are opened in write mode. The only way around this is to #modify the file permissions