• v0.1.0 e4faa30032

    v0.1.0
    All checks were successful
    build / build (push) Successful in 1m6s
    Stable

    FiLL released this 2026-07-31 01:28:28 +00:00 | 0 commits to master since this release

    NoMercy 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

    1. Extract NoMercy.Plugin.TorrentDownloader-0.1.0.zip into <server>/plugins/.
    2. Restart the server.
    3. Enable the plugin in the dashboard and grant consent when prompted.

    It will register four scheduled jobs — transfers, feed, search and
    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
    then dotnet build -c Release.

    Downloads