Search found 532 matches

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

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

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

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

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

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

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

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

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

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

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

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

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

Shift, a new web UI - UPDATE 2023.07.13

Changelog
  • Fixed magnet name handling.
by killemov
Sat May 20, 2023 9:09 am
Forum: Web Interface
Topic: Shift, a new web UI - UPDATE 2024.02.15
Replies: 112
Views: 694911

Re: Shift, a new web UI - UPDATE 2023.03.29

Ok. You can change that easily by forking Shift on Github and make any changes you need. I will keep it as is.
by killemov
Mon May 15, 2023 6:53 am
Forum: Web Interface
Topic: Shift, a new web UI - UPDATE 2024.02.15
Replies: 112
Views: 694911

Re: Shift, a new web UI - UPDATE 2023.03.29

But I would like to add a ratio column, but dont know how to do it, same I tried to add the eta column like in the webpage of shift, but I don't know in which file and where to put it ? When you select status "Seeding" you should see a "Karma" column. That is similar to ratio bu...