faq.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <template name="faq">
  2. {{> header}}
  3. <div class="text-center">
  4. <h3>FAQ
  5. <small class="thin">Frequently Asked Questions</small>
  6. </h3>
  7. <hr/>
  8. <h4>How can I add a song?</h4>
  9. <p class="flow-text">You can add a song if you are logged in, by clicking on the Add Song button under the
  10. video in
  11. the station you want to add your song in. That will open up a modal where you can search search for a song by putting a search query there or by putting a link in there and clicking the Search Song button. You can then
  12. edit
  13. some more information, like the artist and title. It's helpful for us if you fill those in so we don't
  14. have to
  15. research every song, but you are not required to. You can also import playlists from YouTube.</p>
  16. <h4>Can I skip a song?</h4>
  17. <p class="flow-text">Yes, and no. You can vote on skipping a song. You can click the blue skip button. When
  18. the
  19. counter hits 3, the song will be skipped. Admins and mods can skip songs without needing to vote, but
  20. please do
  21. not ask us to skip songs.</p>
  22. <h4>I added a song but I can't find it in the Playlist, where is it?</h4>
  23. <p class="flow-text">When you request a song to be added to a playlist, an admin or moderator first needs to
  24. review,
  25. edit and then either accept or deny that song.</p>
  26. <h4>How do I use emoji's in chat?</h4>
  27. <p class="flow-text">In chat, you can see emoji's by typing the ':' in chat and then a keyword or some
  28. letters of an
  29. emoji. That opens a dropdown box from where you can choose emoji's to put in chat. You can also just
  30. type it
  31. manually. You can find the full list of emoji's at <a href="http://emoji.codes/"
  32. target="_blank">www.emoji.codes</a></p>
  33. <h4>Is there an API?</h4>
  34. <p class="flow-text">No, sorry. But we will add one soon&trade;!</p>
  35. <h4>Are there chat commands?</h4>
  36. <p class="flow-text">Yes! Just type /commands or /help in chat and it will show you all of the available
  37. chat commands.</p>
  38. </div>
  39. {{> footer}}
  40. </template>