xspf icon indicating copy to clipboard operation
xspf copied to clipboard

Easy xspf playlists for python

Results 6 xspf issues
Sort by recently updated
recently updated
newest added

How to expose these? A list? How to remove particular items?

Convert strings to dates using known formats, and output them properly in the spec format. Also have helpers to set dates to "now"

Attribution tags come with a recommendation to truncate attributions. Should this be automatic or manual?

Add an extension with namespace and rel, and safely add xml to the document. As a string, or as an etree object?

Instead of using xspfparser, include our own (for valid xml only?), especially to handle meta/link/location/other listy tags. Lower priority, read jspf too depending on #3

It would be nice to output json as well as xml. This may require changes to the jspf spec.