Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

l0b0/xspf2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xspf2csv

Convert XML Shareable Playlist Format (XSPF) to comma-separated values (CSV) for import with services like Ivy.

It's really fast; around 25 milliseconds to process over 1200 tracks, and it should be able to handle any special characters. See example.xspf and the resulting example.csv for details.

Use

xsltproc xspf2csv.xsl /path/to/your/playlist.xspf > playlist.csv

Tests

You'll need shunit2 to run test.sh.

About

XSPF to CSV converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published