diff -r 3fbcd3d9b2d1 -r a4529d0f8ede 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 Thu Jul 05 13:43:24 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()