Add an overview section to the README

This commit is contained in:
purple_emily
2024-02-02 15:04:00 +00:00
parent 57f4757541
commit 2ddd30f621

View File

@@ -1,8 +1,16 @@
# Torrentio
# Selfhostio
- [torrentio-addon](addon) - the Stremio addon which will query scraped entries and return Stremio stream results.
A self-hosted Stremio addon for streaming torrents via a debrid service.
## Overview
Stremio is a media player. On it's own it will not allow you to watch anything. This addon at it's core does the following:
1. It will search the internet and collect information about movies and tv show torrents, then store it in a database.
2. It will then allow you to click on the movie or tv show you desire in Stremio and play it with no further effort.
## Using
## Self-hosted quickstart
```
docker-compose up -d
```