MusicalElements v0.0.1 MusicalElements View Source

Documentation for MusicalElements.

Link to this section Summary

Link to this section Functions

Link to this function get_id3_tags(path_to_file) View Source

Hello world.

Examples

iex> path_to_file = "test/fixtures/id3v2.mp3"
iex> MusicalElements.get_id3_tags(path_to_file)
%{title: "my placid island", artist: "tryad", album: "public domain", album_cover: ""}
Link to this function read_id3_v1_tags(path_to_file) View Source
Link to this function read_id3_v2_tags(path_to_file) View Source