GoogleCodeArchive / transmission-remote-dotnet

Automatically exported from code.google.com/p/transmission-remote-dotnet
GNU General Public License v3.0
0 stars 0 forks source link

Handling que order #454

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great if changing queue order would be supported in this software, 
also if sorting torrents by queue order would be possible (not by torrent ID)

Original issue reported on code.google.com by mlec...@gmail.com on 28 Oct 2012 at 6:27

GoogleCodeExporter commented 9 years ago
Hello,
I wanted this feature so badly that I've decided to try write it myself and 
I've done it (almost).

Added functionality:
1) Show torrent queue number instead of ID (ID is useless) - now torrents can 
be sorted by queue order.

Added functionality on selected torrents:
2) Force start - when torrent is queued can be started immediately
3) Move in queue to the top
4) Move up in queue
5) Move down in queue
6) Move to the bottom

The only thing I don't know how to do is to set text so user can see text 
"Force start" or "Move to the top", now in my build those fields are blank - 
but still working. Could some of you finish this and add it to new version of 
transmission-remote-dotnet? :)

Those are my differences:

MainWindow.cs:
http://diffchecker.com/3R0Y0h1r

OtherStrings.Designer.cs:
http://diffchecker.com/RP9vr16F

ProtocolConstants.cs:
http://diffchecker.com/z97EzKAc

Requests.cs:
http://diffchecker.com/8Y9XSEO5

Torrent.cs:
diffchecker.com/Aq3cJlql

Original comment by mlec...@gmail.com on 29 Oct 2012 at 5:02

GoogleCodeExporter commented 9 years ago
Ok, I've finished this, now names are shown properly, also queue commands are 
added like you can see in attached screen:

Updated files:
MainWindow.cs:
http://diffchecker.com/Cb54V7G4

OtherStrings.Designer.cs:
http://diffchecker.com/071fdBjg

OtherStrings.resx:
http://diffchecker.com/TZ4as2V4

ProtocolConstants.cs:
http://diffchecker.com/XO13IR71

Requests.cs:
http://diffchecker.com/7eLt7NYL

Torrent.cs:
http://diffchecker.com/PSiURh8F

Please add it to trd :)

Original comment by mlec...@gmail.com on 29 Oct 2012 at 8:19

Attachments: