Search found 544 matches

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

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

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

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

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

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

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

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

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

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

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

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

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...
by killemov
Mon May 15, 2023 6:50 am
Forum: Web Interface
Topic: Shift, a new web UI - UPDATE 2024.02.15
Replies: 112
Views: 806509

Re: Shift, a new web UI - UPDATE 2023.03.29

For the display in columns, well : if the U.I. was not designed to include it, no need to "twist it" in order to get it, that was just an idea (similar to Webcontrol) The web UI is programmed in a way that columns can be added relatively easy. It only lacks a live edit feature for doing t...
by killemov
Tue May 09, 2023 11:30 pm
Forum: General
Topic: Configuring multiple save paths in Transmission
Replies: 4
Views: 19806

Re: Configuring multiple save paths in Transmission

The images above are from MacOS. They are very different from other clients, including the Web-UI. The TS mentions "Keenetic router" so this most likely means transmission-daemon with web-UI. (Mentioning this could have prevented the MacOS-related "help".) The stock Web-UI does n...
by killemov
Tue May 09, 2023 9:20 am
Forum: General
Topic: is there a way to get torrent ID of a list of selected torrents?
Replies: 3
Views: 27163

Re: is there a way to get torrent ID of a list of selected torrents?

Transmission uses an internal torrent id which is just a sequence. It can change for torrents every time you restart Transmission. You'll probably want to use the torrentHash instead. You could use https://github.com/killemov/Shift and modify it to get you any field you like.