Skip to content

Releases: dvingerh/transmission-renamer

Third Release Build

15 Feb 16:01
Compare
Choose a tag to compare

Add configurable timeout duration for slower connections. The default duration has been increased from 20 to 60 seconds.
Append the following line to your Settings.xml to avoid errors:

<MaxRequestDuration>60</MaxRequestDuration>

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>