Giter VIP home page Giter VIP logo

transmission-remote-gui / transgui Goto Github PK

View Code? Open in Web Editor NEW
3.1K 90.0 275.0 25.58 MB

🧲 A feature rich cross platform Transmission BitTorrent client. Faster and has more functionality than the built-in web GUI.

License: GNU General Public License v2.0

Pascal 89.57% Makefile 2.70% Smalltalk 0.54% Emacs Lisp 0.80% NewLisp 0.58% Perl 0.60% Ruby 0.84% SystemVerilog 0.59% Shell 0.29% Inno Setup 1.88% Batchfile 0.21% JavaScript 0.62% Berry 0.78%
torrent transmission transmission-daemon bittorrent p2p gui remote-control hacktoberfest

transgui's Introduction

Transmission Remote GUI

Build Status

Screenshot

Table of Contents

Introduction

Transmission Remote GUI is feature rich cross platform front-end to remotely control Transmission daemon via its RPC protocol. It is faster and has more functionality than builtin Transmission web interface.

Transmission Remote GUI is developed using Lazarus RAD and Free Pascal compiler.

Features:

  • Native application for Windows, Linux and macOS
  • uTorrent-like interface
  • Select files to download
  • Choose files priority
  • View details about connected peers
  • Full information about each torrent
  • Per torrent options

Installation

The installers are listed on the GitHub Releases page, and the installation instructions for different platform are listed as below ⬇️

Linux

Easy way (recommended)

There are precompiled program's binaries for i386 and x86_64 Linux architectures.

  • Download and extract the release for your architecture.

Now you can execute the transgui binary. (Change the transgui file permissions to executable if needed)

Additionally, you can create a desktop or menu shortcut to the transgui executable, and run the program using the created shortcut.

Harder way

Build the program by yourself.

  1. Make sure you have working Lazarus and Free Pascal compiler installed.
  • Free Pascal Compiler 2.6.2+ and Lazarus 1.6 is used to develop Transmission Remote GUI.
  1. Download the sources archive and extract it to some folder or perform svn checkout.
  2. Open terminal/command line prompt and cd to the sources folder.
  3. Execute lazbuild -B "transgui.lpi" --lazarusdir=/usr/lib/lazarus/default/ command to build the transgui.res file.
  4. Execute make command to build the application.
  5. Execute make zipdist command to create a release .zip archive in the Release sub-folder.

Windows

Portable zip tarball (recommended)

  • Zip tarball release is much more small than the installer one, which can save you some bandwidth, disk space and time, just simply download and extract the zip tarball to wherever you want, directly execute transgui.exe or add shortcut for it.

Note: The first time you use this program, you may need to install some additional dependencies (if you need SSL/TLS enabled), including Visual C++ Redistributable Package(Direct link) and OpenSSL libs(Direct link), this only needs to be done once.

Installer

This installer has additional installation wizard and includes static OpenSSL libraries in every releases, the size would be much bigger than the zip tarball, but you don't need to take care of the OpenSSL dependencies.

  1. Directly download the installer.
  2. Run the installer and follow the steps to install it on your system.

Run choco install transgui to install the latest version of Transmission Remote GUI.

macOS

Without a package manager

This method needs no additional pre-requirement or dependency, just:

  1. Download the app image from release page.
  2. Open the image file to mount the image.
  3. Directly run the application or drag the app icon to your disk / Application folder.

Homebrew

You need to have Homebrew installed. Execute this command to install Transmission Remote Gui:

  • brew install --cask transmission-remote-gui

Command line parameters

You can specify path to a .torrent file or a magnet link as a command line parameter. The program will add the specified torrent.

  • -hidden : Start the program hidden. Only the program's tray icon will be visible.
  • --home=<home_dir> : Specifies a home directory for the program. All program's settings are stored in the home directory. You can run multiple instances of the program by specifying different home directories.

Portable mode

If the program finds the transgui.ini file in the same folder as the binary file, then it will store all configuration and data files in the program's folder, instead of the folder in a user profile.

