Stop using colons in filenames, because DOS
This commit is contained in:
parent
bbbc0d0b78
commit
3051b240ac
|
@ -51,7 +51,7 @@ class Copier:
|
||||||
title = lsdvd["provider_id"]
|
title = lsdvd["provider_id"]
|
||||||
if title == "$PACKAGE_STRING":
|
if title == "$PACKAGE_STRING":
|
||||||
title = "DVD"
|
title = "DVD"
|
||||||
now = time.strftime("%Y-%m-%dT%H:%M:%S")
|
now = time.strftime("%Y-%m-%dT%H_%M_%S")
|
||||||
title = "%s %s" % (title, now)
|
title = "%s %s" % (title, now)
|
||||||
|
|
||||||
# Go through all the tracks, looking for the largest referenced sector.
|
# Go through all the tracks, looking for the largest referenced sector.
|
||||||
|
|
Loading…
Reference in New Issue