Skip to content

Releases: dvingerh/transmission-renamer

Second build

18 Dec 16:45
Compare
Choose a tag to compare

Second build containing the latest commits.

First build

21 Dec 21:03
Compare
Choose a tag to compare
1.0

Merge remote-tracking branch 'origin/master'

Development binary

06 Oct 01:23
Compare
Choose a tag to compare
Development binary Pre-release
Pre-release

Development build for testing purposes.

Current build based on: 25591ad

User-defined session settings can be loaded on startup with Settings.xml:

<?xml version="1.0"?>
<Login>
    <Host></Host> <!-- 127.0.0.1 -->
    <Port></Port> <!-- 9091 -->
    <Username></Username> <!-- admin -->
    <Password></Password> <!-- password -->
    <RPCPath></RPCPath> <!-- /transmission/rpc/ -->
    <Authentication></Authentication> <!-- either 'true' or 'false'-->
</Login>