Fixed hotkeys

  • Alt + 1 : All Torrents
  • Alt + 2 : Downloading
  • Alt + 3 : Completed
  • Alt + 4 : Active
  • Alt + 5 : Inactive
  • Alt + 6 : Stopped
  • Alt + 7 : Error
  • Alt + 8 : Waiting
  • Alt + S : Searchbox (filter torrents by keywords) - Esc cancel filter and clean the box.
  • Alt + G : Info Pane - General Tab
  • Alt + K : Info Pane - Trackers Tab
  • Alt + P : Info Pane - Peers Tab
  • Alt + F : Info Pane - Files Tab

Advanced parameters

There are some parameters in the transgui.ini file, that can not be modified via the GUI. More info on: #924 (File Manager & Shortcuts) , #1020 (User Defined Menu Windows Only) and #1070 (.torrent Auto Opening)

[Interface]
; Maximum number of elements in the folder history list
MaxFoldersHistory=10

[Interface]
;In Linux/MacOs Only if "Open Container Folder" give you error
FileOpenDoc=0

[Interface]
;Alternate File Manager (Windows Only)
FileManagerDefault={Full path to your File Manager .exe}
FileManagerDefaultParam={Alternate parameters, could be left blank}

[Interface]
;System Wide Shortcut key (Windows Only)
GlobalHotkey={Virtual Key Code} full list here http://docwiki.embarcadero.com/RADStudio/Seattle/en/Virtual_Key_Codes (Plus VK_A...VK_Z and VK_0..VK_9)
GlobalHotkeyMod={Modifier Key} [MOD_SHIFT , MOD_CONTROL , MOD_ALT , MOD_WIN alone or combined with + sign]

[Interface]
WatchLocalFolder= {LOCAL Folder to watch for torrent files}
WatchDestinationFolder= {REMOTE destination where the data would be saved if missing or empty last destination folder is used}
WatchInterval=1 {Time period in MINUTES between folder scans for torrents, may be fractional values 0,50 = 30 seconds}

[Shortcuts]
;Modify all the shortcuts of the GUI here

[Usermenu]
Caption1={Caption in the menu}
ExeName1={Full path to the program .exe you want to add to menu}
Params1="%s" {Usually "%s" but some programs may require additional parameters}
Caption2={same for item 2}
ExeName2={same for item 2}
Params2={same for item 2}

[StatusBarPanels]
;Customize the width of the statusbar panels to fit your language
;0 is the left most panel and 7 is the right most panel.
0=327
1=152
2=152
3=130
4=130
5=130
6=130
7=130

[MainForm]
BigToolBarHeight=48 {Height of the Big Icon Toolbar if missing default is 64}

[MainForm]
FromNow=1 {1=Shows the dates relatives to now , 0=Absolute Dates MM/DD/YY HH:MM:SS}

License

Copyright (c) 2008-2019 by Yury Sidorov and Transmission Remote GUI working group.

Transmission Remote GUI is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Transmission Remote GUI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

transgui's People

Contributors

annihilannic avatar antekgla avatar bluenlive avatar dartassan avatar definiteiymaybe avatar dobber81 avatar dsvi avatar duramato avatar fetzu avatar gabrov avatar inspector71 avatar k0ste avatar koisama avatar leonsoft-kras avatar metallkopf avatar mikaeldui avatar miyurusankalpa avatar myxomatosis avatar nanakipl avatar patrick010 avatar peterdavehello avatar qu1ck avatar ricrogz avatar rzcat avatar someperson avatar stevenlele avatar uniss2209 avatar vorror93 avatar vytenisp avatar xavery avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

transgui's Issues

Enhancement: Start minimized (to tray)

When a auto start is being added it this option becomes sort of a 
requirement. It would be nice to start it directly in the system tray.

Also a nice to have: would be nice if the main form is NOT visible for a 
brief period of time during start to tray. Lots of applications start the 
mainform and after a fraction of a second minimize to the system tray.

Original issue reported on code.google.com by [email protected] on 1 Feb 2009 at 9:05

Multiple selects when choosing files to download from a torrent after addition

