Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

depler/transmission-vs

Repository files navigation

Transmission daemon for Windows

This project is about building Transmission torrent daemon for Windows as a single binary without dependencies. For Android version of this project see: https://github.com/depler/transmission-android.

Current source code components:

Releases contains additional binaries (besides transmission itself):

Binary dependencies: none. Compatible with Windows Vista and newer.

Build

Clone current repository and build transmission.sln file with Visual Studio 2022 or newer. No, additional black magic is not required. Yes, just that simple.

Branch master contains latest changes from original transmission code (version 4), for old version see branch v3.

Config

Pay attention to file [Transmission]\daemon\settings.json. Probably you want/should change following settings: download-dir, incomplete-dir. Some default values:

Run

Download latest Transmission.zip from releases, unpack it somewhere and run one of the following with administrator rights:

  • run_foreground.bat: run transmission in console mode (without service installation)
  • daemon_create.bat: create windows service for transmission
  • daemon_start.bat: start windows service for transmission
  • daemon_stop.bat: stop windows service for transmission
  • daemon_delete.bat: delete windows service for transmission
  • desktop_shortcut.bat: create desktop shortcut for transgui.exe