Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(stremio): add addon result explanations #54

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions docs/stremio/addons/comet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,34 @@ To get started, head over to the [configuration page](https://comet.elfhosted.co

Then either click `Install` to open Stremio with a prompt to install the addon or click `Copy Link` to copy the addon URL to paste into Stremio manually.

<h3>Result Example</h3>

Now, I will explain the results that you see from Comet in Stremio.

![Comet Result Example](/img/stremio/comet_result.png)

<h4>Debrid status</h4>

You will only see this if you have configured a debrid provider.

:::note
I will use RD here, but it can be any debrid provider you have chosen. e.g. DL, PM, etc.
:::

Comet only returns cached results by default. All links are safe to play as you would be streaming from your debrid provider's servers.
Sometimes, this information may be innacurate. However, it will simply play a video saying the link is not cached. You will not be torrenting.

<h4>Resolution Tags</h4>

Underneath the debrid status, you will see the resolution of the video.
In the example, it is 2160p (4K).

<h4>Quality Tags</h4>

Underneath the filename, you will see the quality tags of the video next to this:

💿 - It will tell you if the file is a BluRay REMUX, DV, HDR etc.

:floppy_disk: - The size of the video file

🔎 - Shows the indexer the torrent was found through
39 changes: 38 additions & 1 deletion docs/stremio/addons/torrentio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,41 @@ Torrentio has a lot of options to customise your experience. I will go through e

Now we are done configuring Torrentio.
The next step is to click `Install`.
Doing so should automatically open Stremio prompting you to install once again.
Doing so should automatically open Stremio prompting you to install once again.

<h3>Result Example</h3>

Now, I will explain the results that you see from Torrentio in Stremio.

![Torrentio Result Example](/img/stremio/torrentio_result.png)

<h4>Debrid status</h4>

You will only see this if you have configured a debrid provider.
:::note
I will use RD here, but it can be any debrid provider you have chosen. e.g. DL, PM, etc.
:::

In this example, you can see `[RD+]` in front of the title. This means that the torrent was found on a Real Debrid server and you can stream it without any issues.

If you see `[RD Download]` in front of the title, this means that the torrent was found but not downloaded to the Debrid's servers.
By clicking on this link, you can send a request to your Debrid provider to start downloading that torrent. Once it is downloaded, Torrentio will show `[RD+]` in front of the title.

<h4>Quality Tags</h4>

Underneath the debrid status, you can see the quality of the video. In this case, it is a 4K link with DV (Dolby Vision) and HDR.
It could also be 1080p, 720p, SCR, CAM, Unknown, etc.

<h4>Torrent Info</h4>

:bust_in_silhouette: - The number of seeders this torrent has.
If you are using a debrid service, this number is irrelevant to you, unless it is a Debrid Download, in which case, the higher the number, the faster the download.

:floppy_disk: - The size of the video file

:gear: - The indexer that the torrent was found on.

<h4>Language Tags</h4>

Underneath the torrent info, you can see the language tags. In this case, it has a lot.
It will show the languages that are available in the video.
Binary file added static/img/stremio/comet_result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/stremio/torrentio_result.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.