From d2129512aef3351a339c0562fdd8824bbbfec40c Mon Sep 17 00:00:00 2001 From: Violet <110205356+Violets-puragtory@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:57:51 -0500 Subject: [PATCH] Add todo list! Added a new section to the Readme.MD that lists all current plans I have for the project. This will be updated over time to reflect if I eventually have any new goals for simpletube. --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 542d104..e92d95f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,26 @@ # SimpleTube -A basic youtube frontend that hopes to emulate the feel of youtube without all the junk that comes with. +Simpletube is a NodeJS youtube client without ads or client-sided javascript. + +# To-Do +## Player Goals +- [x] Make a basic video player +- [x] Make it *stylish* +- [ ] Add captions +- [ ] Show channel on watch page +- [ ] Add live support +- [ ] Add playlist support +## Search Goals +- [x] Add searching of videos +- [x] Add searching of channels +- [ ] Add searching of playlists +- [ ] Add searching of lives +- [ ] Add specific filter options +- [ ] Add a screen for when a search fails +- [ ] Add mutiple search result pages +## Caching +- [x] "Cache" videos +- [ ] Add cache options +- [ ] Add options for sized based caching +## Other +- [x] Add viewing of channels (Experimental) +- [ ] Make documentation