From 39a6fbea74c38270e83421e7348a4b85259e0cc4 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 5 Apr 2022 22:56:47 +0700 Subject: [PATCH] add links to roadmap issues --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 91dd601a..9d4b2595 100644 --- a/README.md +++ b/README.md @@ -148,20 +148,20 @@ We have come far, nonetheless we are not short of ideas on how to improve and ex - [ ] 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) +- [ ] Implement [Apprise](https://github.com/caronc/apprise) for notifications ([#97](https://github.com/bbilly1/tubearchivist/issues/97)) - [ ] Add [SponsorBlock](https://sponsor.ajay.app/) integration -- [ ] Add passing browser cookies to yt-dlp (#199) -- [ ] User created playlists (#108) +- [ ] Add passing browser cookies to yt-dlp ([#199](https://github.com/bbilly1/tubearchivist/issues/199)) +- [ ] User created playlists ([#108](https://github.com/bbilly1/tubearchivist/issues/108)) - [ ] Auto play or play next link - [ ] Show similar videos on video page - [ ] Multi language support - [ ] Show total video downloaded vs total videos available in channel - [ ] Make items in grid row configurable to use more of the screen - [ ] Add statistics of index -- [ ] Implement complete offline media file import from json file (#138) -- [ ] Filter and query in search form, search by url query (#134, #139) -- [ ] Auto ignore videos by keyword (#163) -- [ ] Custom searchable notes to videos, channels, playlists (#144) +- [ ] Implement complete offline media file import from json file ([#138](https://github.com/bbilly1/tubearchivist/issues/138)) +- [ ] Filter and query in search form, search by url query ([#134](https://github.com/bbilly1/tubearchivist/issues/134), [#139](https://github.com/bbilly1/tubearchivist/issues/139)) +- [ ] Auto ignore videos by keyword ([#163](https://github.com/bbilly1/tubearchivist/issues/163)) +- [ ] Custom searchable notes to videos, channels, playlists ([#144](https://github.com/bbilly1/tubearchivist/issues/144)) Implemented: - [X] Implement per channel settings [2022-03-26]