From 3051b240ac1699aa94166f7c2a9db5796b559ee7 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 22 Aug 2022 07:03:26 -0600 Subject: [PATCH] Stop using colons in filenames, because DOS --- src/dvd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dvd.py b/src/dvd.py index 4f6cbd3..e7df379 100644 --- a/src/dvd.py +++ b/src/dvd.py @@ -51,7 +51,7 @@ class Copier: title = lsdvd["provider_id"] if title == "$PACKAGE_STRING": 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) # Go through all the tracks, looking for the largest referenced sector.