core: categories cleanup (#10006)

* core: categories cleanup
* swap categories 2050 Movies/BluRay / 2060 Movies/3D
* swap categories 6050 XXX/Pack / 6070 XXX/Other
* swap categories 7010 Books/Mags / 7020 Books/EBook / 7030 Books/Comics
* category validation is case sensitive
* renamed some categories to follow Newznab specs
This commit is contained in:
Diego Heras
2020-10-28 20:00:48 +01:00
committed by GitHub
parent ecf1d71717
commit 767700d6bb
251 changed files with 1734 additions and 1796 deletions

View File

@@ -98,7 +98,7 @@ namespace Jackett.Common.Indexers
AddCategoryMapping(30, TorznabCatType.XXX, "XXX/SD");
AddCategoryMapping(31, TorznabCatType.XXX, "XXX/HD");
AddCategoryMapping(32, TorznabCatType.XXX, "XXX/4K");
AddCategoryMapping(34, TorznabCatType.XXXImageset, "XXX/Imagesets");
AddCategoryMapping(34, TorznabCatType.XXXImageSet, "XXX/Imagesets");
}
public override async Task<IndexerConfigurationStatus> ApplyConfiguration(JToken configJson)