diff -r 3fbcd3d9b2d1 -r 15a191556cd6 gmyth-stream/server/0.3/gms.py --- a/gmyth-stream/server/0.3/gms.py Tue May 29 21:24:48 2007 +0100 +++ b/gmyth-stream/server/0.3/gms.py Fri Jun 01 11:50:11 2007 +0100 @@ -21,6 +21,9 @@ "\t%(message)s"), datefmt="%Y-%m-%d %H:%M:%S") +if not os.path.exists(".transcoded"): + os.mkdir(".transcoded") + pd = os.path.join("plugins", "transcoders") load_plugins_transcoders(pd) serve_forever()