From 8f80cf2d22768623f13b0cb84486cd1b2ac0434a Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 17 Dec 2021 18:29:25 +0700 Subject: [PATCH] update roadmap --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cc9da3f..088a468 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,9 @@ This should be considered as a **minimal viable product**, there is an extensive - [ ] Implement [PyFilesystem](https://github.com/PyFilesystem/pyfilesystem2) for flexible video storage - [ ] Implement [Apprise](https://github.com/caronc/apprise) for notifications - [ ] Subtitle download & indexing +- [ ] User created playlists +- [ ] Auto play or play next link +- [ ] SSO / LDAP support - [X] Auto rescan and auto download on a schedule [2021-12-17] - [X] Optional automatic deletion of watched items after a specified time [2021-12-17] - [X] Create playlists [2021-11-27]