highpolarbear / Instant-Music-Downloader

🎷 Downloads Music From The Web - Temporary fix version

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instant Music Downloader Working version fix.

This repository contains the fix for "No results found matching your query", found when running Linux (Ubuntu 20).

Description

" Instantly download any song! 🎸 🎶 🎼 🎺 🎻 ".

This is a fix to the non-running version of the original Instant music downloader. Code has been pulled and forked from the original repository and has been re-organized for running.

Note : This is a temporary running fix. Or if you want the music downloader to just work, this has been tested to run on Ubuntu 20.

Disclaimer

As per the original author, any work here is "use at your own risk". There are no guarantee on this software in any way or form possible. I am not resposible for anything which may occur from the use of this software. "use at your own risk" .

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

Install & Run instructions

Only python3 supported .

Runs only on Ubuntu or any Debian derived linux distros as it relies on debian's apt package manager.

Python3 and pip3 needs to be installed. If not installed, run the following commands

sudo apt-get update
sudo apt-get install python3 -y
sudo apt install python3-pip -y

Clone this repository and cd into this repo.

To install the prerequisites, first allow the prerequisite installer to be a runnable.

sudo chmod +x ./install-prerequisites.sh

then run it

./install-prerequisites.sh

Once it is done, you should be able to run by typing

./run.sh

And voila, la fin.

To run this app again, either cd into this repo's folder and use ./run.sh,

or set an alias to the run.sh file. More information on how to set up aliases can be found in this link by linuxize



Original Read Me

Below is the original README from the original Author.

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 - Temporary fix version

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


Languages

Language:Roff 64.5%Language:Shell 20.1%Language:Python 9.2%Language:PowerShell 6.2%