chore: bump pcd schema to 1.1.0, add quality group positions to 1080p Balanced

This commit is contained in:
santiagosayshey
2026-03-15 03:07:16 +10:30
parent e80eda25d9
commit a9bddb8f58
2 changed files with 130 additions and 27 deletions

View File

@@ -1,29 +1,26 @@
{
"name": "Dictionarry Database",
"version": "2.0.0",
"description": "Official Dictionarry Database",
"arr_types": ["radarr", "sonarr"],
"dependencies": {
"https://github.com/Dictionarry-Hub/schema": "1.0.0"
},
"authors": [
{
"name": "Dictionarry Team"
}
],
"license": "MIT",
"repository": "https://github.com/dictionarry-hub/db",
"links": {
"homepage": "https://dictionarry.dev",
"issues": "https://github.com/dictionarry-hub/db/issues"
},
"profilarr": {
"minimum_version": "2.0.0"
"name": "Dictionarry Database",
"version": "2.0.0",
"description": "Official Dictionarry Database",
"arr_types": [
"radarr",
"sonarr"
],
"dependencies": {
"https://github.com/Dictionarry-Hub/schema": "1.1.0"
},
"authors": [
{
"name": "Dictionarry Team"
}
}
],
"license": "MIT",
"repository": "https://github.com/dictionarry-hub/db",
"links": {
"homepage": "https://dictionarry.dev",
"issues": "https://github.com/dictionarry-hub/db/issues"
},
"profilarr": {
"minimum_version": "2.0.0"
}
}