SimpleTube/README.md

33 lines
1.1 KiB
Markdown
Raw Normal View History

2024-01-30 14:39:06 -06:00
# Announcement
Simpletube will become a part of the Univerter organization. Currently, development will not be continued. If it does continue, it will be rewritten entirely at https://codeberg.org/Univerter/Simpletube
2023-10-26 08:34:45 -05:00
# SimpleTube
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*
2023-11-01 13:15:37 -05:00
- [ ] Add channel info
- [ ] 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 (Note: Searching of lives has been implemented before, but I want to implement it in the same update as actual stream support.)
- [ ] Add specific filter options
- [x] 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
## Channels
- [ ] Show Links
## Other
- [x] Add viewing of channels (Experimental)
- [ ] Make documentation
- [ ] Make links clickable by default