Skip to content

kevlened/csvToXspf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csvToXspf

This converts csv playlists downloaded from sites like groovebackup to the xspf playlist format.

Xspf playlists are an open way to store your playlists.

usage: python csvToXspf.py [csv location] [xspf destination]

notes

Python 2.7 must be installed.

This uses Alastair Porter's python xspf library.

Locations in the command line must not contain spaces.

Only artists and song names are currently included in the xspf.

This should work on any csv with the headers [song, artist, album].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages