Add TorrentDownloadPlugin

This commit is contained in:
grimsi
2025-06-11 20:13:51 +02:00
parent 4072ff3dde
commit 60c83487dd
5 changed files with 249 additions and 0 deletions
@@ -0,0 +1,10 @@
Plugin-Version: 1.0.0-alpha1
Plugin-Class: de.grimsi.gameyfinplugins.torrentdownload.TorrentDownloadPlugin
Plugin-Id: de.grimsi.gameyfinplugins.torrentdownload
Plugin-Name: Torrent Download
Plugin-Description: Distributes games via a built-in torrent tracker.<br>
Users need to install a torrent client to be able to download the games.
Plugin-Short-Description: Download via Torrent
Plugin-Author: grimsi, Pfuenzle
Plugin-License: MIT
Plugin-Url: https://github.com/gameyfin
@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="#000000" viewBox="0 0 256 256">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#2332c8;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#6441a5;stop-opacity:1"/>
</linearGradient>
</defs>
<path fill="url(#grad1)"
d="M212,96a27.84,27.84,0,0,0-10.51,2L171,59.94A28,28,0,1,0,120,44a28.65,28.65,0,0,0,.15,2.94L73.68,66.3a28,28,0,1,0-28.6,44.83l1.85,46.38a28,28,0,1,0,32.74,41.42L128,212.47a28,28,0,1,0,49.13-18.79l27.21-42.75A28,28,0,1,0,212,96ZM71.19,104.36,113.72,129,72.26,161.22a28,28,0,0,0-9.34-4.35l-1.85-46.38A28,28,0,0,0,71.19,104.36ZM149.57,72a27.8,27.8,0,0,0,8.94-2L189,108.06a27.86,27.86,0,0,0-4.18,9.22l-46.57,2.22ZM82.09,173.85,124,141.26l15.94,47.83a28.2,28.2,0,0,0-7.6,8L84,183.53A28,28,0,0,0,82.09,173.85ZM156,184l-.89,0-16.18-48.53,46.65-2.22a27.94,27.94,0,0,0,5.28,9l-27.21,42.75A28,28,0,0,0,156,184ZM126.32,61.7A28.44,28.44,0,0,0,134,68.24l-11.3,47.45L79.23,90.52A28,28,0,0,0,80,84a28.65,28.65,0,0,0-.15-2.94Z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB