Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/streampusher/rupeepeethree

command line mp3 tagger
https://github.com/streampusher/rupeepeethree

Last synced: about 2 months ago
JSON representation

command line mp3 tagger

Awesome Lists containing this project

README

        

# rupeepeethree

http://github.com/datafruits/rupeepeethree

[![Gem Version](http://img.shields.io/gem/v/rupeepeethree.svg)](https://rubygems.org/gems/rupeepeethree)
[![Build Status](https://img.shields.io/travis/datafruits/rupeepeethree.svg)](http://travis-ci.org/datafruits/rupeepeethree)
[![Code Climate](https://img.shields.io/codeclimate/github/datafruits/rupeepeethree.svg)](https://codeclimate.com/github/datafruits/rupeepeethree)

## DESCRIPTION:

You thought your mp3s were cool. Turns out you were wrong. Your mp3s have no tags. You must tag them!

a simple library and command line utility wrapper around ruby-taglib

## FEATURES/PROBLEMS:

* a dumb name
* probably works
* has tests
* easier to change the album art than eyeD3

## SYNOPSIS:

`rp3 -t "a cool song about pineapples" -p ~/pics/pineapple_tshirt.png pineapple_fortress.mp3`

## REQUIREMENTS:

* taglib

## INSTALL:

* gem install rupeepeethree

## DEVELOPERS:

After checking out the source, run:

$ rake newb

This task will install any missing dependencies, run the tests/specs,
and generate the RDoc.

## LICENSE:

(The MIT License)

Copyright (c) 2013

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.