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

Re: Not working

Post by killemov »

spookybathtub wrote:I'd love to find something to replace the default WebUI, but this isn't working for me. I installed it, chmod 777, and restarted transmission-daemon, but all I see is the black/green screen with no torrents listed.
This probably means you have no torrents currently downloading. Click on the led next to status an then select status "ALL".
Last edited by killemov on Mon Dec 24, 2012 8:44 pm, edited 1 time in total.
cfpp2p
Posts: 290
Joined: Sat Aug 08, 2009 3:14 pm

Re: Shift, a new web UI - UPDATE 2012.10.22

Post by cfpp2p »

I heartily recommend the " SHIFT interface. It is great!
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Shift, a new web UI - UPDATE 2012.12.24

Post by killemov »

Changelog
  • Created a new default stylesheet with a silver blue theme. (The old stylesheet is now called terminal.css.)
  • Updated to a new hacked version of prototype.js 1.7.1.
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
  • Implemented audio notification of download complete.
  • Download / Upload speeds can now be shown in the title bar.
  • Minor UI fixes.
View of shift specific settings.
View of shift specific settings.
shift_shift.png (91.42 KiB) Viewed 36769 times
You can put an url to any soundfile supported by the html5 audio format and your browser. (Firefox currently does not support .mp3 but does support .ogg.) If soundEnabled is true and soundDone is left empty, a generated beep sound will be used.
Last edited by killemov on Fri Jan 01, 2016 3:58 pm, edited 2 times in total.
TheGene
Posts: 2
Joined: Wed Feb 20, 2013 12:15 pm

Re: Shift, a new web UI - UPDATE 2013.01.01

Post by TheGene »

Hi mate, great work, tell me, does this actually allow for the creation of torrents as well?
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Re: Shift, a new web UI - UPDATE 2013.01.01

Post by killemov »

Creating a torrent with a web UI ... interesting idea. Let me break this down for you:
  1. Upload all files to transmission daemon.
  2. Calculate hashes server side.
  3. Add resulting torrent file to seed.
  4. Distribute resulting torrent or hash.
The hard part would be in the uploading of files.

This could all be done client side if the content is small enough.
  1. Load all files client side. (Possible with drag & drop.)
  2. Calculate hashes client side.
  3. Create resulting torrent file in browser memory.
  4. Distribute resulting torrent or hash.
The hard part would be in the calculation of hashes.

These could be good starting points: I have no motivation to implement this anytime soon.
Last edited by killemov on Sun May 19, 2013 1:51 pm, edited 1 time in total.
StevenT
Posts: 2
Joined: Sun Mar 10, 2013 7:24 pm

Re: Shift, a new web UI - UPDATE 2013.01.01

Post by StevenT »

I defenetly want to old shift webui, simple step only rename terminal.css to shift.css ? Other question , the webui not supported my webbrowser add to torrent function (dwb : libwebkit) also edit prototype.js in webkit section IndexOf AppleWebkit modified to Webkit.
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Re: Shift, a new web UI - UPDATE 2013.01.01

Post by killemov »

StevenT wrote:I definitely want to old shift webui, simple step only rename terminal.css to shift.css ?
Yes. Or edit the index.html and replace shift.css with terminal.css. Funny. I did get some comments about the green/black theme being ugly. Glad you like it!
StevenT wrote:Other question , the webui not supported my webbrowser add to torrent function (dwb : libwebkit) also edit prototype.js in webkit section IndexOf AppleWebkit modified to Webkit.
Well, ehm, I can't find any question in these last words. But please read the very first line of the very first post in this topic.
StevenT
Posts: 2
Joined: Sun Mar 10, 2013 7:24 pm

Re: Shift, a new web UI - UPDATE 2013.01.01

Post by StevenT »

Agh defentetly not, i use only the old Shift theme like terminal , change the color and font and i'll be happy now. Thanks to support this.
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Shift, a new web UI - UPDATE 2013.04.01

Post by killemov »

Changelog:
  • Implemented basic tracker management.
Last edited by killemov on Sat Nov 08, 2014 11:49 pm, edited 1 time in total.
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Shift, a new web UI - UPDATE 2013.05.20

Post by killemov »

Changelog:
  • Implemented basic queue control.
  • Implemented storing/restoring selection of torrents.
  • Added "<" and ">" as filtering operators.
  • Minor code cleanup.
The queue controls are available when clicking on the queue index on the main torrents page. It's also allowed to manually enter a queuePosition in the torrent details page.
Last edited by killemov on Sat Nov 08, 2014 11:50 pm, edited 1 time in total.
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Shift, a new web UI - UPDATE 2013.11.22

Post by killemov »

Changelog:
  • Implemented support for multiple torrent files upload in Add dialog.
Thanks Thomas!
Last edited by killemov on Sun Mar 22, 2015 10:00 am, edited 2 times in total.
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Shift, a new web UI - UPDATE 2014.01.01

Post by killemov »

Happy new year!

Changelog
  • Implemented filtering names with a regular expression.
  • Implemented volume control for audio notifications.
  • Keeping the shift key pressed will keep the queue movement menu open.
Last edited by killemov on Sat Nov 08, 2014 11:51 pm, edited 1 time in total.
Exp
Posts: 62
Joined: Wed Sep 26, 2007 12:31 pm

Re: Shift, a new web UI - UPDATE 2014.01.01

Post by Exp »

killemov wrote:Happy new year!

Changelog
  • Implemented filtering names with a regular expression.
  • Implemented volume control for audio notifications.
  • Keeping the shift key pressed will keep the queue movement menu open.

killemov, amazing work...just love it!
gecko
Posts: 3
Joined: Wed May 07, 2014 11:30 am

Re: Shift, a new web UI - UPDATE 2014.01.01

Post by gecko »

tried this interface and is a lot better than the default ui and easy to setup (tested on nas dns-320)
seems to behave well even on android browser
keep up the good work killemov

two questions:
session->'alt speed enabled', doesn't work for me: speeds don't change. may I did something wrong?
when you access the web ui, default view is 'downloading torrents'. how to change so you can view all torrents by default when accessing the ui?
Post Reply