jxl / muq fork watch download tarball
public
Rubygem
Description: Muxtape CLI
Homepage: http://github.com/jxl/muq
Clone URL: git://github.com/jxl/muq.git
Search Repo:
muq /
name age message
folder README.markdown Mon Apr 28 15:07:25 -0700 2008 typo [jxl]
folder bin/ Wed Apr 30 01:11:28 -0700 2008 option to keep original tags [jxl]
folder lib/ Tue Apr 29 01:57:41 -0700 2008 catch S3 failure [jxl]
folder muq.gemspec Wed Apr 30 01:11:28 -0700 2008 option to keep original tags [jxl]
README.markdown

Muq, a Muxtape CLI

Basic command line interface for .

Usage

See muq up -h and muq dn -h for details.

Muxtape's limits are 12 songs per tape and 10MB per song.

Upload examples

muq up favorite.mp3 --user=bob --pass=bob --email=bob@example.com
Create a new account for Bob and upload his favorite tune.

muq up -u=larry -p=kensentme
Upload every mp3 in the current directory to Larry's existing account.

muq up some.mp3,another.mp3 -u=larry -p=kensentme --banner="Larry's Tape" --caption="Wooo" --color=ffdddd
Upload mp3s and set banner, caption and color.

Download examples

muq dn hiphop or muq dn http://hiphop.muxtape.com/
Download a single tape.

muq dn hip,hop,rap,rnb
Download multiple tapes.

Bugs?

Fork and fix, thanks!