diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f0d6d..eb4d58f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.11.0 + +## Features + - Add the configuration of Original date of Record for Youtube and Peertube (see #50) + ## v0.10.3 ### Fix diff --git a/README.md b/README.md index 02269d0..41e7585 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,11 @@ Options: DATE should be in the future --peertubeAt=DATE --youtubeAt=DATE Override publishAt for the corresponding platform. Allow to create preview on specific platform + --originalDate=DATE Configure the video as initially recorded at DATE + DATE should be on the form YYYY-MM-DDThh:mm:ss eg: 2018-03-12T19:00:00 + DATE should be in the past + Default use the last modification date of the file. + --no-originalDate Do not set the initial record field when uploading --thumbnail=STRING Path to a file to use as a thumbnail for the video. Supported types are jpg and jpeg. By default, prismedia search for an image based on video name followed by .jpg or .jpeg