Skip to content

Commit

Permalink
feat(stremio): add official stremio seasonal addons to addon list
Browse files Browse the repository at this point in the history
  • Loading branch information
Viren070 committed Dec 15, 2024
1 parent c5ae55d commit 69ec736
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/stremio/addons/christmas-movies.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Christmas Movies
description: An official Stremio catalogue providing movies fit for Christmas.
keywords: [stremio, addons, addon, official, christmas, install, link]
tags: [stremio-addon, stremio-addon:catalogues, stremio-addon:official]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="christmas-movies" manifest="https://cinemeta-catalogs.strem.io/christmaspopular/manifest.json"/>
```

<h3>Description</h3>

This is an official Stremio catalogue providing movies fit for Christmas. It appears in a pop-up during Christmas.
15 changes: 15 additions & 0 deletions docs/stremio/addons/halloween-popular.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Halloween Movies
description: An official Stremio catalogue providing movies fit for Halloween.
keywords: [stremio, addons, addon, official, halloween, install, link]
tags: [stremio-addon, stremio-addon:catalogues, stremio-addon:official]
---
```mdx-code-block
import StremioAddonButtons from '@site/src/components/StremioAddonButtons';
<StremioAddonButtons id="halloween-movies" manifest="https://cinemeta-catalogs.strem.io/halloweenpopular/manifest.json"/>
```

<h3>Description</h3>

This is an official Stremio catalogue providing movies fit for Halloween. It appears in a pop-up during Halloween.
3 changes: 3 additions & 0 deletions docs/tags.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
stremio-addon:
label: Stremio Addon
stremio-addon:official:
label: Official
description: Addons that are officially maintained by Stremio.
stremio-addon:usenet-streams:
label: Usenet Streams
description: Addons that provide Usenet links for Stremio.
Expand Down

0 comments on commit 69ec736

Please sign in to comment.