Polyvox.ID3.Tag protocol
Represents a tag, virtual or physical, in an MP3 file.
Summary
Functions
Gets a stream that contains the artwork for the episode
Gets the date of the recording of the podcast in DDMM format
Gets the description of the episode’s contents
Gets the list of genres for the episode
Gets the number of the episode
Gets the names of the people in the episode
Gets the podcast name
Gets the URL of the podcast
Gets the notes for the show
Gets the summary of the episode’s contents
Gets the title of the episode
Gets the unique identifier for the episode
Gets the URL for the episode
Gets the year of the recording of the episode
Types
t :: term
Functions
Specs
artwork(Tag.t) :: Stream.t | nil
Gets a stream that contains the artwork for the episode.
Note: This is not yet implemented because it’s not MVP.
Specs
date(Tag.t) :: binary | nil
Gets the date of the recording of the podcast in DDMM format.
Specs
description(Tag.t) :: binary | nil
Gets the description of the episode’s contents.
Specs
participants(Tag.t) :: [binary] | nil
Gets the names of the people in the episode.