KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
csvToXspf
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
EVE-Alpha-Eagle
:
Eagle files for the EVE Alpha Board
pyngine
:
Minimalist component-based game engine, written in Python, and using the modules OpenGL and Pygame
nodejs-threaded-comments
:
Multi threaded comments using nodejs and couchdb
velomaze
:
NodeKO 3 entry by copypastel group: @chadbercea @ecin & @raimo_t
CakeStrap-Manager-Module
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
csvToXspf
?
Download (.md)
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].