ryanwinchester / shoutcast_ex

Read metadata from shoutcast stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shoutcast

https://hexdocs.pm/shoutcast

Read meta data from a shoutcast stream.

Installation

in mix.exs

def deps do
  [
    {:shoutcast, "~> 0.1.0"}
  ]
end

Usage

iex> Shoutcast.read_meta("http://ice1.somafm.com/lush-128-mp3")
{:ok, %Meta{}}

About

Read metadata from shoutcast stream


Languages

Language:Elixir 100.0%