2010-06-16 14:27:24 +00:00
.Dd June 9 , 2010
.Dt TRANSMISSION-EDIT 1
.Os
.Sh NAME
.Nm transmission-edit
.Nd command-line utility to modify .torrent files' announce URLs
.Sh SYNOPSIS
.Bk -words
.Nm
2017-11-15 00:07:50 +00:00
.Op Fl h
2010-06-16 14:27:24 +00:00
.Op Fl a Ar url
.Op Fl d Ar url
.Op Fl r Ar search Ar replace
.Ar torrentfile(s)
.Ek
.Sh DESCRIPTION
.Nm
command-line utility to modify .torrent files' announce URLs
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl h Fl -help
Show a short help page and exit.
.It Fl a Fl -add Ar URL
Add an announce URL to the torrent's announce-list if it's not already in the list
.It Fl d Fl -delete Ar URL
Remove an announce URL from the torrent's announce-list
.It Fl r Fl -replace Ar search Ar replace
2010-12-12 16:36:46 +00:00
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.
2010-06-21 13:29:48 +00:00
.El
2010-06-16 14:27:24 +00:00
.Sh EXAMPLES
Update a tracker passcode in all your torrents:
.Bd -literal -offset indent
$ transmission-edit -r old-passcode new-passcode ~/.config/transmission/torrents/*\\ .torrent
.Ed
.Sh AUTHORS
.An -nosplit
2011-01-03 05:58:58 +00:00
.An Jordan Lee
2017-01-14 22:37:51 +00:00
and
.An Mike Gelfand .
2010-06-16 14:27:24 +00:00
.Sh SEE ALSO
.Xr transmission-create 1 ,
2010-08-04 23:17:49 +00:00
.Xr transmission-daemon 1 ,
.Xr transmission-edit 1 ,
.Xr transmission-gtk 1 ,
.Xr transmission-qt 1 ,
.Xr transmission-remote 1 ,
2010-06-16 14:27:24 +00:00
.Xr transmission-show 1
.Pp
2016-10-31 09:00:11 +00:00
https://transmissionbt.com/