Search found 534 matches

by killemov
Tue Mar 26, 2024 11:38 am
Forum: Requests
Topic: auto remake torrent
Replies: 1
Views: 7505

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

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

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

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

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

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

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

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

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

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

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

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.
by killemov
Thu Nov 16, 2023 9:01 am
Forum: Web Interface
Topic: Shift, a new web UI - UPDATE 2024.02.15
Replies: 112
Views: 712295

Shift, a new web UI - UPDATE 2023.11.16

Changelog
  • Added sequential download toggle.
by killemov
Sun Jul 30, 2023 1:52 pm
Forum: Support
Topic: Add torrent via API
Replies: 2
Views: 11493

Re: Add torrent via API

Yes!
by killemov
Thu Jul 13, 2023 8:33 am
Forum: Web Interface
Topic: Shift, a new web UI - UPDATE 2024.02.15
Replies: 112
Views: 712295

Shift, a new web UI - UPDATE 2023.07.13

Changelog
  • Fixed magnet name handling.