Downloads:
18,209
Downloads of v 5.0.1.20161110:
1,347
Last Update:
10 Nov 2016
Package Maintainer(s):
Software Author(s):
- Yuri Sidorov
Tags:
transmission transmission-gui torrent download magnet admin- Software Specific:
- Software Site
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Transmission Remote GUI
This is not the latest version of Transmission Remote GUI available.
- 1
- 2
- 3
5.0.1.20161110 | Updated: 10 Nov 2016
- Software Specific:
- Software Site
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
18,209
Downloads of v 5.0.1.20161110:
1,347
Maintainer(s):
Software Author(s):
- Yuri Sidorov
Transmission Remote GUI 5.0.1.20161110
This is not the latest version of Transmission Remote GUI available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Yuri Sidorov. The inclusion of Yuri Sidorov trademark(s), if any, upon this webpage is solely to identify Yuri Sidorov goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Transmission Remote GUI, run the following command from the command line or from PowerShell:
To upgrade Transmission Remote GUI, run the following command from the command line or from PowerShell:
To uninstall Transmission Remote GUI, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download transgui --internalize --version=5.0.1.20161110 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade transgui -y --source="'INTERNAL REPO URL'" --version="'5.0.1.20161110'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade transgui -y --source="'INTERNAL REPO URL'" --version="'5.0.1.20161110'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install transgui
win_chocolatey:
name: transgui
version: '5.0.1.20161110'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'transgui' do
action :install
source 'INTERNAL REPO URL'
version '5.0.1.20161110'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller transgui
{
Name = "transgui"
Version = "5.0.1.20161110"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'transgui':
ensure => '5.0.1.20161110',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator gep13 on 14 Nov 2016.
Transmission Remote GUI is a feature rich cross platform front-end to remotely control a Transmission Bit-Torrent client daemon via its RPC protocol. Transmission Remote GUI is faster and has more functionality than the built-in Transmission web interface.
Log in or click on link to see number of positives.
- transgui-5.0.1-setup.exe (81c1b7bacfc6) - ## / 55
- transgui.5.0.1.20161110.nupkg (20c7f207bf00) - ## / 56
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Transmission Remote GUI 5.18.0 | 9752 | Saturday, October 12, 2019 | Approved | |
Transmission Remote GUI 5.17.0 | 1111 | Saturday, July 20, 2019 | Approved | |
Transmission Remote GUI 5.16.0 | 1601 | Wednesday, January 9, 2019 | Approved | |
Transmission Remote GUI 5.15.4 | 1662 | Sunday, April 8, 2018 | Approved | |
Transmission Remote GUI 5.15.3 | 391 | Tuesday, April 3, 2018 | Approved | |
Transmission Remote GUI 5.15.2 | 345 | Saturday, March 31, 2018 | Approved | |
Transmission Remote GUI 5.0.1.20161110 | 1347 | Thursday, November 10, 2016 | Approved | |
Transmission Remote GUI 5.0.1.20140410 | 1529 | Thursday, April 10, 2014 | Approved | |
transgui 5.0.1 | 471 | Tuesday, April 1, 2014 | Approved |
Yuri Sidorov
Version 5.0.1 released!
- An option to change a torrent's file/folder name during addition (Transmission 2.80+ only). Issue #498 .
- Renaming of existing torrents, files and folders (Transmission 2.80+ only). Issue #498 .
- Display files list as a tree in the Files tab. Issue #572 .
- Show check boxes in the Files tree to allow more user friendly selection of files to be downloaded.
- Import trackers from a duplicate torrent. Issue #522 .
- Option "Average out transfer speeds to eliminate fluctuations". ETA is much more reliable now. Issue #193 .
- When a completed torrent is double clicked, its file/folder is opened if possible. Issue #675 .
- Free disk space is updated when changing a destination folder in the Add torrent window (Transmission 2.80+ only). Issue #665 .
- Options to control handling of .torrent files and magnet links on Windows. Issue #645 .
- Added column "Seeding time". Also display seeding time in the "Share ratio" field in the torrent info pane. Issue #591 .
- Option "Show notifications in tray icon". Issue #590 .
- Display the number of files in the title of the Files tab.
- Option "Ask for password". Issue #152 .
- Removed flickering of torrent details while changing current torrent.
- Speed up rendering of torrent and file lists.
- Use system default date/time format on Linux and OS X. Issue #624 .
- Many bug fixes.
This package has no dependencies.
Ground Rules:
- This discussion is only about Transmission Remote GUI and the Transmission Remote GUI package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Transmission Remote GUI, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.