What steps will reproduce the problem?
1. Upload a torrent, unselect all files
2. Torrent is started but not downloading anything (expected since no 
files are selected)
3. Try to select some files from the files section of the torrent using 
shift+left click or ctrl+left click. You can only select one file at a 
time.

What is the expected output? What do you see instead?

Expected: ability to select more files using simple keyboard combos. 
Instead, i can only select and change priority for one file at a time

What version of the product are you using? On what operating system?

0.9.3 beta / vista home
Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 31 Dec 2008 at 10:37

Multi location support/Connection profiles

It would be great to use the gui from different locations (home, work,
mobile net). Unfortunately all these locations have different network
settings (from home I use the local IP, from work I need to use proxy and
external IP, from mobile net I use external IP, but no proxy, etc...). It
would be great if there would be a simple location switching function,
where you can store different locations and apply them as needed (using the
settings from web browsers would make it as well, but I guess it is more
difficult).

Otherwise nice GUI, congratulation :-)

A happy user,

Toni

Original issue reported on code.google.com by [email protected] on 28 Jan 2009 at 9:27

Bug with moving columns - sort wrong

What steps will reproduce the problem?
1. move up and down columns in "setup columns" and click ok
2. click on some column to sort by it

What is the expected output? What do you see instead?
rows are sorted so, like if I clicked on the column, which was at that 
place earlier, e.g.:

i have columns in that order: name, added on, size, ...
when i click on "added on", rows sorts by "size" instead of "added on"

What version of the product are you using? On what operating system?
0.94 beta
OS: Win Vista x64 SP1

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Jan 2009 at 2:04

Enhancement: option to enable autostart (on system start)

It would be really nice to have an option to enable autostart.
Autostart will start this application on system start.

On windows a simple copy to Startup is sufficient, but it would be nice if 
non-techie users could add it also to autostart.

Original issue reported on code.google.com by [email protected] on 1 Feb 2009 at 9:03

Columns not sortable in Peers and Files tabs

What steps will reproduce the problem?
1. Open the appropriate tabs
2. try to click the column to sort data

What is the expected output? What do you see instead?
Sorting upon clicking the column header works in the main torrent frame.
Whould it be possible to inherit the piece of code for column sorting to
the Peers and Files tabs, too?

What version of the product are you using? On what operating system?
Trans 1.42, TRG 0.95beta, Win Vista Home Premium

Original issue reported on code.google.com by [email protected] on 28 Jan 2009 at 2:29

Peer tab is always empty with Transmission 1.40

What steps will reproduce the problem?
1. launch transmission-daemon
2. open transgui
3. go to the peers tab

What is the expected output? What do you see instead?

I see no peers, but I am connected to some peers.

What version of the product are you using? On what operating system?

OS: debian testing, i686
transmission: the debian unstable package (version 1.40-5)
trangui: 0.95-beta, Linux i686 binary

Please provide any additional information below.

I don't know if it is relevant for the problem, but when I close transgui,
I have these messages:
 Gtk2_ItemSelectionChanged  ItemCache=nil lvTorrents

(transgui:9105): GLib-GObject-CRITICAL **: g_object_unref: assertion
`G_IS_OBJECT (object)' failed

(transgui:9105): GLib-GObject-CRITICAL **: g_object_unref: assertion
`G_IS_OBJECT (object)' failed
[TGtkWidgetSet.Destroy] WARNING: There are 1 unreleased GDIObjects, a
detailed dump follows:
[TGtkWidgetSet.Destroy]   GDIOs: B71FB550
[TGtkWidgetSet.Destroy]   gdiBitmap: 1


Thanks for your work :)

Adrien

Original issue reported on code.google.com by [email protected] on 4 Feb 2009 at 7:27

Error creating transgui.ini

What steps will reproduce the problem?
1. Close the application
2. After a few seconds an error box appears: Error creating c:\documents
and settings\...\transgui.ini
3. The application refuses to close. Only way through the control panel

What is the expected output? What do you see instead?
Close the GUI app. It doesn't.

