https://github.com/kevlened/csvtoxspf
https://github.com/kevlened/csvtoxspf
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevlened/csvtoxspf
- Owner: kevlened
- Created: 2012-10-27T20:07:03.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-27T20:07:16.000Z (almost 13 years ago)
- Last Synced: 2023-03-23T22:52:56.704Z (over 2 years ago)
- Language: Python
- Size: 105 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
csvToXspf
---------
This converts csv playlists downloaded from sites like [groovebackup](http://groovebackup.com/) to the [xspf](http://xspf.org) 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](https://github.com/alastair/xspf).
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].