A cmdline tool to download Youtube videos as songs through BlackHole playlists.
Project description
bhs-gamma
A simple command-line tool for downloading Youtube videos as songs, with embedded metadata and thumbnail cropping, with data taken from playlists exported by the now discontinued BlackHole music player.
INSTALL
This package is still in testing phase. As such, you will find it uploaded on test.pypi. You may install it by specifying the test.pypi index through pip.
pip install --index-url https://test.pypi.org/simple/ bhs-gamma
USAGE
Refer to the quick steps below:
-
Export your playlist from BlackHole, it would be a JSON file.
-
Copy it over to your system, in a directory of your choice.
-
Within this same directory, open up a command prompt and use the following template:
python main.py [OPTIONS] "your_playlist.json" -
The playlist will be exported to the stated output folder.
Keep in mind that, if not explicitly set, two folders 'export' and 'cache' will be created for exported music and the temporary files respectively, all within the same directory.
OPTIONS
The options available in bhs-gamma are:
| PARAMETERS | DESCRIPTION |
|---|---|
-o --output |
Where the final song is saved. Default is under the export directory newly created in the same place where the command is run. |
--cache-dir |
Where the cache or temporary files are stored. By default, cache directory is in the same place where the command is run. |
--keep-cache |
To keep all temporary files. Default is to delete the respective cache files for when a song is finalized. |
-v --verbose |
To print verbose output including yt-dlp and logs. |
--test-run |
To run only the first song from the playlist. |
MANUAL INSTALL
DEPENDENCIES
The package is currently tested with Python 3.11, hence versions same as or above Python 3.11 are recommended. For testing and running the program yourself, you will need to cover the following.
- yt-dlp - A command-line Youtube music/video downloader, and sits at the core of this tool. You may install it with pip using
pip install yt-dlp, or refer the official page for other sources. If using a standalone binary, be sure to add it to yourPATH. - PIL - Python Imaging Library, for processing images in Python. Used for importing and cropping the thumbnail image. Install it with pip using
pip install Pillow. - mutagen - A python module for managing audio metadata and formats. Also allows embedding some cover art/thumbnail to a song. Install it with pip using
pip install mutagen - colorama - A simple python module that provides colored text in terminal. Purely cosmetic, you may remove it along with all of its references if you wish. Otherwise, you may install it with pip using
pip install colorma.
CLONING
If all dependencies are resolved, you may safely clone the repository into a location of your choice.
git clone https://github.com/neuroin/bhs-gamma
Only the contents under src/bhs-gamma/ directory are needed (specifically the cli.py file). Run the script as a python program; use the available options similar to the standard usage.
python cli.py [OPTIONS] "your_playlist.json"
To use the script from any location, add cli.py to your PATH.
BUILDING
Make use of the source distribution file (.tar.gz) or the wheel distribution file (.whl) available inside of dist/ directory.
For building the package using the source distribution, make sure you have installed the latest versions of setuptools and build. Install them with pip.
pip install setuptools build
Download and store the source distribution file in some directory on your system. While within that directory, install the package with pip using the source distribution file.
pip install bhs_gamma-x.x.x.tar.gz
For building the package using the wheel distribution, all binaries are pre-compiled. You need only run it through pip to install the package.
pip install bhs_gamma-x.x.x-py3-none-any.whl
LICENSE
bhs-gamma is supplied under the Unlicense license, though some underlying components and dependencies may make use of other licenses that may or may not have the same conditions.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yt_bhs-1.0.0.tar.gz.
File metadata
- Download URL: yt_bhs-1.0.0.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3cbe56c14d2286bfc52796ebda2c745c216aa5813c2eedd59bf31a954d2d9dc
|
|
| MD5 |
51e0b2602f00757d65d29b3bd63542d4
|
|
| BLAKE2b-256 |
00ffea59f3c858e8698fa47265830088072505d1e777daa40e61f134d2fcd071
|
File details
Details for the file yt_bhs-1.0.0-py3-none-any.whl.
File metadata
- Download URL: yt_bhs-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7ba90a03d60270c38df3d472a855b8d3e9b7440fb715b75bee82620ac829226
|
|
| MD5 |
6983e619382a929562886e13556ea283
|
|
| BLAKE2b-256 |
cd3c95330b656a5e67bbb74a73bc5be5075892cccc8c527b20d7d315a432b9cb
|