diff --git a/light9/vidref/replay.py b/light9/vidref/replay.py --- a/light9/vidref/replay.py +++ b/light9/vidref/replay.py @@ -56,7 +56,7 @@ class ReplayViews(object): d = songDir(song) try: - takes = sorted(os.listdir(d)) + takes = sorted(t for t in os.listdir(d) if t.isdigit()) except OSError: return