diff --git a/oldlx/Trees/data/concat_vj_sessions.py b/oldlx/Trees/data/concat_vj_sessions.py old mode 100644 new mode 100755 index 5d81be64..f1595116 --- a/oldlx/Trees/data/concat_vj_sessions.py +++ b/oldlx/Trees/data/concat_vj_sessions.py @@ -3,6 +3,12 @@ import os import sys +### +### script to concat multiple playlists together +### also inserts a FINISH element at the end so the merged playlist loops +### Usage: Usage: ./concat_vj_sessions.py input1.json input2.json input2.json output.json + + if len(sys.argv) == 1: print 'Usage:', sys.argv[0], '... ' sys.exit(1)