https://github.com/arsaboo/beets-listenbrainz
A beets plugin to interface with ListenBrainz
https://github.com/arsaboo/beets-listenbrainz
Last synced: 3 months ago
JSON representation
A beets plugin to interface with ListenBrainz
- Host: GitHub
- URL: https://github.com/arsaboo/beets-listenbrainz
- Owner: arsaboo
- License: mit
- Created: 2023-11-26T17:06:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-18T22:11:06.000Z (10 months ago)
- Last Synced: 2025-01-11T01:44:33.118Z (4 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beets-listenbrainz
A plugin for [beets](https://github.com/beetbox/beets) to interface with ListenBrainz.## Installation
Install the plugin using `pip`:
```shell
pip install git+https://github.com/arsaboo/beets-listenbrainz.git
```Then, [configure](#configuration) the plugin in your
[`config.yaml`](https://beets.readthedocs.io/en/latest/plugins/index.html) file.## Configuration
Add `listenbrainz` to your list of enabled plugins.
```yaml
plugins: listenbrainz
```Next, you can configure ListenBrainz like following (see instructions to obtain ListenBrainz token [here](https://listenbrainz.readthedocs.io/en/latest/users/api/index.html#get-the-user-token)).
```yaml
listenbrainz:
token: listenbrainz_token
username: listenbrainz_user
```