{% extends "base.html" %} {% block content %}

PhunkRadio

Enjoy the music :)


Now playing:
Nothing here yet

Command list:

!np         - current song
!tune       - upvote song
!boo        - downvote song
!request    - search and queue a song by title or YouTube id
!dj+        - add a YouTube ID to the radiostream
!dj-        - remove a YouTube ID
!ban+       - ban a YouTube ID and/or nickname
!ban-       - unban a YouTube ID and/or nickname
!skip       - skips current song
!listeners  - show current amount of listeners
!queue      - show queued up music
!queue_user - queue a random song by user
!search     - search for a title
!stats      - stats
      

History

history.txt

Library (by user)

{% if ENABLE_SEARCH_ROUTE %}

Quick Search (general)

{% endif %}

IRC

{{ settings.irc_host }}:{{ settings.irc_port }}
{{ settings.irc_channels | join(" ") }}
      
{% if ENABLE_SEARCH_ROUTE %} {% endif %} {% endblock %}