-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
20 lines (20 loc) · 795 Bytes
/
plugin.json
File metadata and controls
20 lines (20 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"id": "tidalarr",
"apiVersion": "1.x",
"commonVersion": "1.18.0-dev",
"name": "Tidalarr",
"version": "1.2.9",
"author": "RicherTunes",
"description": "Tidal integration for Lidarr - Search and download high-quality music from Tidal with OAuth 2.0 PKCE authentication",
"homepage": "https://github.com/RicherTunes/Tidalarr",
"license": "MIT",
"tags": ["music", "tidal", "hi-res", "lossless", "oauth"],
"minHostVersion": "3.0.0.4855",
"targetFramework": "net8.0",
"main": "Lidarr.Plugin.Tidalarr.dll",
"rootNamespace": "Tidalarr",
"owner": "RicherTunes",
"repository": "https://github.com/RicherTunes/Tidalarr",
"supportUri": "https://github.com/RicherTunes/Tidalarr/issues",
"changelogUri": "https://github.com/RicherTunes/Tidalarr/blob/main/CHANGELOG.md"
}