Helpful library and command-line-tool to download music, update metadata, rearrange files, and other common utilities.
Project description
# MusicUtils Library to download music from list of songs (and websites such as billboards.com) and updating their metadata (Title, TrackNo, Artist, Album, AlbumArt, Lyrics etc.) //In development
## Installation
Make sure you’re using python3 and have pip installed and enabled. On the command line, simply run:
pip install musicutils
### Requirements:
MusicUtils requires ffmpeg to convert files to mp3.
On a linux system:
sudo apt install ffmpeg
On windows:
Installing ffmpeg is slightly trickier on windows. [Read the instructions here](http://adaptivesamples.com/how-to-install-ffmpeg-on-windows/).
On MacOS
brew install ffmpeg
brew link ffmpeg
## Usage
MusicUtils can be invoked from the commandline after installation.
mutils “Song Item 1” “Song Item 2” “Song Item 3” […]
to download individual files.
For example,
mutils “A Great Big World - Say Something”
Use mutils -f “songlist.txt” to download files using a text file containing song titles in individual lines.
songlist.txt is a list of song title-artist pairs, one in a line.
You may also replace a song title by it’s incomplete lyrics, and in most cases, it should work just fine.
In case of weird results, remember that the first result on Youtube is what is downloaded.
### Downloading songs from a list in a url
mutils –url https://www.thetoptens.com/indie-rock-songs/ –count 20
OR
mutils -u https://www.thetoptens.com/indie-rock-songs/ -n 20
Count is optional, defaults to 10.
Supported list sites: - https://www.thetoptens.com/
### Rearranging files
To arrange the music files which contain metadata neatly into folders (artist->album->files), use the following command.
mutils –arrange –directory /path/to/folder
or, more simply,
mutils -a -d path/to/folder
## Manual installation of the project
Clone the repository
git clone https://github.com/hundredrab/MusicUtils.git
Navigate into the project directory
cd MusicUtils
Install musicutils and its dependencies
python setup.py install
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file MusicUtils-0.1.dev6.tar.gz
.
File metadata
- Download URL: MusicUtils-0.1.dev6.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c59a464c291b6254b204e351bcad1d56b2b5aa119648856da7d151502e3fbdb |
|
MD5 | 2a3d98b6d22f9d3ebbaabdc3dcd4d2ee |
|
BLAKE2b-256 | eb8d0f929750de6a873bd7a75cb1d114a46a2f0205d71dff3db6a5fd42139bad |
File details
Details for the file MusicUtils-0.1.dev6-py3-none-any.whl
.
File metadata
- Download URL: MusicUtils-0.1.dev6-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7c87b5b7cdc1af906ba983107c778f2ac9656d0636f6c686dfdd1ee809f7acc |
|
MD5 | 6400a57618302668d590eda09cd246ad |
|
BLAKE2b-256 | 11bc079d615e39595eda9337fa6b9fce07772e53a69cd1c0c01bc68b2a6fd1fa |