{% trans %}Enter the administrator password{% endtrans %}
{% 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 %}Enter the administrator password{% endtrans %}
{# MSG: Song count display in the library card. #} {% trans %}Songs in library:{% endtrans %} ...
{# MSG: Help text explaining what Sync Now does. #} {% trans %}Reconciles the library with the song directory in the background.{% endtrans %}
{% trans %}Microphones detected on the server. Audio is routed directly to speakers.{% endtrans %}
{% trans %}No microphones detected. Connect a USB or Bluetooth mic and click Refresh.{% endtrans %}
{% trans %}Microphone support is unavailable. Required audio tools are not installed.{% endtrans %}
{% trans %}On Linux / Raspberry Pi, install it with:{% endtrans %}
sudo apt install pulseaudio-utils
{% trans %}and restart PiKaraoke.{% endtrans %}
{% trans %}Add one phrase per line in each box and hit save.{% endtrans %}
{# MSG: Title for LOW Score Phrases #}{% trans %}
If downloads or searches stopped working, updating yt-dlp will probably fix it.
The current installed version is: "{{ youtubedl_version }}".
{% endtrans %}
{# MSG: Help text which explains why updating yt-dlp 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 %}
{% 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 %}
{# MSG: Text for button#} {% trans %}Expand Raspberry Pi filesystem{% endtrans %}{% trans %}Click here to logout from admin mode.{% endtrans %}
{# MSG: Link which will log out the user from admin mode. #} {% trans %}Log out{% endtrans %}{# 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 %}