From b4691bba1e3827ca4d6731da65c545876da5fce8 Mon Sep 17 00:00:00 2001 From: LecygneNoir Date: Sun, 7 Oct 2018 21:26:21 +0200 Subject: [PATCH] Correct typo in readme for playlist feature --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14cda0b..8c2b3d9 100644 --- a/README.md +++ b/README.md @@ -157,9 +157,8 @@ Languages: - [x] set default language - [x] thumbnail/preview - [x] 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] Peertube - - [ ] Youtube + - [x] add videos to playlist for Peertube + - [ ] add videos to playlist for Youtube - [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/))