What version of the product are you using? On what operating system?
0.95 beta on XP Pro SP3 with most of the updates installed. Transmission
1.50 beta 3 on PopcornHour hardware.

Please provide any additional information below.
The application works as expected, except for this problem.


Original issue reported on code.google.com by [email protected] on 29 Jan 2009 at 9:12

File association problem

What steps will reproduce the problem?
1. double click on torrent file

What is the expected output? What do you see instead?
Window of transmisson-remote-gui activates but torrent does not add.

What version of the product are you using? On what operating system?
0.93b

Please provide any additional information below.
Vista SP1

Original issue reported on code.google.com by [email protected] on 17 Jan 2009 at 9:07

Labels or Torrent Cetegories

I'd like to see a feature in Transmission-remote similar to labels in
uTorrent - it helps greatly in categorization of active torrents,
especially in case you have more then 20 of them running.

Original issue reported on code.google.com by [email protected] on 24 Jan 2009 at 3:22

Seed ratio

The TRG could provide a Default/Custom seed ratio feature missing from
Transmission itself - have a default ratio in settings, eventually a
customizable ratio per torrent, the default and customizable action for the
ratio completed (stop torrent/lower upload speed) just like uTorrent, then
when TRG detects the target from the daemon, it can take the appropriate
action.

Original issue reported on code.google.com by [email protected] on 28 Jan 2009 at 2:47

Button issues

What steps will reproduce the problem?
1. Install latest beta (0.92)
2. Run the beta
3. Try to add a new torrent. Instead of a dialog box that lets you select
what you want to upload, the "download geoip" dialog is started.

What is the expected output? What do you see instead?

Expected: upload a new torrent. I see a re-download of geoip database

What version of the product are you using? On what operating system?

0.92 beta/vista home

Please provide any additional information below.

n/a

Original issue reported on code.google.com by [email protected] on 30 Dec 2008 at 8:14

Attachments:

[Windows VISTA] Cannot open torrent file

What steps will reproduce the problem?
1. Open Up Transmission Remote GUI
2. Click on "Open"
3. The application tries to download the GeoIP package.

What is the expected output? What do you see instead?
Instead it should open up a file selection window

What version of the product are you using? On what operating system?
Version 0.93 Beta is used under Windows Vista.

Please provide any additional information below.



Original issue reported on code.google.com by [email protected] on 2 Jan 2009 at 11:53

Window not maximized properly

What steps will reproduce the problem?
1. maximising the window
2.
3.

What is the expected output? What do you see instead?
Full window occupation

What version of the product are you using? On what operating system?
0.95, Win32, Vista

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 5 Mar 2009 at 2:05

Add auto-reconnect option

Sometimes connection with transmission-daemon aborts with notifying message
(issues with Internet provider or something like that)
It would be better if it had an option to autoreconnect on breaked 
connection.

Original issue reported on code.google.com by [email protected] on 16 Jan 2009 at 7:54

Invalid number fo seeds/peers

What steps will reproduce the problem?
1. start a torrent, preferably a bigger one with reasonably long time to d/l
2. check the amount of seeders/leechers in TRG (e.g. 6)
3. compare it to the info from tracker (e.g. 1 - initial seed)

What is the expected output? What do you see instead?
the # of peers displayed by TRG is not real. now I wonder if it's a problem
with TRG or with Transmission itself (using v1.42)

What version of the product are you using? On what operating system?
Trancmission 1.42, TRG 0.95 beta, Win Vista Home Premium (patched)

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Jan 2009 at 2:25

Enhancement: add on progress bar for torrent process in a column

uTorrent has an excellent progressbar, per torrent, which visually 
displayes the current progress.

You could even reuse the current progress column and paint a (blue) 
background filled box.

I even ditched uTorrent at the moment, that's how much I like the client as 
it is :)

Original issue reported on code.google.com by [email protected] on 31 Jan 2009 at 9:34

Save path is not in the same charset as filename

What steps will reproduce the problem?
1. Create a folder with non-latin charactes on the target filesystem
2. Open torrent file and specify the created target folder 
3. The program set error: No such file or directory

