Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Latest commit

 

History

History
65 lines (46 loc) · 2.5 KB

File metadata and controls

65 lines (46 loc) · 2.5 KB

YouTubeBrainz

YoutubeBrainz allows you to find and download Youtube videos associated to an album on MusicBrainz.

example

Tests PyPI version Downloads

Summary

Getting Started

Installation

You can install youtube-bz directly from pip, it should install automatically all the dependencies

$ pip install youtube-bz

How to use

Display help

$ youtube-bz --help

You can search for a release with its MBID on MusicBrainz or with the command search, for instance to search the album 'Hybrid Theory' of 'Linkin Park' you can run:

$ youtube-bz search 'Hybrid Theory' --artist 'Linkin Park'
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━┓
┃ ID                                   ┃ Title         ┃ Artist      ┃ Score ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━┩
│ 2a4174ab-f0b1-430e-b7e2-25c062b45573 │ Hybrid Theory │ Linkin Park │ 100   │
│ cce15358-9fa0-38b5-b143-c51ff7024b24 │ Hybrid Theory │ Linkin Park │ 100   │
└──────────────────────────────────────┴───────────────┴─────────────┴───────┘

And to download it just run:

$ youtube-bz download 2a4174ab-f0b1-430e-b7e2-25c062b45573

Author

License

This project is licensed under the GPL-3.0 GNU General Public License v3.0 - see the LICENSE file for details

Acknowledgments

  • This project's structure has been greatly inspired by pipx