m3u

package module
v0.0.0-...-4f4885e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2014 License: ISC Imports: 6 Imported by: 1

README

m3u

A package for parsing and writing m3u playlists.

Documentation online

Installation

go get github.com/Knorkebrot/m3u

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Playlist

type Playlist []*Song

func Parse

func Parse(r io.Reader) (Playlist, error)

func (Playlist) String

func (p Playlist) String() (string, error)

type Song

type Song struct {
	Length int64
	Title  string
	Path   string
}

func (Song) String

func (s Song) String() (string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL