logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

transmission-edit.1 (1296B)


  1. .Dd June 9, 2010
  2. .Dt TRANSMISSION-EDIT 1
  3. .Os
  4. .Sh NAME
  5. .Nm transmission-edit
  6. .Nd command-line utility to modify .torrent files' announce URLs
  7. .Sh SYNOPSIS
  8. .Bk -words
  9. .Nm
  10. .Op Fl h
  11. .Op Fl a Ar url
  12. .Op Fl d Ar url
  13. .Op Fl r Ar search Ar replace
  14. .Ar torrentfile(s)
  15. .Ek
  16. .Sh DESCRIPTION
  17. .Nm
  18. command-line utility to modify .torrent files' announce URLs
  19. .Sh OPTIONS
  20. .Bl -tag -width Ds
  21. .It Fl h Fl -help
  22. Show a short help page and exit.
  23. .It Fl a Fl -add Ar URL
  24. Add an announce URL to the torrent's announce-list if it's not already in the list
  25. .It Fl d Fl -delete Ar URL
  26. Remove an announce URL from the torrent's announce-list
  27. .It Fl r Fl -replace Ar search Ar replace
  28. Substring search-and-replace inside a torrent's announce URLs. This can be used to change an announce URL when the tracker moves or your passcode changes.
  29. .El
  30. .Sh EXAMPLES
  31. Update a tracker passcode in all your torrents:
  32. .Bd -literal -offset indent
  33. $ transmission-edit -r old-passcode new-passcode ~/.config/transmission/torrents/*\\.torrent
  34. .Ed
  35. .Sh AUTHORS
  36. .An -nosplit
  37. .An Charles Kerr
  38. and
  39. .An Mike Gelfand .
  40. .Sh SEE ALSO
  41. .Xr transmission-create 1 ,
  42. .Xr transmission-daemon 1 ,
  43. .Xr transmission-edit 1 ,
  44. .Xr transmission-gtk 1 ,
  45. .Xr transmission-qt 1 ,
  46. .Xr transmission-remote 1 ,
  47. .Xr transmission-show 1
  48. .Pp
  49. https://transmissionbt.com/