Merge pull request #239 from mikeroyal/mikeroyal-patch-171

Added yt-fts to media server.
This commit is contained in:
Michael Royal 2023-05-29 00:25:36 -07:00 committed by GitHub
commit 070400081f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.