Updated How to remove Indexers from jackett (markdown)

garfield69 2024-02-14 19:37:08 +13:00
parent 6907852e7e
commit e4700991ca
1 changed files with 6 additions and 4 deletions

@ -1,9 +1,11 @@
These are the steps you should complete when you are going to remove an Indexer from Jackett
1. Edit the readme.md at https://github.com/Jackett/Jackett/blob/master/README.md to delete the indexer name from the list of public/semi/private indexers
2. for C# delete the source Indexer in https://github.com/Jackett/Jackett/tree/master/src/Jackett.Common/Indexers and associated config source is there is one in https://github.com/Jackett/Jackett/tree/master/src/Jackett.Common/Models/IndexerConfig/Bespoke
3. for yaml the following
3.1. delete the yml from source in https://github.com/Jackett/Jackett/tree/master/src/Jackett.Common/Definitions
3.2 add an entry in https://github.com/Jackett/Jackett/blob/master/src/Jackett.Updater/Program.cs
2. for C#
* delete the source Indexer in https://github.com/Jackett/Jackett/tree/master/src/Jackett.Common/Indexers
* and the associated config source if there is one, in https://github.com/Jackett/Jackett/tree/master/src/Jackett.Common/Models/IndexerConfig/Bespoke
3. for yaml
* delete the yml from source in https://github.com/Jackett/Jackett/tree/master/src/Jackett.Common/Definitions
* and add an entry in https://github.com/Jackett/Jackett/blob/master/src/Jackett.Updater/Program.cs to remove the indexer on the users' end
4. edit the indexers spreadsheet in discussions and delete the row of the indexer
5. check https://github.com/Jackett/Jackett/blob/master/src/Jackett.Common/Services/IndexerManagerService.cs and clean up any related indexer renaming