Search found 541 matches

by killemov
Thu Nov 16, 2023 9:23 am
Forum: Support
Topic: percentDone value
Replies: 1
Views: 12626

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

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

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

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

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

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

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

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

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

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

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

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.
by killemov
Tue May 09, 2023 9:11 am
Forum: Support
Topic: Transfer Torrents Files from Transmission v.3 to v.4
Replies: 3
Views: 14758

Re: Transfer Torrents Files from Transmission v.3 to v.4

I did not realize they needed transferring. But maybe there is a different configuration torrent location. If you need to continue the existing torrents you need do copy both the .torrent and .resume files to their respective locations. (I can't guarantee the resume files are compatible.)
by killemov
Tue May 09, 2023 9:04 am
Forum: Web Interface
Topic: Shift, a new web UI - UPDATE 2024.02.15
Replies: 112
Views: 782754

Re: Shift, a new web UI - UPDATE 2023.03.29

is it possible to change download locations ... Yes, both with the Relocate menu item in the main torrents view menu (also for multiple torrents) and downloadDir field in the torrent Details page. You can now even manage the set of download locations in the Shift settings. ... and view them in colu...
by killemov
Wed Apr 12, 2023 8:04 pm
Forum: Web Interface
Topic: bulk add magnet links to Web UI
Replies: 1
Views: 12614

Re: bulk add magnet links to Web UI

With the stock web-UI that is not possible. You could drag+drop multiple links. Shift does has a feature that parses links to torrents and magnets from a text file. So you could save the HTML page with the links and then drop that on Shift.