RAA - playlist

playlist / 0.0.20080226

Short description: Playlist(.m3u/.pls) Reader/Writer
Category: Library/Multimedia
Status: prototype
Created: 2008-02-25 16:02:58 GMT
Last update: 2008-02-25 16:02:58 GMT
Owner: MoonWolf (Projects of this owner)
Homepage: not available
Download: http://www.moonwolf.com/ruby/archive/playlist-0.0.20080226.tar.gz
License: Ruby's
Dependency:
None
Description:

Playlist - Playlist(.m3u/.pls) Reader/Writer
===============================================

INSTALL
-------

$ su
# setup.rb

USAGE
-----

require 'playlist'
require 'pp'

path = ARGV.shift || 'test.m3u'

playlist = Playlist::M3U.new(path)
pp playlist
print playlist.write

LICENSE
-------

Ruby's

Edit this project (for project owner)

back to RAA top