Search found 7 matches

by Reactor89
Thu Feb 03, 2011 1:23 am
Forum: Web Interface
Topic: Default page refresh setting - Web interface
Replies: 5
Views: 11634

Re: Default page refresh setting - Web interface

x190, I give you a virtual high five! :D

The refresh_rate variable in the common.js seems to be the default refresh value for transmission's web interface and it worked for me!

Follow-up Question: Will the common.js be over written the next time I upgrade the transmission software.

Reactor89
by Reactor89
Wed Feb 02, 2011 6:58 am
Forum: Web Interface
Topic: Default page refresh setting - Web interface
Replies: 5
Views: 11634

Re: Default page refresh setting - Web interface

Have you used the Preferences setting of this variable?

http://i493.photobucket.com/albums/rr299/Reactor89/Transmission_setting.jpg

If the circled setting in the image above is the "Preferences setting" you're describing my answer is yes, this setting does work.

The catch is the setting is ...
by Reactor89
Tue Feb 01, 2011 12:28 am
Forum: Web Interface
Topic: Default page refresh setting - Web interface
Replies: 5
Views: 11634

Re: Default page refresh setting - Web interface

Hmmm..... it's interesting that the default refresh rate seems to be controlled by explicit integers on multiple lines of code and not with a global variable. It wouldn't be hard to customize the javascript to control the default refresh rate but I would need to redo the code every time wanted to ...
by Reactor89
Sun Jan 30, 2011 9:29 pm
Forum: Web Interface
Topic: Default page refresh setting - Web interface
Replies: 5
Views: 11634

Default page refresh setting - Web interface

Hi all,

By default, when a Transmission web interface session is loaded on a browser for the first time the web interface's page refresh rate defaults to 5 seconds.

How is this default page refresh rate defined for transmission-daemon? Can I modify this preset? A line item in the settings.json ...
by Reactor89
Wed Jan 26, 2011 6:40 am
Forum: Web Interface
Topic: Start Transmission webui from the rc.local
Replies: 3
Views: 4190

Re: Start Transmission webui from the rc.local

I figured it out!

For a server I did not want the standard transmission program, I wanted the transmission-daemon.

http://it-ride.blogspot.com/2009/04/tra ... dless.html

The transmission-daemon loads on boot and is exactly what someone needs for a headless server.

Reactor89
by Reactor89
Wed Jan 26, 2011 5:10 am
Forum: Web Interface
Topic: Start Transmission webui from the rc.local
Replies: 3
Views: 4190

Re: Start Transmission webui from the rc.local

at that point you could auto-start Firefox and have it load the the web-gui.

Thanks for the input gunzip.

To clarify my question.

I want to launch Transmission and it's web interface on the start up of a server before any users have logged in.

I don't really care about what Transmission could ...
by Reactor89
Wed Jan 26, 2011 12:57 am
Forum: Web Interface
Topic: Start Transmission webui from the rc.local
Replies: 3
Views: 4190

Start Transmission webui from the rc.local

Hi all,

I want to launch Transmission, specifically the Transmission's webui system, from the rc.local shell script.

Ideas, is it possible?

Reactor89