wnew / MusicNow

:musical_note: Enter song name and download the song with metadata.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MusicNow

PyPI License: MIT

Download Music with album art and details.
  • Adds Album Art, Artist, Album, lyrics.
  • Fetches data from Spotify.
  • Download entire albums by using '--album' argument.
  • Multiple file mode to download multiple songs continously.
  • Changes file name to "{artist} - {title}".


---- ### Dependencies
Mac
$ brew install libav
Ubuntu
$ sudo apt-get install libav-tools
Windows

To install libav

Installation

Python 2.x
$ pip install musicnow
Python 3.x
$ pip3 install musicnow

---- ### How to use ```sh $ musicnow ``` (Added new feature not present in video that downloads entire albums, ```musicnow --album```) [![Usage](https://s30.postimg.org/6a34gq4m9/image.png)](https://www.youtube.com/watch?v=qtBTKUyWTgc "MusicNow - Usage")
---- ### Options ``` $ musicnow --help

usage: musicnow [-h] [-m MULTIPLE_FILE] [-a] [--album]

Download songs with album art and metadata!

optional arguments: -h, --help show this help message and exit -m Download multiple songs from a text file list -a, --auto Automatically chooses top result --album Downloads all songs from an album

<br>
----
### Disclaimer
Use at own risk.
Downloading music with copyrights might be illegal in your country.

License
----
The MIT License (MIT)
Copyright (c) 2016 Lakshay Kalbhor

About

:musical_note: Enter song name and download the song with metadata.

License:MIT License


Languages

Language:Python 100.0%