https://github.com/arsaboo/beets-youtube
A beets plugin to get metadata from Youtube
https://github.com/arsaboo/beets-youtube
Last synced: 3 months ago
JSON representation
A beets plugin to get metadata from Youtube
- Host: GitHub
- URL: https://github.com/arsaboo/beets-youtube
- Owner: arsaboo
- License: mit
- Created: 2023-05-12T01:04:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-05T14:28:07.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T01:44:33.129Z (4 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beets-youtube
A plugin for [beets](https://github.com/beetbox/beets) to use YouTube as a metadata source.## Installation
Install the plugin using `pip`:
```shell
pip install git+https://github.com/arsaboo/beets-youtube.git
```Then, [configure](#configuration) the plugin in your
[`config.yaml`](https://beets.readthedocs.io/en/latest/plugins/index.html) file.## Configuration
Add `YouTube` to your list of enabled plugins.
```yaml
plugins: youtube
```This plugin relies on OAuth authentication as detailed [here](https://ytmusicapi.readthedocs.io/en/stable/setup/oauth.html) and expects the oauth.json file in the beets config folder. The easiest way to make it work is to generate the oauth.json outside the plugin and just paste the json file in the beets folder. You can configure fields to be excluded from being updated using the following config (only these fields can be excluded):
```yaml
youtube:
exclude_fields:
- cover_art_url
```## Features
The following features are implemented in `youtube`:
* `beet ytupdate`: allows you to get the current view count of the videos.