Shift, a new web UI - UPDATE 2024.02.15

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Shift, a new web UI - UPDATE 2020.08.18

Post by killemov »

lilw wrote: Sat Sep 26, 2020 4:16 pm Hi,
How can I sort torrents by "Active"? It doesn't implement yet or I missing something?
Thank you.
You can't because 'Active' does not exist. You can filter by Status 'Downloading' or 'Seeding'. You can even set the Status filter to 'All' and then sort by Status.
Last edited by killemov on Mon Jun 06, 2022 3:23 pm, edited 1 time in total.
lilw
Posts: 5
Joined: Tue Apr 30, 2019 4:12 pm

Re: Shift, a new web UI - UPDATE 2020.08.18

Post by lilw »

killemov wrote: Sat Sep 26, 2020 11:26 pm You can't because 'Active' does not exist. You can filter by Status 'Downloading' or 'Seeding'. You can even set the Status filter to 'All' and then sort by Status.
Thank you, I just didn't pay attention to the menu much so missing something there. BTW, I using Chrome as my default so it is a minus with Shift :D
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Shift, a new web UI - UPDATE 2021.02.08

Post by killemov »

Changelog
  • Implemented torrent upload status dialog.
  • Implemented fix for Transmission 3.00 incompatibility. (untested)
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Shift, a new web UI - UPDATE 2021.09.27

Post by killemov »

Changelog
  • Implemented displaying and filtering labels.
  • Fixed Transmission 3.00 incompatibility issues.
  • Fixed setting queue positions by torrent property.
  • Minor stylesheet tweaks.
Last edited by killemov on Mon Jun 06, 2022 3:22 pm, edited 1 time in total.
dimag0g
Posts: 4
Joined: Wed Oct 27, 2021 12:23 pm

Re: Shift, a new web UI - UPDATE 2012.10.22

Post by dimag0g »

octomancer wrote: Sun Nov 25, 2012 5:13 pm I had to add a couple of columns, but that was easy enough.
Could someone explain how this is done? Would it be possible to show the number (or a list) of active trackers for each torrent?
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Shift, a new web UI - UPDATE 2021.09.27

Post by killemov »

Do you know Javascript or does learning new programming languages come easy to you? If that is a HARD no, don't bother and quit now.

Take a look at: Remember that both torrent.trackers and torrent.trackerStats are arrays of complex objects. If you only need generic info about trackers (count for example) then the torrent.tracker array should suffice. If you need data about peers, leeches and seeders then you need the torrent.trackerStats array.
If I were to implement a way to show tracker information in the main torrents view, I would only show the number of trackers in a cell and show some details in a mouseover popup. Good luck!
Last edited by killemov on Mon Jun 06, 2022 3:22 pm, edited 1 time in total.
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Shift, a new web UI - UPDATE 2022.06.06

Post by killemov »

Changelog
  • Removed ids field from torrent-set when empty. This fixes not adding trackers to all torrents in Session/Shift. Please test.
  • Minor code tweaks.
imenno
Posts: 5
Joined: Thu May 07, 2020 9:51 pm

Re: Shift, a new web UI - UPDATE 2022.06.06

Post by imenno »

can i install it on synology? and how to do it?
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Re: Shift, a new web UI - UPDATE 2022.06.06

Post by killemov »

imenno wrote: Mon Jun 27, 2022 3:56 pm can i install it on synology? and how to do it?
Yes! (But you?) Check here and get back to me when you're stuck.
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Shift, a new web UI - UPDATE 2023.03.29

Post by killemov »

Changelog
  • Added "dark" theme toggle. Overridden by browser mode.
  • Removed column "Status", except for status "All".
  • Added torrent Refresh item.
  • Implemented paths configuration and usage.
  • Added Transmission 4.0 fields.
  • Added "dark" class to html for specific styling.
  • Added class to html referring to current style sheet.
  • Implemented template based link for torrentFile.
  • Implemented cost-based filtering system.
  • Implemented confirmation for starting/stopping all torrents.
  • (Re)implemented mass tracker add/remove/replace.
  • Fixed recycling large (64kB+) torrent files.
  • Reworked torrent upload process.
  • Moved torrent events from table to tbody.
  • Moved torrent "dblclick" event from rows to tbody.
  • Improved torrent rendering performance.
  • Refactored recursive AJAX-call functions.
  • Changed Enumerable methods to more standard ones.
  • Use format "table" whenever possible.
Jerom
Posts: 2
Joined: Mon May 08, 2023 2:39 pm

Re: Shift, a new web UI - UPDATE 2023.03.29

Post by Jerom »

Hi,
is it possible to change download locations and view them in columns?
I plan to try it on synology.
Thanks, cheers, :mrgreen:
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Re: Shift, a new web UI - UPDATE 2023.03.29

Post by killemov »

Jerom wrote: Mon May 08, 2023 2:41 pm 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.
Jerom wrote: Mon May 08, 2023 2:41 pm ... and view them in columns?
That is going to take a little bit of effort. I have made an example modification for "eta" here and you could do something similar with "downloadDir". Remember that this field is semi-static. It will only change by user action.
Jerom wrote: Mon May 08, 2023 2:41 pm I plan to try it on synology.
"Do or do not ..."

And if you like it put a ★ on it.
Jerom
Posts: 2
Joined: Mon May 08, 2023 2:39 pm

Re: Shift, a new web UI - UPDATE 2023.03.29

Post by Jerom »

Hi !

Thanks for your detailed reply, the set of download locations is exactly what I'm looking for.

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)

I'll give it a shot on a Linux box, before my "Production" NAS.
Where do you put the star, in this forum or on GitHub?

Many thanks,
Cheers,
SebaFR74
Posts: 2
Joined: Sun May 14, 2023 4:56 pm

Re: Shift, a new web UI - UPDATE 2023.03.29

Post by SebaFR74 »

Hi, and thanks a lot with this light web gui for transmission, really like it,

bu 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 dont know in which file and where to put it ?

I dont have much knowledge in web dev.

If someone can explain to me ? thanks a lot
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Re: Shift, a new web UI - UPDATE 2023.03.29

Post by killemov »

Jerom wrote: Sun May 14, 2023 6:12 am 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 this on the fly.
Jerom wrote: Sun May 14, 2023 6:12 am Where do you put the star, in this forum or on GitHub?
GitHub please.
Post Reply