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

@@ -103,7 +103,7 @@ namespace Jackett.Common.Indexers
AddCategoryMapping(10, TorznabCatType.PCGames, "Games/Win");
AddCategoryMapping(12, TorznabCatType.ConsoleWii, "Games/Wii");
AddCategoryMapping(13, TorznabCatType.ConsolePS4, "Games/PSX");
AddCategoryMapping(14, TorznabCatType.ConsoleXbox, "Games/XBOX");
AddCategoryMapping(14, TorznabCatType.ConsoleXBox, "Games/XBOX");
AddCategoryMapping(4, TorznabCatType.PCMac, "Apps/Mac");
AddCategoryMapping(5, TorznabCatType.PC0day, "Apps/Win");