https://github.com/arsaboo/beets-gaana
A beets plugin to get metadata from Gaana
https://github.com/arsaboo/beets-gaana
Last synced: 3 months ago
JSON representation
A beets plugin to get metadata from Gaana
- Host: GitHub
- URL: https://github.com/arsaboo/beets-gaana
- Owner: arsaboo
- License: mit
- Created: 2023-07-06T19:39:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T14:09:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T01:44:33.073Z (4 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beets-gaana
A plugin for [beets](https://github.com/beetbox/beets) to use Gaana as a metadata source.## Installation
Install the plugin using `pip`:
```shell
pip install git+https://github.com/arsaboo/beets-gaana.git
```Then, [configure](#configuration) the plugin in your
[`config.yaml`](https://beets.readthedocs.io/en/latest/plugins/index.html) file.## Configuration
Add `gaana` to your list of enabled plugins and configure the baseurl where the Gaana API is installed.
```yaml
plugins: gaana
```This plugin requires the [GaanaPy](https://github.com/ZingyTomato/GaanaPy) library. See the link to configure the same. Once you have installed the library, add the baseurl in your config as below:
```yaml
gaana:
baseurl: http://192.168.2.60:8000
```