e
Go to file
2016-12-11 14:54:51 -08:00
irs Fixed bug with album, made everything more readable and added a console gui. 2016-12-11 14:54:28 -08:00
.gitignore Fixed bug with installing the package from pip 2016-12-10 22:56:50 -08:00
LICENSE Initial commit 2016-07-07 18:24:47 -07:00
README.md Update README.md with a dependency I forgot about. 2016-12-10 23:46:46 -08:00
setup.cfg Fixed bug with installing the package from pip 2016-12-10 22:56:50 -08:00
setup.py Fixed bug with album, made everything more readable and added a console gui. 2016-12-11 14:54:28 -08:00

Ingenious Redistribution System

License: GNU PyPI

Now with working album art!

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


Installation

$ pip install irs

Almost all dependencies are automatically installed by pip, but youtube_dl still needs ffmpeg to convert video to audio, so for Windows, you can install Scoop and then just do:

$ scoop install ffmpeg

For OSX, you can use Brew and do:

$ brew install ffmpeg

For Ubuntu:

$ sudo apt-get install ffmpeg

Most other linux distros have ffmpeg or libav-tools in their package manager repos, so you can install one or the other for other distros.