mirror of
https://github.com/cooperhammond/irs.git
synced 2025-07-02 15:08:14 +00:00
Updated Readme with SHIELDS
This commit is contained in:
parent
310fdfc148
commit
e04412db83
25
README.md
25
README.md
|
@ -1,17 +1,20 @@
|
||||||
<div align="center">
|
<div align="center"><img src ="http://i.imgur.com/VbsyTe7.png" />
|
||||||
<img src ="http://i.imgur.com/VbsyTe7.png" />
|
<div align="center">Ironic Redistribution System
|
||||||
</div>
|
|
||||||
Ironic Redistribution System
|
|
||||||
===
|
===
|
||||||
[](http://www.gnu.org/licenses/gpl.html)
|
|
||||||
[](https://github.com/kepoorhampond/irs/stargazers)
|
<div align="center">
|
||||||
[](https://travis-ci.org/kepoorhampond/irs)
|
[](http://www.gnu.org/licenses/gpl.html)
|
||||||
[](https://coveralls.io/github/kepoorhampond/irs?branch=master)
|
[](https://github.com/kepoorhampond/irs/stargazers)
|
||||||
[](https://pypi.python.org/pypi/irs)
|
[](https://travis-ci.org/karma-runner/karma-coverage)
|
||||||
|
[](https://saythanks.io/to/kepoorhampond)
|
||||||
|
[](https://coveralls.io/github/kepoorhampond/irs?branch=master&style=flat-square)
|
||||||
|
[](https://pypi.python.org/pypi/irs)
|
||||||
|
[](https://beerpay.io/kepoorhampond/irs)
|
||||||
|
<div align="center"><sub><sup>(Shields: Gotta Catch Em All)</sup></sub>
|
||||||
|
|
||||||
> A music downloader that understands your metadata needs.
|
> A music downloader that understands your metadata needs.
|
||||||
|
|
||||||
A tool to download your music with metadata. It uses [Spotify](https://www.spotify.com/) for finding metadata and list contents and uses [Youtube](https://www.youtube.com/) for the actual audio.
|
A tool to download your music with metadata. It uses [Spotify](https://www.spotify.com/) for finding metadata and [Youtube](https://www.youtube.com/) for the actual audio source.
|
||||||
|
|
||||||
Works with Python 2 and 3.
|
Works with Python 2 and 3.
|
||||||
___
|
___
|
||||||
|
@ -83,6 +86,8 @@ Currently, the program attaches the following metadata to the downloaded files:
|
||||||
### Philosophy
|
### Philosophy
|
||||||
When I made this program I was pretty much broke and my music addiction wasn't really helping that problem. So, I did the obvious thing: make an uber-complicated program to ~~steal~~ download music for me! As for the name, its acronym spells IRS, which I found amusing, seeing as the IRS ~~takes~~ steals money while my program ~~gives~~ reimburses you with music.
|
When I made this program I was pretty much broke and my music addiction wasn't really helping that problem. So, I did the obvious thing: make an uber-complicated program to ~~steal~~ download music for me! As for the name, its acronym spells IRS, which I found amusing, seeing as the IRS ~~takes~~ steals money while my program ~~gives~~ reimburses you with music.
|
||||||
|
|
||||||
|
The design/style inspiration of pretty much everything goes to [k4m4](https://github.com/k4m4).
|
||||||
|
|
||||||
### Wishlist
|
### Wishlist
|
||||||
- [x] Full album downloading
|
- [x] Full album downloading
|
||||||
- [x] Album art metadata correctly displayed
|
- [x] Album art metadata correctly displayed
|
||||||
|
|
Loading…
Reference in a new issue