yask123 / Instant-Music-Downloader

🎷 Downloads Music From The Web

Home Page:http://iyask.me/Instant-Music-Downloader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instantly download any song! 🎸 🎶 🎼 🎺 🎻

Join the chat at https://gitter.im/yask123/Instant-Music-Downloader Build Status PyPI

Buy me a coffee

Without knowing its name!!

This is so cool!

Installation by Pip

For Python 2.7

$  pip install instantmusic

For Python 3.4

$ pip3 install instantmusic

Note:

You would also need libav to download in .mp3 format.

On Mac Os X

Installation by Brew
 $ brew install libav

On Ubuntu

 $ sudo apt-get install libav-tools 

On Windows

See this

Usage

$ instantmusic 
>> Enter songname/ lyrics/ artist.. or whatever

i tried so hard and got so far 

>>Downloaded Linkin Park - In The End
>> Enter songname/ lyrics/ artist.. or whatever

another turning point a fork stuck in the road

>>Downloaded Green Day - Good Riddance
>> Enter songname/ lyrics/ artist.. or whatever

yeh hosla kaise jhuke

>>Downloaded Yeh Hausla Kaise Jhuke - Salim-Sulaiman

Options

❯ instantmusic -h                                                   
usage: instantmusic [-h] [-p] [-q] [-s SONG [SONG ...]]
                    [-l SONGLIST [SONGLIST ...]] [-f FILE [FILE ...]]

Instantly download any song!

optional arguments:
  -h, --help            show this help message and exit
  -p                    Turn off download prompts
  -q                    Run in quiet mode. Automatically turns off prompts.
  -s SONG [SONG ...]    Download a single song.
  -l SONGLIST [SONGLIST ...]
                        Download a list of songs, with lyrics separated by a
                        comma (e.g. "i tried so hard and got so far, blackbird
                        singing in the dead of night, hey shawty it's your
                        birthday).
  -f FILE [FILE ...]    Download a list of songs from a file input. Each line
                        in the file is considered one song.

MP3 Tags

WIP

The script automatically embeds id3 tags to the downloaded .mp3 file.

It will grab following meta data:

  1. Track title (From YT)
  2. Artist (From YT)
  3. Album name (From metrolyrics.com)
  4. Album art (From google images)
  5. Lyrics (From metrolyrics.com)

$ sudo pip install fixalbumart

❯cd MyMusic

❯fixalbumart

>> Fixing taylor swift - love story
>> In the end - Linkin park 
......

>> Fixed all songs

Video

Demo

Requirements

  1. Youtube-dl
  2. BeautifulSoup

Disclaimer

Downloading copyrighted material may be illegal in your country. Use at your own risk.

The MIT License

Copyright (c) 2015 Yask Srivastava http://iyask.me

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.

About

🎷 Downloads Music From The Web

http://iyask.me/Instant-Music-Downloader/


Languages

Language:Roff 64.1%Language:Shell 20.0%Language:Python 9.8%Language:PowerShell 6.1%