mojomusic

A python module to download and manage music.


Keywords
Mojo Music, Music, Download
License
GPL-3.0
Install
pip install mojomusic==0.0.6

Documentation

MojoMusic

Hey, back then I wrote some python scripts to download music from youtube for my personal usage.

Then I thought why not share these scripts to I did a little bit of refactoring and add argparse to project.

Note: As I said, this is for my personal usage so I dont have plans to develop and maintain this repository and I just wanted to share my code. so feel free to contribute and pull requests are welcome :)

Usage

I documented how to use command line in repository wiki pages.

Todos

  • Add get_list and print_list functions.
  • Add download function.
  • Add cover to fix_tags function. (to automatically add cover image to track)
  • Add download_all function.
  • Add find_lyrics function.
  • Add download_music_video function.
  • Add download_album by name of album function.