e
Go to file
2016-12-10 15:40:43 -08:00
irs Redid the whole thing. Again. 2016-12-10 15:40:43 -08:00
.gitignore Redid the whole thing. Again. 2016-12-10 15:40:43 -08:00
irs.py Entirely rewrote the program so that it's much more efficient, although many features were taken out. 2016-09-18 16:28:28 -07:00
LICENSE Initial commit 2016-07-07 18:24:47 -07:00
README.md Entirely rewrote the program so that it's much more efficient, although many features were taken out. 2016-09-18 16:28:28 -07:00
requirements.txt Entirely rewrote the program so that it's much more efficient, although many features were taken out. 2016-09-18 16:28:28 -07:00
setup.py Redid the whole thing. Again. 2016-12-10 15:40:43 -08:00

Ingenious Redistribution System v2.0

An "ingenious" program to download music and then parse metadata for the downloaded file.

Examples

To download the Arctic Monkeys' album AM, you would type $ irs album AM by Arctic Monkeys
To download a single song you would do $ irs song Should I Stay Or Should I Go by The Clash

Installation/Dependencies

First, actually install python and pip:

  • To install python3 and pip for Ubuntu run this command:
$ sudo apt-get install python3 python3-pip
  • For Windows follow this guide to install python (remember to install ~v3.4), and this guide to install pip.
  • For OSX follow this guide that goes through python and pip. Also, remember to install ~v3.4.

Then install requirements.txt from the repository:

$ pip install -r requirements.txt

And you should be good to just run irs.py!

License

Ingenious Redistribution System, A system built to redistribute media to the consumer.

Copyright (C) 2016 Cooper Hammond

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.