X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=blobdiff_plain;f=supported%2FBasicSupport.java;h=bcfcca1bdbb16cfd3bd8849e8fdb2bfb55a22de0;hp=56a3bb80cb6d51fe40a9c4d830e12cb275102d76;hb=258e065f81071a861711ef935dca3ec5563f4360;hpb=8831d290121e3a77f535ce06d61968a26ccf172a diff --git a/supported/BasicSupport.java b/supported/BasicSupport.java index 56a3bb8..bcfcca1 100644 --- a/supported/BasicSupport.java +++ b/supported/BasicSupport.java @@ -272,7 +272,12 @@ public abstract class BasicSupport { pg.setProgress(30); Story story = new Story(); + MetaData meta = getMeta(); + meta.setType(getType().toString()); + meta.setSource(getType().getSourceName()); + meta.setPublisher(getType().getSourceName()); + if (meta.getCreationDate() == null || meta.getCreationDate().trim().isEmpty()) { meta.setCreationDate(bsHelper