https://github.com/arsaboo/beets-jiosaavn
A beets plugin to get metadata from JioSaavn
https://github.com/arsaboo/beets-jiosaavn
Last synced: 3 months ago
JSON representation
A beets plugin to get metadata from JioSaavn
- Host: GitHub
- URL: https://github.com/arsaboo/beets-jiosaavn
- Owner: arsaboo
- License: mit
- Created: 2023-03-20T16:44:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T12:21:10.000Z (over 1 year ago)
- Last Synced: 2025-01-11T01:44:33.379Z (4 months ago)
- Language: Python
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beets-jiosaavn
A plugin for [beets](https://github.com/beetbox/beets) to use JioSaavn as a metadata source.## Installation
Install the plugin using `pip`:
```shell
pip install git+https://github.com/arsaboo/beets-jiosaavn.git
```Then, [configure](#configuration) the plugin in your
[`config.yaml`](https://beets.readthedocs.io/en/latest/plugins/index.html) file.## Configuration
Add `JioSaavn` to your list of enabled plugins.
```yaml
plugins: jiosaavn
```