Page 2 of 8

Re: Not working

Posted: Fri Dec 14, 2012 12:36 am
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".

Re: Shift, a new web UI - UPDATE 2012.10.22

Posted: Sat Dec 15, 2012 3:13 am
by cfpp2p
I heartily recommend the " SHIFT interface. It is great!

Shift, a new web UI - UPDATE 2012.12.24

Posted: Mon Dec 24, 2012 8:29 pm
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.

Shift, a new web UI - UPDATE 2016.01.01

Posted: Tue Jan 01, 2013 12:24 pm
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 44241 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.

Re: Shift, a new web UI - UPDATE 2013.01.01

Posted: Thu Feb 21, 2013 6:17 am
by TheGene
Hi mate, great work, tell me, does this actually allow for the creation of torrents as well?

Re: Shift, a new web UI - UPDATE 2013.01.01

Posted: Thu Feb 28, 2013 7:45 am
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.

Re: Shift, a new web UI - UPDATE 2013.01.01

Posted: Sun Mar 10, 2013 7:33 pm
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.

Re: Shift, a new web UI - UPDATE 2013.01.01

Posted: Thu Mar 14, 2013 9:11 pm
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.

Re: Shift, a new web UI - UPDATE 2013.01.01

Posted: Sat Mar 30, 2013 3:23 pm
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.

Shift, a new web UI - UPDATE 2013.04.01

Posted: Mon Apr 01, 2013 12:00 pm
by killemov
Changelog:
  • Implemented basic tracker management.

Shift, a new web UI - UPDATE 2013.05.20

Posted: Mon May 20, 2013 8:16 pm
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.

Shift, a new web UI - UPDATE 2013.11.22

Posted: Fri Nov 22, 2013 10:57 pm
by killemov
Changelog:
  • Implemented support for multiple torrent files upload in Add dialog.
Thanks Thomas!

Shift, a new web UI - UPDATE 2014.01.01

Posted: Wed Jan 01, 2014 12:36 pm
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.

Re: Shift, a new web UI - UPDATE 2014.01.01

Posted: Tue Mar 18, 2014 12:43 pm
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!

Re: Shift, a new web UI - UPDATE 2014.01.01

Posted: Wed May 07, 2014 11:47 am
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?