Skip to content

Commit

Permalink
Update Downloads.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElementalCrisis committed Mar 28, 2024
1 parent 4486b5a commit cb1d740
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
22 changes: 22 additions & 0 deletions data/en/programs.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,28 @@
}
]
},
{
"name": "ShokoRelay",
"platform": "Plex",
"type": "plugin",
"version": "1.0.1",
"release": "March 27th, 2024",
"image": "http://shokoanime.com/assets/images/programs-plugins/shokorelay/ShokoRelay-01.jpg",
"info": "ShokoRelay is a agent/scanner that allows you to combine your series and movies into a single library while using Shoko to manage it.",
"downloads": [
{
"plexStable": "https://github.com/natyusha/ShokoRelay.bundle/releases"
}
],
"resources": [
{
"github": "https://github.com/natyusha/ShokoRelay.bundle/",
"docs": "NA",
"changelog": "NA",
"support": "https://discord.gg/vpeHDsg"
}
]
},
{
"name": "Nakamori",
"platform": "Kodi",
Expand Down
4 changes: 3 additions & 1 deletion layouts/_default/downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ <h5 class="downloads-item-name" id="{{ replace .name " " "-" }}">
</div>
{{ end }}
<p>{{ .info | truncate 220 }}</p>
{{ if ne "ShokoRelay" .name }}
<a class="downloads-item-link" href="{{ "/downloads/" | relLangURL }}{{ .name | urlize }}">{{ i18n "learn-more-about" }} {{ .name }}</a>
{{ end }}

<div class="downloads-item-versions-wrapper">
<div class="downloads-platform-wrapper">
Expand All @@ -124,4 +126,4 @@ <h5 class="downloads-item-name" id="{{ replace .name " " "-" }}">
{{ partial "scripts.html" . }}

</body>
</html>
</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cb1d740

Please sign in to comment.