As I see in the log file - the filename is in UTF8 charset but the path is 
in win1251 (I'm using russian names)

I'm using 0.95 beta version on Windows Vista SP1 RUS

Could you please add the path encode feature to program?

Original issue reported on code.google.com by [email protected] on 23 Mar 2009 at 8:05

SVN Revision 59 won't compile on linux x86_64

What steps will reproduce the problem?
- Compiling svn-revision 59 on linux x86_64.

What is the expected output? What do you see instead?
- Doesn't compile

What version of the product are you using? On what operating system?
ArchLinux x86_64

Please provide any additional information below.
Pastebin: http://pastebin.com/m2cdf3e2b

Original issue reported on code.google.com by [email protected] on 29 Dec 2008 at 12:20

Add multilingual support

Add support of the other languages by loading some sort of .lng text files 
written like this:

[default_value] [separator] [localized_value]
e.g.(for russian):
Done = Готово

Original issue reported on code.google.com by [email protected] on 21 Jan 2009 at 3:20

Does'nt parse some .torrent files

What steps will reproduce the problem?
1. Does'nt parse some .torrent files. uTorrent does.
Example attached.

What version of the product are you using? On what operating system?
0.9




Original issue reported on code.google.com by [email protected] on 26 Dec 2008 at 8:43

Attachments:

All files are skipped after selecting none and then selecting few

Versions:
Transmission remote GUI 0.95 on WinXP SP3
Transmission 1.51 for NMT
PCH firmware of 26-Feb

Steps to reproduce:
1. Open any .torrent containing multiple files in multiple folders (any
rock group discography will be ok)
2. In the file selection popup click "Select None" then manually mark some
files to get
3. Click OK

Actual result:
Torrent is added but after few seconds it starts to seed. Looking into
Files tab shows that all files are marked as skipped.

Expected result:
Download for the selected files should be started.

Original issue reported on code.google.com by [email protected] on 23 Mar 2009 at 9:44

Auto accept new torrents w/o confirmation

in uTorrent there is a checkbox to automatically accept torrents with
default settings w/o confirmation needed. It would be a nice feature here,
I dont need to confirm a d/l-ed torrent for my NMT, it goes to the default
download dir anyway, all files most of the time and if not, I can still
change it during download.

Original issue reported on code.google.com by [email protected] on 28 Jan 2009 at 2:42

Access Violation when showing General information for torrents (only with transmission-daemon - svn version)

What steps will reproduce the problem?
1. start transmission daemon svn version
2. start transmission-remote-gui
3. select a torrent from list with opened "General" tab
or open "General" tab with a torrent selected

What is the expected output? What do you see instead?
"Access violation"

What version of the product are you using? On what operating system?
latest svn revision of transmission (8128)
latest svn revision of transmission-remote-gui (134)

Please provide any additional information below.
if i select another tab on start (e.g. "Files" or "Peers") - it works fine.

On console it outputs only 
"Gtk2_ItemSelectionChanged  ItemCache=nil lvTorrents"

i tried to compile it with lint numbers debug, but no additional
information is outputed

Original issue reported on code.google.com by [email protected] on 3 Apr 2009 at 1:25

wrong number of completed torrents

i have 11 "seeding" files and 1 "finished"
when i click on "Completed (11)" filter it shows me all 12 torrents
it must be "Completed (12)" or if it must show only seeding files - 
exclude finished from the list

Original issue reported on code.google.com by [email protected] on 21 Jan 2009 at 3:33

Attachments:

Information panel position not restored

What steps will reproduce the problem?
1. Using the handle, move the bottom information panel up
2. Minimize the Transmission Remote GUI Window
3. Restore the Window: the position of the panel is restored to its
original value (not the one defined by the user)

What is the expected output? What do you see instead?
Wrong position of the panel


What version of the product are you using? On what operating system?
Vers 0.94 beta

Please provide any additional information below.
OS: Windows Vista SP1


Original issue reported on code.google.com by [email protected] on 20 Jan 2009 at 10:43

When opening several .torrent-files with transgui.exe multiple instances are started

What steps will reproduce the problem?
1. Having a prompt for a newly added torrent in a running instance of
transgui.exe
2. Opening a new .torrent-file with transgui.exe
3. A new instance of transgui.exe will be opened to handle the opened
.torrent-file

What is the expected output? What do you see instead?
That the .torrent-file will be opened in the running instance of
transgui.exe. Instead each opened .torrent-file spawns a new instance of
transgui.exe.

What version of the product are you using? On what operating system?
Transmission Remote GUI 0.95 beta on Windows Vista Business 64-bit

Please provide any additional information below.
I assume it's because a prompt is opened in the running instance. Don't
know if it's really a bug? But would be nice if the running instance
handled multiple opened .torrent-files.

Thanks for a great application though! Beats the crap out of the
Transmission Web Interface IMHO :)

