mirror of
https://git.lecygnenoir.info/LecygneNoir/prismedia.git
synced 2025-10-03 09:29:16 +02:00
Add help for option originalDate and changelog about the feature
This commit is contained in:
parent
dc98f2e155
commit
4b7c01a707
2 changed files with 10 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.11.0
|
||||||
|
|
||||||
|
## Features
|
||||||
|
- Add the configuration of Original date of Record for Youtube and Peertube (see #50)
|
||||||
|
|
||||||
## v0.10.3
|
## v0.10.3
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
@ -145,6 +145,11 @@ Options:
|
||||||
DATE should be in the future
|
DATE should be in the future
|
||||||
--peertubeAt=DATE
|
--peertubeAt=DATE
|
||||||
--youtubeAt=DATE Override publishAt for the corresponding platform. Allow to create preview on specific platform
|
--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.
|
--thumbnail=STRING Path to a file to use as a thumbnail for the video.
|
||||||
Supported types are jpg and jpeg.
|
Supported types are jpg and jpeg.
|
||||||
By default, prismedia search for an image based on video name followed by .jpg or .jpeg
|
By default, prismedia search for an image based on video name followed by .jpg or .jpeg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue