Search found 3 matches

by iMhack
Sun Nov 02, 2014 2:00 pm
Forum: General
Topic: Modify range of torrents [solved]
Replies: 2
Views: 3863

Re: Modify range of torrents

I did know that. My question was how to edit like 10000 torrents without spending hours and weeks.

I did like that :
cd Library/Application\ Support/Transmission/Torrents/
mkdir backup && cp *.torrent backup/
for f in *.torrent; do echo $f ; LANG=C sed 's/tracker.t411.me:56969/tracker.t411.me:8880 ...
by iMhack
Sun Nov 02, 2014 11:57 am
Forum: Web Interface
Topic: Transmission web interface not working
Replies: 4
Views: 6083

Re: Transmission web interface not working

Isn't it a tracker's problem ?
by iMhack
Sun Nov 02, 2014 11:37 am
Forum: General
Topic: Modify range of torrents [solved]
Replies: 2
Views: 3863

Modify range of torrents [solved]

Hi,
Recently a famous french tracker (t411.me) changed his port for the tracker.
I asked myself if it was possible to edit the port of a range of torrents automatically. Is there a solution (other than editing all the .torrents files) ?