Browse Source

Add help for option originalDate and changelog about the feature

pull/51/head
LecygneNoir 3 years ago
parent
commit
4b7c01a707
2 changed files with 10 additions and 0 deletions
  1. +5
    -0
      CHANGELOG.md
  2. +5
    -0
      README.md

+ 5
- 0
CHANGELOG.md View File

@ -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

+ 5
- 0
README.md View File

@ -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

Loading…
Cancel
Save