From abd0a83eb0fecca87eec58c57eb1f8abcf50eed6 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sat, 11 Feb 2006 14:43:15 -0800 Subject: [PATCH] include the ts's... the D-link attempts to play them, but not very well.. [git-p4: depot-paths = "//depot/": change = 742] --- pymediaserv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pymediaserv b/pymediaserv index 86fe752..6c7d477 100755 --- a/pymediaserv +++ b/pymediaserv @@ -98,8 +98,8 @@ def addFSPath(parent, title, dpath): addFSPath(folder, fn, fpath) if not os.path.isfile(fpath): continue - if ext == '.ts': - continue + #if ext == '.ts': + # continue mt = medianode.contentTypes[ext] ty = mt.split('/')[0] if ty == 'video':