From cebd68c4ecedf35ea1e2e62518cdb44d4c01b6dc Mon Sep 17 00:00:00 2001 From: Micah Date: Thu, 30 Mar 2023 22:23:04 -0700 Subject: [PATCH] Added Roadmap --- mkdocs/docs/roadmap.md | 41 +++++++++++++++++++++++++++++++++++++++++ mkdocs/mkdocs.yml | 1 + 2 files changed, 42 insertions(+) create mode 100644 mkdocs/docs/roadmap.md diff --git a/mkdocs/docs/roadmap.md b/mkdocs/docs/roadmap.md new file mode 100644 index 0000000..5d83489 --- /dev/null +++ b/mkdocs/docs/roadmap.md @@ -0,0 +1,41 @@ +### Roadmap +We have come far, nonetheless we are not short of ideas on how to improve and extend this project. Issues waiting for you to be tackled in no particular order: + +- [ ] User roles +- [ ] Podcast mode to serve channel as mp3 +- [ ] Implement [PyFilesystem](https://github.com/PyFilesystem/pyfilesystem2) for flexible video storage +- [ ] Implement [Apprise](https://github.com/caronc/apprise) for notifications ([#97](https://github.com/tubearchivist/tubearchivist/issues/97)) +- [ ] User created playlists, random and repeat controls ([#108](https://github.com/tubearchivist/tubearchivist/issues/108), [#220](https://github.com/tubearchivist/tubearchivist/issues/220)) +- [ ] Auto play or play next link ([#226](https://github.com/tubearchivist/tubearchivist/issues/226)) +- [ ] Multi language support +- [ ] Show total video downloaded vs total videos available in channel +- [ ] Add statistics of index +- [ ] Download speed schedule ([#198](https://github.com/tubearchivist/tubearchivist/issues/198)) +- [ ] Download or Ignore videos by keyword ([#163](https://github.com/tubearchivist/tubearchivist/issues/163)) +- [ ] Custom searchable notes to videos, channels, playlists ([#144](https://github.com/tubearchivist/tubearchivist/issues/144)) + +### Implemented + +- [X] Download video comments [2022-11-30] +- [X] Show similar videos on video page [2022-11-30] +- [X] Implement complete offline media file import from json file [2022-08-20] +- [X] Filter and query in search form, search by url query [2022-07-23] +- [X] Make items in grid row configurable to use more of the screen [2022-06-04] +- [X] Make items in grid row configurable to use more of the screen [2022-06-04] +- [X] Add passing browser cookies to yt-dlp [2022-05-08] +- [X] Add [SponsorBlock](https://sponsor.ajay.app/) integration [2022-04-16] +- [X] Implement per channel settings [2022-03-26] +- [X] Subtitle download & indexing [2022-02-13] +- [X] Fancy advanced unified search interface [2022-01-08] +- [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] +- [X] Access control [2021-11-01] +- [X] Delete videos and channel [2021-10-16] +- [X] Add thumbnail embed option [2021-10-16] +- [X] Create a github wiki for user documentation [2021-10-03] +- [X] Grid and list view for both channel and video list pages [2021-10-03] +- [X] Un-ignore videos [2021-10-03] +- [X] Dynamic download queue [2021-09-26] +- [X] Backup and restore [2021-09-22] +- [X] Scan your file system to index already downloaded videos [2021-09-14] \ No newline at end of file diff --git a/mkdocs/mkdocs.yml b/mkdocs/mkdocs.yml index 42a06bb..f3bb31e 100644 --- a/mkdocs/mkdocs.yml +++ b/mkdocs/mkdocs.yml @@ -11,6 +11,7 @@ nav: - 'Search': 'search.md' - 'Users': 'users.md' - 'Settings': 'settings.md' + - 'Roadmap': 'roadmap.md' - Installation: - 'Docker-Compose (default)': 'installation/docker.md' - 'Unraid': 'installation/unraid.md'