Reference

xspf_lib

Module helps to work with xspf playlists.

xspf_lib.Playlist(title, creator, ...)

Playlist info class.

xspf_lib.Playlist.parse(filename)

Parse XSPF file into xspf_lib.Playlist entity.

xspf_lib.Playlist.write(file_or_filename[, ...])

Write playlist into file.

xspf_lib.Playlist.xml_string()

Return XML representation of playlist.

xspf_lib.Track([location, identifier, ...])

Track info class.

xspf_lib.Extension(application, ...)

Class for XML extensions of XSPF playlists and tracks.

xspf_lib.Link(rel[, content])

Object representation of link element.

xspf_lib.Meta(rel[, content])

Object representation of meta element.

xspf_lib.Attribution([location, identifier])

Object representation of attribution element.