Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#5035 closed Bug (invalid)

transmission-remote --get/--no-get ignores the <files> parameter specified

Reported by: daniell Owned by:
Priority: Normal Milestone: None Set
Component: Transmission Version: 2.61
Severity: Normal Keywords: get, noget
Cc:

Description

When using transmission-remote with transmission-daemon, the --get and --no-get options just ignore the specified file name, and act on every file in the torrent.

Change History (2)

comment:1 Changed 11 years ago by rb07

  • Resolution set to invalid
  • Status changed from new to closed

Wrong use, perhaps the documentation needs clarification...

 -g   --get                    <files>     Mark files for download
 -G   --no-get                 <files>     Mark files for not downloading

"files" means "file's number list", not names or anything else.

Where does those numbers come from? from the list:

$ transmission-remote hpmediavault -n admn:passwd -t 60 --info-files
Sample (22 files):
  #  Done Priority Get      Size  Name
  0: 100% Normal   Yes   0.07 kB  Sample/sample.nfo
  1: 100% Normal   Yes  15.00 MB  Sample/sample.r00
  2: 100% Normal   Yes  15.00 MB  Sample/sample.r01
  3: 100% Normal   Yes  15.00 MB  Sample/sample.r02
  4: 100% Normal   Yes  15.00 MB  Sample/sample.r03
  5: 100% Normal   Yes  15.00 MB  Sample/sample.r04
  6: 100% Normal   Yes  15.00 MB  Sample/sample.r05
  7: 100% Normal   Yes  15.00 MB  Sample/sample.r06
  8: 100% Normal   Yes  15.00 MB  Sample/sample.r07
  9: 100% Normal   Yes  15.00 MB  Sample/sample.r08
 10: 100% Normal   Yes  15.00 MB  Sample/sample.r09
 11: 100% Normal   Yes  15.00 MB  Sample/sample.r10
 12: 100% Normal   Yes  15.00 MB  Sample/sample.r11
 13: 100% Normal   Yes  15.00 MB  Sample/sample.r12
 14: 100% Normal   Yes  15.00 MB  Sample/sample.r13
 15: 100% Normal   Yes  15.00 MB  Sample/sample.r14
 16: 100% Normal   Yes  15.00 MB  Sample/sample.r15
 17: 100% Normal   Yes  15.00 MB  Sample/sample.r16
 18: 100% Normal   Yes   1.24 MB  Sample/sample.r17
 19: 100% Normal   Yes  15.00 MB  Sample/sample.rar
 20: 100% Normal   Yes   1.03 kB  Sample/sample.sfv
 21: 100% Normal   Yes   7.62 MB  Sample/Sample/sample.sample.mp4

"list" means a comma separated list of those numbers.

comment:2 Changed 11 years ago by daniell

Ah, sorry for the noise, the man page clearly states what you've just explained, I was confused by the --help output...

Daniel

Note: See TracTickets for help on using tickets.