irs/README.md

27 lines
943 B
Markdown
Raw Normal View History

2016-12-11 00:26:11 +00:00
# Ingenious Redistribution System
[![License: GNU](https://img.shields.io/badge/License-GNU-yellow.svg)](http://www.gnu.org/licenses/gpl.html)
[![PyPI](https://img.shields.io/badge/Python-3.5-blue.svg)](https://pypi.python.org/pypi/irs)
2016-07-08 04:37:40 +00:00
2016-12-11 00:26:11 +00:00
<em>Now with working album art!<em>
2016-12-11 00:26:11 +00:00
An ingenious program to download audio from youtube and then parse metadata for the downloaded file.
___
### Usage and Examples
```
usage: irs [-h] [-a ARTIST] [-A ALBUM | -s SONG]
optional arguments:
-h, --help show this help message and exit
-a ARTIST, --artist ARTIST
Specify the artist name
-A ALBUM, --album ALBUM
Specify album name of the artist
-s SONG, --song SONG Specify song name of the artist
```
[![asciicast](https://asciinema.org/a/bcs7i0sjmka052wsdyxg5xrug.png)](https://asciinema.org/a/bcs7i0sjmka052wsdyxg5xrug?speed=3&autoplay=true)
___
### Installation
```
$ pip install irs
```