gmyth-stream/server/0.3/gms.py
branchtrunk
changeset 749 fb471f7af20b
parent 718 3fbcd3d9b2d1
child 800 2b1824e138b1
     1.1 --- a/gmyth-stream/server/0.3/gms.py	Tue May 29 21:24:48 2007 +0100
     1.2 +++ b/gmyth-stream/server/0.3/gms.py	Wed Jun 13 18:18:42 2007 +0100
     1.3 @@ -21,6 +21,9 @@
     1.4                          "\t%(message)s"),
     1.5                  datefmt="%Y-%m-%d %H:%M:%S")
     1.6  
     1.7 +if not os.path.exists(".transcoded"):
     1.8 +    os.mkdir(".transcoded")
     1.9 +
    1.10  pd = os.path.join("plugins", "transcoders")
    1.11  load_plugins_transcoders(pd)
    1.12  serve_forever()