{% extends 'base.html' %} {% block scripts %} {% endblock %} {% block header %}
{# MSG: Label which appears before a url which links to the current page. #} {%- trans -%} URL of {{site_title}}: {%- endtrans -%}
{{ url }}
{# MSG: Label before a QR code which brings a frind (pal) to the main page if scanned, so they can also add songs. QR code follows this text. #}{% trans %}Handy URL QR code to share with a pal:{% endtrans %}
{% trans %}*You may need to refresh the splash screen for these changes to take effect.{% endtrans %}
{# MSG: Help text explaining when videos will be transcoded #} {% trans %}* Videos are only transcoded when: normalization is on, a song is transposed, playing a CDG/MOV/AVI/MKV file. Most unmodified MP4 files will not need to be transcoded.{% endtrans %}
{% trans %}Refresh the song list:{% endtrans %}
{# MSG: Help text explaining the Rescan song directory link. #}{% trans -%} You should only need to do this if you manually copied files to the download directory while pikaraoke was running. {%- endtrans %}
{# MSG: Text explaining why you might want to update youtube-dl. #}{% trans %}If downloads or searches stopped working, updating youtube-dl will probably fix it. The current installed version is: "{{ youtubedl_version }}"{% endtrans %}
{# MSG: Help text which explains why updating youtube-dl can fail. The log is a file on the machine running Pikaraoke. #} {% trans -%} This update link above may fail if you don't have proper file permissions. Check the pikaraoke log for errors. {%- endtrans %}
{# MSG: Title of the section on shutting down / turning off the machine running Pikaraoke. #}{# MSG: Explainitory text which explains why to use the shutdown link. #} {% trans -%} Don't just pull the plug! Always shut down your server properly to avoid data corruption. {%- endtrans %}
{% trans -%} If you just installed the pre-built pikaraoke pi image and your SD card is larger than 4GB, you may want to expand the filesystem to utilize the remaining space. You only need to do this once. This will reboot the system. {%- endtrans %}
{% endif %}{% trans logout_url=url_for('admin.logout') -%} Disable admin mode: Log out {%- endtrans %}
{% endif %} {% else %} {# from if admin #} {# MSG: Link which will let the user log into admin mode. #}{% trans login_url=url_for('admin.login') %} Enable admin mode: Log in {% endtrans %}
{% endif %} {% endblock %}