You are here

[.NET] Transmission Remote Gui 1.3.1 and 3.12 Portable Development Test 1

15 posts / 0 new
Last post
radarman36
radarman36's picture
Offline
Last seen: 12 years 7 months ago
Joined: 2009-05-20 09:44
[.NET] Transmission Remote Gui 1.3.1 and 3.12 Portable Development Test 1

Application: Transmission Remote GUI | Transmission Remote GUI .NET
Category: Internet
Description:
- 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 build-in Transmission web interface.
- Transmission-remote-dotnet is a Windows remote client to the RPC interface of transmission-daemon, which is part of the Transmission BitTorrent client. The application is quite like µTorrent in appearance and currently supports almost all the RPC specification.

Download Transmission Remote GUI Portable 1.3.1 Development Test 1 [927.58kB download / 2MB installed]
(MD5: E18EB7C770607A46E300735424D5EE4B)

Download Transmission .NET Portable 3.12 Development Test 1 [1.15MB download / 2.9MB installed]
(MD5: 654C4B07AEA9E58AF453590A7A878249)

Release Notes:

Development Test 1 (2010-01-02): Initial release

Aqualung
Offline
Last seen: 2 years 9 months ago
Joined: 2009-09-08 13:41
Like I said, you da man! I'll

Like I said, you da man! I'll give them a try, and report back.

Cheers.

Aqualung
Offline
Last seen: 2 years 9 months ago
Joined: 2009-09-08 13:41
.NET: first impressions

The .NET one works fine, although not entirely self-contained/portable: it looks to me that it places the profile information somewhere on the HDD, but no matter how much I've looked, I just couldn't find where. Maybe the registry?

radarman36
radarman36's picture
Offline
Last seen: 12 years 7 months ago
Joined: 2009-05-20 09:44
Think not.

I've included all possible static folders into the portabilization. So, it must carry your data with you.

Aqualung
Offline
Last seen: 2 years 9 months ago
Joined: 2009-09-08 13:41
Well, I'll keep testing,

Well, I'll keep testing, though others may want to confirm my findings. Will keep you posted.

Aqualung
Offline
Last seen: 2 years 9 months ago
Joined: 2009-09-08 13:41
Remote GUI (i.e. "the other one")

This one (also) places files on the HDD, but this time I did manage to find it: in Win7 x64 it's this folder: "C:\Users\UserName\AppData\Local\Transmission Remote GUI". There it places the profile file (transgui.ini) plus the GeoIP and flags databases, plus a "run" file while running. See if you can "portabilize" this one as well please.

Many thanks, and keep up the good work!

Edit: see also here: http://code.google.com/p/transmisson-remote-gui/issues/detail?id=146#c2

radarman36
radarman36's picture
Offline
Last seen: 12 years 7 months ago
Joined: 2009-05-20 09:44
Already included

They're already included in the launcher :

Proof in the source code Smile

;--- Define RegKeys ---
	!define REGKEY1 "HKEY_LOCAL_MACHINE\SOFTWARE\TransmissionRemote"
	
; ---Define Dirs, ---
	!define LOCALDIR1 "$APPDATA\Local\Transmission Remote GUI"
	!define PORTABLEDIR1 "$EXEDIR\Data\Transmission Remote GUI"
	!define DEFAULTPORTABLEDIR1 "$EXEDIR\App\DefaultData\Transmission Remote GUI"
Aqualung
Offline
Last seen: 2 years 9 months ago
Joined: 2009-09-08 13:41
I am not sure I understand

I am not sure I understand what you're saying: are you saying that Angel this is normal behavior for the portabilized application, i.e. to place permanent data on the hard drive, or (b) the code fragment that you've displayed proves that there should be no data on the HDD, but something goes wrong either with (b1) the portabilized application itself (in which case it may need some further fine tuning), or (b2) just in my particular case (in which case I may be doing something wrong)? Care to elaborate a bit?

Anyone else can con/infirm that there's data placed on the HDD that shouldn't be there? Or is it that I am doing something wrong? C'mon folks, please test! In my particular case (Win7 X64) the portabilized application builds a folder of permanent data on the hard drive--that's a fact. On the other hand, the "Transmission Remote GUI" folder from the PortableApps is empty.

Many thanks for your work!

radarman36
radarman36's picture
Offline
Last seen: 12 years 7 months ago
Joined: 2009-05-20 09:44
Yeah, A] Is right : when you

Yeah, A] Is right : when you portabilize an app, you allow it to move the local content to a folder that will be back after closing, so it includes the app's folders that are moved from the Data folder, to the normal Appdata folder, as this app was static, but it's temporary.

B} Don't know, I need feedback in order to know what's wrong. Try changing options after you launched it, for example downloading GeoIP database, and close after the app. The Data folder won't be empty after this.

agdurrette
Offline
Last seen: 3 months 3 weeks ago
Developer
Joined: 2008-01-16 13:55
You want me to add this to

You want me to add this to the Unofficial .NET List?

"It's just an online installer. It's not going to mug you.", JTH
"The shell is the key to unlock Linux's greatest advantages."

radarman36
radarman36's picture
Offline
Last seen: 12 years 7 months ago
Joined: 2009-05-20 09:44
Ya, if you want, no problem

Ya, if you want, no problem Biggrin

Stevoisiak
Stevoisiak's picture
Offline
Last seen: 4 years 7 months ago
Joined: 2008-02-05 11:22
.Net vs GUI

Considering the larger file size and .Net dependency, is there any advantage to using the .Net version as opposed to the non .Net version? And shouldn't they be listed in separate topics?

Simplifying daily life through technology

Aqualung
Offline
Last seen: 2 years 9 months ago
Joined: 2009-09-08 13:41
.NET is richer

The .NET client has some features that the other one doesn't (yet).

And yes, other than an unfortunate name similarity, there's no real connection between these two, so I guess they do belong to different categories.

uppsju
Offline
Last seen: 5 years 1 month ago
Joined: 2010-07-22 22:13
any chance the newly released

any chance the newly released Transmission Remote .NET 3.24 will be made portable?
Thanks Smile

Zach Thibeau
Zach Thibeau's picture
Offline
Last seen: 1 year 5 months ago
Developer
Joined: 2006-05-26 12:08
.net apps probably won't be

.net apps probably won't be released anytime soon, though I am working on transmission myself but not the daemon, the one I'm building is their qt gui they have besides the gtk one

your friendly neighbourhood moderator Zach Thibeau

Log in or register to post comments