]> code.delx.au - notipod/blobdiff - syncitunes.py
It works! :)
[notipod] / syncitunes.py
index 16c64bfb6c136e4855e65ce022d6f92393d6c6a6..1de4faea89bc101d8e10b31e5c79631c558361f5 100755 (executable)
@@ -24,7 +24,7 @@ def parse_options():
        parser.add_option("--itunes-library",
                action="store", dest="itunes_library", default=None)
        parser.add_option("--path-prefix",
-               action="store", dest="path_prefix", default="E:")
+               action="store", dest="path_prefix", default="E:\\")
 
        opts, args = parser.parse_args(sys.argv[1:])
        if len(args) < 2: