-
released this
2026-07-31 01:28:28 +00:00 | 0 commits to master since this releaseNoMercy Torrent Downloader — v0.1.0
Keeps a TV library complete by downloading missing episodes over BitTorrent.
This build loads but does not download. The decision engine, the indexer
layer and the plugin shell are done. The download database, the torrent-client
clients and the loop that connects them are not. The settings page is
read-only until the REST surface lands, so there is nothing to configure yet.
Install it to check that it loads and reads your library, not to fetch episodes.Install
- Extract
NoMercy.Plugin.TorrentDownloader-0.1.0.zipinto<server>/plugins/. - Restart the server.
- Enable the plugin in the dashboard and grant consent when prompted.
It will register four scheduled jobs —
transfers,feed,searchand
maintenance— visible individually in the server's job list.Requires NoMercy MediaServer with the plugin ABI 10.0 contract.
Built and tested automatically against the plugin contract at
NoMercy-Entertainment/nomercy-media-server@641721fcef1ae6daec6a098f2c4c854312e2a4e3.To rebuild this exact artifact:
SERVER_REF=641721fcef1ae6daec6a098f2c4c854312e2a4e3 ./scripts/fetch-abstractions.sh
thendotnet build -c Release.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Extract