From 7dd84e1f8d39e513f1c9b5b20ce364d55aa895c8 Mon Sep 17 00:00:00 2001 From: LecygneNoir Date: Tue, 8 May 2018 15:29:36 +0200 Subject: [PATCH] add some more features to roadmap \o/ --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecfc62d..fd7ec79 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,9 @@ Languages: - [x] enabling/disabling comment (Peertube only as Youtube API does not support it) - [x] nsfw (Peertube only as Youtube API does not support it) - [x] set default language - - ~~thumbnail/preview~~ Canceled, waiting for Youtube's API support + - [ ] thumbnail/preview (YT workflow: upload video, upload thumbnail, add thumbnail to video) + - [ ] multiple lines description (see [issue 4](https://git.lecygnenoir.info/LecygneNoir/prismedia/issues/4)) + - [ ] add videos to playlist (YT & PT workflow: upload video, find playlist id, add video to playlist) - [x] Use a config file (NFO) file to retrieve videos arguments - [x] Allow to choose peertube or youtube upload (to resume failed upload for example) - [x] Add publishAt option to plan your videos (need the [atd](https://linux.die.net/man/8/atd) daemon, [curl](https://linux.die.net/man/1/curl) and [jq](https://stedolan.github.io/jq/))