Original issue reported on code.google.com by [email protected] on 24 Feb 2009 at 4:52

Bug with moving columns - show some bitmap

What steps will reproduce the problem?
1. go to "setup columns" and add new column ("Added On")
2. change column position by clicking "Up" and "Down" buttons
3. click "Ok" button

What is the expected output? What do you see instead?
i see some bitmap at columns what i have moved up and down (see attached 
file)

What version of the product are you using? On what operating system?
0.94 beta
OS: Win Vista x64 SP1

Please provide any additional information below.
after restart of the app this buggy icons disappear

Original issue reported on code.google.com by [email protected] on 20 Jan 2009 at 1:52

Attachments:

Unicode characters support

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Новый Оскол представляет!!!.mpg
????? ????? ????????????!!!.mpg

What version of the product are you using? On what operating system?
0.95 beta Windows Vista Ultimate x64

Please provide any additional information below.
Please add unicode character support - torrents in different languages 
won't display correctly. Also if name of the torrent file in unicode 
characters it won't open at all. Works fine with web-interface

Thank you very much - excellent job on a project


Original issue reported on code.google.com by [email protected] on 19 Mar 2009 at 12:15

Access violation with transmission-daemon v1.51

What steps will reproduce the problem?
1. Connect to a transmisson-daemon version 1.51
2. Click on any line in list of downloads

What version of the product are you using? On what operating system?
Ubuntu 9.04 alpha 5
transmisson-remote-gui v0.95 beta (binary)
transmisson-daemon v1.51 (compiled from sources, svn revision 8021)

Please provide any additional information below.
transmisson-remote-gui works fine with daemon versions prior to v1.51
(tested with v1.50), but with latest v1.51 an Access violation message box
pops up after clicking on any line in downloads list. Please, see attached
screenshot.

Original issue reported on code.google.com by [email protected] on 4 Mar 2009 at 9:31

Disconnection when deleting torrents

What steps will reproduce the problem?
1. NMT-110 Syabas media server
2. Transmission 1.41 final
3. transmisson-remote-gui for windows 0.9
3. Delete torrent using transmisson-remote-gui 
4. transmisson-remote-gui disconnects with error "access violation"
5. after reconnection we see no deleted torrent.

Original issue reported on code.google.com by [email protected] on 26 Dec 2008 at 7:32

Skip file issue

Hi,

After skipping to download a specific file in a torrent, I am unable to
cancel my choice: I cannot undo the operation. 

Original issue reported on code.google.com by [email protected] on 4 Feb 2009 at 6:58

Access Violation error after start on Linux x86_64

What steps will reproduce the problem?
1. start transmission-daemon
2. start transgui
3. wait some time (~10 seconds)

What is the expected output? What do you see instead?
   The gui shows error message "Access Violation"
   In console it writes 
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Xlib:  extension "Generic Event Extension" missing on display ":0.0".

