From 74c28414e952be211a0e38ca537897c4b1804da8 Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Wed, 24 May 2023 01:27:53 -0700 Subject: [PATCH] Added yt-fts to media server. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1674383..ceb6ece 100644 --- a/README.md +++ b/README.md @@ -2104,6 +2104,8 @@ Minio's test-server called "play" is already configured in the default client, y [TubeSync](https://github.com/meeb/tubesync) is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded. +[yt-fts](https://github.com/NotJoeMartinez/yt-fts) is a simple python script that uses yt-dlp to scrape all of a youtube channels subtitles and load them into an sqlite database that is searchable from the command line. It allows you to query a channel for specific key word or phrase and will generate time stamped youtube urls to the video containing the keyword. + [Tube Archivist](https://github.com/tubearchivist/tubearchivist) is a self hosted YouTube media server. [PeerTube](https://joinpeertube.org/) is an ActivityPub-federated video streaming platform using P2P directly in your web browser.