plugins/mod_scansion_record.lua
changeset 9356 02ae04efab0f
parent 9355 0fdb70ad9fcc
child 9357 b042aa047d80
--- a/plugins/mod_scansion_record.lua	Sat Sep 22 14:00:11 2018 +0200
+++ b/plugins/mod_scansion_record.lua	Sat Sep 22 14:05:59 2018 +0200
@@ -6,7 +6,7 @@
 
 local id = require "util.id";
 
-local record_file = require "util.datamanager".getpath(id.medium(), module.host, os.date("%Y-%m-%d"), "scs", true);
+local record_file = require "util.datamanager".getpath(id.medium():lower(), module.host, os.date("%Y%b%d"):lower(), "scs", true);
 
 local fh = io.open(record_file, "w");