music-album-creator

A CLI application intending to automate offline music library building


Keywords
music, album, automation, youtube, audio, metadata, download, audio-processing, audio-segmentation, cli, command-line-tool, music-library, music-metadata, youtube-downloader
License
GPL-3.0
Install
pip install music-album-creator==1.0.7

Documentation

Music Album Creator - CLI Application

Music Album Creator is a CLI application aiming to automate the process of building an offline music digital library.

Featuring

  • Automatically downloading and converting to mp3 from youtube
  • Segmenting albums into tracks and automatically adding metadata information (ie for 'artist', 'album', 'track_name' fields)
  • Cross-platform support (Linux/Windows)
  • Cross-python support (Python2.7 or newer)

Overview

tests
package
  • Free software: GNU General Public License v3.0

Installation

Music Album Creator requires the ffmpeg package in order to run. You can download it from https://www.ffmpeg.org/download.html.
For Linux (Debian) you can simply install it with
sudo apt-get install ffmpeg

To install the Music Album Creator simply do

pip install music-album-creation

Usage

To run, simply execute:

create-album

Documentation

https://music-album-creator.readthedocs.io/

Development

To run all tests run:

pip install -U tox
tox -v