(transgui:5327): Gtk-CRITICAL **: gtk_tree_view_column_set_fixed_width:
assertion `GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed
 Gtk2_ItemSelectionChanged  ItemCache=nil lvTorrents
TApplication.HandleException Access violation
  Stack trace:
  $000000000049BA31
  $000000000077A697
  $00000000004ECBA6
  $00000000004CE6FF
  $00000000004D76D7
  $00000000004E9B45
  $00000000004C0851
  $00000000004BF0B9
  $00000000004C12A2
  $00000000004C1662
  $00000000004F6D58
  $00000000004C1604
  $000000000049125B


What version of the product are you using? On what operating system?
   I've compiled both svn-trunk and beta versions with Lazarus 0.9.27 on
   ArchLinux-x86_64 and get the same errors

Please provide any additional information below.
   When I try to close application, the error appears again.

Original issue reported on code.google.com by [email protected] on 17 Feb 2009 at 5:33

Features REQ

1. Make columns in files pane clickable (SORTABLE)
2. Add full paths in files pane (not just filenames)
3. Show announce/scrape URL (mabe in separate pane?)
4. Show global traffic stats of session (and daemon, if possible) - UL/DL
5. Add "Remove torrent with data files" button

And this program will be real masterpiece! Thanx indeed!

Original issue reported on code.google.com by leshekb on 4 Feb 2009 at 10:33

Can't choose download folder when adding torrents

What steps will reproduce the problem?
1. Can't choose download folder when adding torrents

What is the expected output? What do you see instead?
I see "download to folder" combobox in disabled state

What version of the product are you using? On what operating system?
NMT110 Syabas media server+Transmission 1.41 final
Windows XP SP3+transmisson-remote-gui 0.9

Original issue reported on code.google.com by [email protected] on 26 Dec 2008 at 7:35

Bug in "delete torrent" confirmation dialog

What steps will reproduce the problem?
1. try to delete some torrent

What is the expected output? What do you see instead?
i see text: "Are you sure to remove torrent" and at the ending of this 
string i see value of the first column instead of column "name" (if you 
changed column order, and the "Name" column is not the first)
see attached file

What version of the product are you using? On what operating system?
OS Vista x64 SP1
TRGUI 0.95 beta

Original issue reported on code.google.com by [email protected] on 31 Jan 2009 at 11:13

Attachments:

Better support for computer getting out of standby

What steps will reproduce the problem?
1. Open Transmission Remote GUI
2. Put Computer in standby
3. Wake computer

What is the expected output? What do you see instead?
I expected the remote gui to automatically reconnect to the transmission 
daemon. Instead it displayed a messagebox it wasn't able to connect daemon.

What version of the product are you using? On what operating system?
Vista, 0.95beta

Please provide any additional information below.
I would be great it you completely removed the the messagebox; just keep 
retrying connecting to the daemon. Display a message on the mainwindow 
itself that it is not connected to the daemon.


Original issue reported on code.google.com by [email protected] on 7 Feb 2009 at 11:30

Bad detailled information of files in case of folders

What steps will reproduce the problem?
1. Open a torrent file that contains folder with multiple files
2. If the files have the same name (in the different folders), they are
displayed only once in the "Files" tab of the information panel.

What is the expected output? What do you see instead?
See description above

What version of the product are you using? On what operating system?
0.95

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Jan 2009 at 1:14

Proxy support

What steps will reproduce the problem?
1. Go to work
2. Install the app
3. Try connecting to the Transmission server

Seriously though :) Proxy support would be much appreciated, along with the
previously mentioned auto-reconnect option.

Original issue reported on code.google.com by markvdh on 19 Jan 2009 at 9:00

Bandwidth statistics/graphs

Enhancement:
That would be quite interesting to have a "statistics" tab added to the 
information panel.
It would give some details about the bandwidth usage (up and down), may be 
different ratios with trackers ...


Original issue reported on code.google.com by [email protected] on 25 Jan 2009 at 2:10

Transmission UI could not use special characters in passwords

What steps will reproduce the problem?
1. Configure transmission daemon to use a password with special characters
e.g. '@'.
2. Start the transmission daemon.
3. Configure the UI to use the new password.
4. Attempt to connect to the daemon with the UI.

What is the expected output? What do you see instead?
This should result in normal behavior - the UI will connect without
problems but it results in connection time out instead.

What version of the product are you using? On what operating system?
0.93 beta for windows.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Jan 2009 at 6:03

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.