Search found 552 matches

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: 1813

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: 3
Views: 1807

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: 424

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: 10606

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: 21
Views: 23676

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.05.09
Replies: 114
Views: 822897

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: 7031

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.05.09
Replies: 114
Views: 822897

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.05.09
Replies: 114
Views: 822897

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: 16112

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: 16105

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: 16401

Re: percentDone value

It returns 1 for all complete torrents. 0 ... 0.5 ... 1 => 0% ... 50% ... 100%
by killemov
Thu Nov 16, 2023 9:19 am
Forum: Support
Topic: data not written to disk but downloading
Replies: 1
Views: 56470

Re: data not written to disk but downloading

Your issue is full of contradictions, but I'll try to explain. When a torrent is added no content is written to disk. When a torrent is downloading it first buffers the data in memory. When that buffer is full the data is written to disk. Then all files associated with buffered pieces written to dis...
by killemov
Thu Nov 16, 2023 9:09 am
Forum: Requests
Topic: [Feature Request] prioritize first and last piece
Replies: 7
Views: 41877

Re: [Feature Request] prioritize first and last piece

For 4.1 a sequentialDownload feature is added.
by killemov
Thu Nov 16, 2023 9:06 am
Forum: Web Interface
Topic: Change WebUI color scheme
Replies: 2
Views: 17076

Re: Change WebUI color scheme

@NotoriousPyro You are using the 3.0 interface to control a 4.0 instance. That works, but you might be missing some newer functionality. See Transmission RPC Spec.