-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
20 lines (20 loc) · 806 Bytes
/
Copy pathplugin.json
File metadata and controls
20 lines (20 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"id": "brainarr",
"apiVersion": "1.x",
"name": "Brainarr",
"version": "1.6.1",
"description": "AI-powered music discovery with 14 providers including local, cloud, subscription, and CLI options",
"author": "Brainarr Team",
"commonVersion": "1.18.0-dev",
"minHostVersion": "3.0.0.4855",
"main": "Lidarr.Plugin.Brainarr.dll",
"homepage": "https://github.com/RicherTunes/Brainarr",
"owner": "RicherTunes",
"repository": "https://github.com/RicherTunes/Brainarr",
"supportUri": "https://github.com/RicherTunes/Brainarr/issues",
"changelogUri": "https://github.com/RicherTunes/Brainarr/blob/main/CHANGELOG.md",
"license": "MIT",
"tags": ["music", "ai", "recommendations", "import-list"],
"targetFramework": "net8.0",
"rootNamespace": "NzbDrone.Core.ImportLists.Brainarr"
}