{%- if not in_shr %}
refresh
connect
{%- if this.uname == '*' %}
howdy stranger (you're not logged in)
{%- else %}
logout
welcome back, {{ this.uname|e }}
{%- endif %}
{%- endif %}
{%- if msg %}
{{ msg }}
{%- endif %}
{%- if ups %}
incoming files:
% | speed | eta | idle | dir | file |
{% for u in ups %}
{{ u[0] }} | {{ u[1] }} | {{ u[2] }} | {{ u[3] }} | {{ u[5]|e }} | {{ u[6]|e }} |
{% endfor %}
{%- endif %}
{%- if dls %}
active downloads:
% | sent | speed | eta | idle | | dir | file |
{% for u in dls %}
{{ u[0] }} | {{ u[1] }} | {{ u[2] }} | {{ u[3] }} | {{ u[4] }} | {{ u[5] }} | {{ u[7]|e }} | {{ u[8] }} |
{% endfor %}
{%- endif %}
{%- if avol %}
admin panel:
scanning | {{ scanning }} |
hash-q | {{ hashq }} |
tag-q | {{ tagq }} |
mtp-q | {{ mtpq }} |
db-act | {{ dbwt }} |
|
vol | action | status |
{% for mp in avol %}
{%- if mp in vstate and vstate[mp] %}
{{ mp }} | rescan | {{ vstate[mp] }} |
{%- endif %}
{% endfor %}
|
{%- endif %}
{%- if rvol %}
you can browse:
{% for mp in rvol %}
- {{ mp }}
{% endfor %}
{%- endif %}
{%- if wvol %}
you can upload to:
{% for mp in wvol %}
- {{ mp }}
{% endfor %}
{%- endif %}
{%- if in_shr %}
unlock this share:
{%- else %}
login for more:
{%- endif %}
other stuff:
{%- if this.uname != '*' and this.args.shr %}
- edit shares
{% endif %}
{% if k304 or k304vis %}
{% if k304 %}
- disable k304 (currently enabled)
{%- else %}
- enable k304 (currently disabled)
{% endif %}
enabling k304 will disconnect your client on every HTTP 304, which can prevent some buggy proxies from getting stuck (suddenly not loading pages), but it will also make things slower in general
{% endif %}
{% if no304 or no304vis %}
{% if no304 %}
- disable no304 (currently enabled)
{%- else %}
- enable no304 (currently disabled)
{% endif %}
enabling no304 will disable all caching; try this if k304 wasn't enough. This will waste a huge amount of network traffic!
{% endif %}
- show recent uploads
- reset client settings