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 2015.08.30

Post by killemov »

Changelog
  • Made bandwidthPriority input a selectbox.
hardy8888
Posts: 5
Joined: Fri Apr 10, 2015 5:11 pm

Re: Shift, a new web UI - UPDATE 2015.05.09

Post by hardy8888 »

killemov wrote:Changelog
  • Created new stylesheet.
  • Percentages can be colorized.
  • Current row is vertically centered when using keyboard to scroll.
How can be colorized I can not. Please explain me.
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Re: Shift, a new web UI - UPDATE 2015.05.09

Post by killemov »

hardy8888 wrote:How can be colorized I can not. Please explain me.
Selected fields displaying percentages, percentDone for example, have additional css classes for styling purposes.

Code: Select all

.pct0 { color: #ff0000; }
.pct25 { color: #ff7f00; }
.pct50 { color: #ffbf00; }
.pct75 { color: #ffff00; }
.pct100 { color: #00ff00; }
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Shift, a new web UI - UPDATE 2015.10.30

Post by killemov »

Changelog
  • Updated to new version of prototype.js.
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Shift, a new web UI - UPDATE 2015.12.06

Post by killemov »

Changelog
  • Check waiting / download waiting / upload waiting now keyboard selectable.
  • Implemented sorting torrents by keyboard.
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Shift, a new web UI - UPDATE 2015.12.21

Post by killemov »

Changelog
  • Made some buttons buttons and some labels labels.
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Shift, a new web UI - UPDATE 2016.01.01

Post by killemov »

Happy new year!

Changelog
  • Replaced main style-sheet with a shiny white new one.
  • Added screenshotMode to shift settings to obfuscate identifying content.
  • Removed select.png and used css-based arrow instead.
  • Added asc and desc classes for enabling visual indication of sort order.
  • Removed label properties where the content was equal to the capitalized parent key.
  • Rewrite of menu rendering.
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Shift, a new web UI - UPDATE 2016.01.10

Post by killemov »

Changelog
  • Added "start now" to torrent actions.
  • Made URL in torrent comment a link.
gecko
Posts: 3
Joined: Wed May 07, 2014 11:30 am

Re: Shift, a new web UI - UPDATE 2016.01.10

Post by gecko »

really like the updated version

how to display all torrents by default:
shift.js
line 383
torrentStatusDefault: 4 ---> change value to -1
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Re: Shift, a new web UI - UPDATE 2016.01.10

Post by killemov »

gecko wrote:really like the updated version
If you like it, put a on it.
fractalsystems
Posts: 1
Joined: Sun Mar 06, 2016 10:57 pm

Re: Shift, a new web UI - UPDATE 2016.01.10

Post by fractalsystems »

Does Shift work when the transmission-daemon requires credentials? I'm not sure what I'm missing. I've exported the transmission web path as described in the OP, but I just get a blank page. I can connect with transmission-remote and default transmission-web but I use username/password...I don't see how to do this with Shift. What am I missing, I'd really like to use this? Great work, this solves all problems and fulfills my entire wishlist for a transmission frontend. Thank you.
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Re: Shift, a new web UI - UPDATE 2016.01.10

Post by killemov »

Did you get transmission-daemon up and running with the standard web UI?
No: Get that to run first.

Have you tried running transmission-daemon manually after the export mentioned in the OP?
If that works it probably means you have edited the wrong startup script.
If that does not work it probably means you have not checked the file permissions for transmission daemon.

It could also be as simple as refreshing the browser cache. [CTRL]+[F5]
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Shift, a new web UI - UPDATE 2017.01.01

Post by killemov »

Happy new year!

Changelog
  • Implemented renaming files and folders in a torrent.
  • The pieces bit field is now displayed in Torrent / Files and Torrent / Details
  • The peersFrom structure is now displayed in Torrent / Peers.
  • Webseeds are now displayed in Torrent / Trackers.
  • Split up stylesheets into a structural one (base.css) and a decorative one.
file_rename.png
file_rename.png (64.97 KiB) Viewed 83682 times
cfpp2p
Posts: 290
Joined: Sat Aug 08, 2009 3:14 pm

Re: Shift, a new web UI - UPDATE 2017.01.01

Post by cfpp2p »

8-) thanks
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Shift, a new web UI - UPDATE 2017.02.24

Post by killemov »

Changelog
  • Fixed tracker removal.
Post Reply