Page 7 of 8

Shift, a new web UI - UPDATE 2020.08.18

Posted: Sat Sep 26, 2020 11:26 pm
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.

Re: Shift, a new web UI - UPDATE 2020.08.18

Posted: Sun Sep 27, 2020 2:50 am
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

Shift, a new web UI - UPDATE 2021.02.08

Posted: Mon Feb 08, 2021 3:09 pm
by killemov
Changelog
  • Implemented torrent upload status dialog.
  • Implemented fix for Transmission 3.00 incompatibility. (untested)

Shift, a new web UI - UPDATE 2021.09.27

Posted: Mon Sep 27, 2021 8:58 am
by killemov
Changelog
  • Implemented displaying and filtering labels.
  • Fixed Transmission 3.00 incompatibility issues.
  • Fixed setting queue positions by torrent property.
  • Minor stylesheet tweaks.

Re: Shift, a new web UI - UPDATE 2012.10.22

Posted: Wed Oct 27, 2021 12:59 pm
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?

Shift, a new web UI - UPDATE 2021.09.27

Posted: Fri Oct 29, 2021 2:14 pm
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!

Shift, a new web UI - UPDATE 2022.06.06

Posted: Mon Jun 06, 2022 1:02 pm
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.

Re: Shift, a new web UI - UPDATE 2022.06.06

Posted: Mon Jun 27, 2022 3:56 pm
by imenno
can i install it on synology? and how to do it?

Re: Shift, a new web UI - UPDATE 2022.06.06

Posted: Tue Jun 28, 2022 10:02 am
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.

Shift, a new web UI - UPDATE 2023.03.29

Posted: Tue Mar 28, 2023 11:36 pm
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.

Re: Shift, a new web UI - UPDATE 2023.03.29

Posted: Mon May 08, 2023 2:41 pm
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:

Re: Shift, a new web UI - UPDATE 2023.03.29

Posted: Tue May 09, 2023 9:04 am
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.

Re: Shift, a new web UI - UPDATE 2023.03.29

Posted: Sun May 14, 2023 6:12 am
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,

Re: Shift, a new web UI - UPDATE 2023.03.29

Posted: Sun May 14, 2023 5:10 pm
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

Re: Shift, a new web UI - UPDATE 2023.03.29

Posted: Mon May 15, 2023 6:50 am
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.