arsaboo / beets-gaana

A beets plugin to get metadata from Gaana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

beets-gaana

A plugin for beets to use Gaana as a metadata source.

Installation

Install the plugin using pip:

pip install git+https://github.com/arsaboo/beets-gaana.git

Then, configure the plugin in your config.yaml file.

Configuration

Add gaana to your list of enabled plugins and configure the baseurl where the Gaana API is installed.

plugins: gaana

This plugin requires the GaanaPy library. See the link to configure the same. Once you have installed the library, add the baseurl in your config as below:

gaana:
    baseurl: http://192.168.2.60:8000

About

A beets plugin to get metadata from Gaana

License:MIT License


Languages

Language:Python 100.0%