Hi,
How can I sort torrents by "Active"? It doesn't implement yet or I missing something?
Thank you.
Shift, a new web UI - UPDATE 2022.06.06
Shift, a new web UI - UPDATE 2020.08.18
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.
Re: Shift, a new web UI - UPDATE 2020.08.18
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

Shift, a new web UI - UPDATE 2021.02.08
Changelog
- Implemented torrent upload status dialog.
- Implemented fix for Transmission 3.00 incompatibility. (untested)
Shift, a new web UI - UPDATE 2021.09.27
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.
Re: Shift, a new web UI - UPDATE 2012.10.22
Could someone explain how this is done? Would it be possible to show the number (or a list) of active trackers for each torrent?octomancer wrote: ↑Sun Nov 25, 2012 5:13 pm I had to add a couple of columns, but that was easy enough.
Shift, a new web UI - UPDATE 2021.09.27
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:
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!
Take a look at:
- Trackers within torrent structure
- TrackersStats within torrent structure
- Torrent status with related columns and fields (Show trackers only at [4]?)
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.
Shift, a new web UI - UPDATE 2022.06.06
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.