graphtunes
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:for visualization of music playlist data
graphtunes is for visualization of music playlist data

At the moment, it only makes a line graph of the BPM data for a playlist, and it expects as input an XML-exported iTunes playlist[1]. 

Running it as

    graphtunes playlist.xml

will output a graph to 'playlist.png'. It's as simple as that.

It uses REXML to parse the playlist (stdlib, yay) and gruff for the graphing (enjoy installing RMagick and friends if you haven't already).


[1]: in iTunes, select a playlist, right-click (or ctrl-click, or two-finger tap, or whatever) on the playlist, choose Export Song List..., XML format

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。