Livestreams

<% route = fn p -> ~p"/channels?#{p}" end %> <% pagination = render(PhilomenaWeb.PaginationView, "_pagination.html", page: @channels, route: route, conn: @conn, params: [cq: @conn.params["cq"]]) %> <%= form_for :channels, ~p"/channels", [method: "get", class: "hform", enforce_utf8: false], fn f -> %>
<%= text_input(f, :cq, name: :cq, value: @conn.params["cq"], class: "input hform__text", placeholder: "Search channels", autocapitalize: "none") %> <%= submit("Search", class: "hform__button button") %>
<% end %>
<%= for channel <- @channels do %> <%= render(PhilomenaWeb.ChannelView, "_channel_box.html", channel: channel, conn: @conn, subscriptions: @subscriptions) %> <% end %>

<%= if can?(@conn, :create, Philomena.Channels.Channel) do %> <%= link("New Channel", to: ~p"/channels/new") %> <% end %>

FAQ

Q: Do you host streams? A: No, we cheat and just link to streams on Picarto since that's where (almost) everyone is already. This is simply a nice way to track streaming artists.

Q: How do I get my stream/a friend's stream/<artist>'s stream here? A: Send a private message to a site administrator with a link to the stream and the artist tag if applicable.