Search found 540 matches

by killemov
Mon Apr 01, 2024 12:33 am
Forum: Support
Topic: Any tested limits?
Replies: 2
Views: 9422

Re: Any tested limits?

I'm running transmission-daemon on VERY limited hardware with currently 23k+ torrents. I see no merit in spinning up multiple instances unless each instance need different configuration. But I doubt that is needed.
by killemov
Mon Apr 01, 2024 12:28 am
Forum: Support
Topic: Help config nginx proxy for transmission on other server
Replies: 2
Views: 952

Re: Help config nginx proxy for transmission on other server

If the proxy just passes on the errors then that is ok. The 409 error is documented here.
by killemov
Mon Apr 01, 2024 12:24 am
Forum: Support
Topic: Incomplete files work but finished Downloads goto different folder
Replies: 2
Views: 1185

Re: Incomplete files work but finished Downloads goto different folder

I don't know for sure but there might be a check on the paths to ensure the download/incomplete paths are different.
by killemov
Mon Apr 01, 2024 12:15 am
Forum: Support
Topic: How to put Completed Files in a separate folder from Ongoing Torrent Files
Replies: 1
Views: 543

Re: How to put Completed Files in a separate folder from Ongoing Torrent Files

To be clear, you do NOT want to use the incomplete folder? (Which sort of does what you want.) Then you may need to use a script instead.
by killemov
Mon Apr 01, 2024 12:08 am
Forum: Support
Topic: V4 Broke Sort By Queue Order
Replies: 2
Views: 494

Re: V4 Broke Sort By Queue Order

Which version of Transmission (Windows/Mac/Linux/Web/...) are you using? It is known that after a restart the order of id/queue is reset to the order in which torrents are read from disk.
by killemov
Mon Apr 01, 2024 12:03 am
Forum: Support
Topic: Start torrent, clients loaded, removed, reloaded, repeat
Replies: 2
Views: 131

Re: Start torrent, clients loaded, removed, reloaded, repeat

What am I doing wrong? Not mentioning the client app your using, but I guess from the follow-up post you use the MacOS version of Transmission. 2017 iMac 27" 5K, 4.2 GHz Intel i7 Kaby Lake, 24 GB RAM, 1TB internal SSPOLARIS 4x NVMe SSD as boot volume, 4TB internal Crucial SATA SSD, Radeon Pro ...
by killemov
Tue Mar 26, 2024 11:38 am
Forum: Requests
Topic: auto remake torrent
Replies: 1
Views: 8482

Re: auto remake torrent

Something about a torrent being done downloading, adding a tracker and then exporting that torrent with the new tracker in it?

You might want to try Shift which at least allows you to copy the magnet with the added trackers.
by killemov
Tue Mar 26, 2024 11:32 am
Forum: Support
Topic: Path Substituiton
Replies: 7
Views: 10310

Re: Path Substituiton

Hi there power users! AFAIK there is no way to do this with any stock UI. I have written a web UI, Shift , that allows you to select torrents on a certain path and batch move them to another path. Be aware that doing large move actions across filesystems with Transmission may cause servercide. Try i...
by killemov
Thu Feb 15, 2024 12:21 pm
Forum: Web Interface
Topic: Shift, a new web UI - UPDATE 2024.02.15
Replies: 112
Views: 755441

Shift, a new web UI - UPDATE 2024.02.15

Changelog
  • Fixed "Relocate" controls being broken after closing dialog.
by killemov
Thu Jan 11, 2024 12:14 pm
Forum: Requests
Topic: Automatic pause on low disk space
Replies: 2
Views: 6274

Re: Automatic pause on low disk space

Transmission already pauses torrents when there's insufficient space left on the volume. Are you suggesting an additional check? AFAIK Transmission pauses a torrent when a write to disk fails most commonly because the partition is full. The really bad things are that Transmission is stuck and that ...
by killemov
Mon Nov 27, 2023 11:15 am
Forum: Web Interface
Topic: Shift, a new web UI - UPDATE 2024.02.15
Replies: 112
Views: 755441

Shift, a new web UI - UPDATE 2023.11.27

Changelog
  • Removed "Reconstitute" / "torrent-verify-force" following RPC-spec.
by killemov
Mon Nov 20, 2023 10:17 am
Forum: Web Interface
Topic: Shift, a new web UI - UPDATE 2024.02.15
Replies: 112
Views: 755441

Shift, a new web UI - UPDATE 2023.11.20

Changelog
  • Implemented "torrent-verify-force" as "Reconstitute".
by killemov
Thu Nov 16, 2023 9:29 am
Forum: Support
Topic: download directory path is not absolute
Replies: 2
Views: 11599

Re: download directory path is not absolute

No settings.json means no config. See: viewtopic.php?t=8465
by killemov
Thu Nov 16, 2023 9:27 am
Forum: Support
Topic: Core ELEC OS
Replies: 1
Views: 11625

Re: Core ELEC OS

Yes. In settings.json (when Transmission is NOT running):

Code: Select all

"rpc-authentication-required": false,
"rpc-whitelist-enabled": false, 
by killemov
Thu Nov 16, 2023 9:23 am
Forum: Support
Topic: percentDone value
Replies: 1
Views: 11961

Re: percentDone value

It returns 1 for all complete torrents. 0 ... 0.5 ... 1 => 0% ... 50% ... 100%