1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-22 07:43:13 +00:00

Updated Renaming Indexers (markdown)

garfield69 2021-03-06 08:23:42 +13:00
parent a5f1f6b454
commit 4238edf30d

@ -4,10 +4,10 @@ Note that changing the id must be justified.
## Steps to rename the id
1. Rename the indexer id (in yaml or c#)
2. Edit `IndexerManagerService.cs` to add `old id` and `new id` in the map
2. Edit `src/Jackett.Common/Services/IndexerManagerService.cs` to add `old id` and `new id` in the map
3. Optional: you can rename the yaml / c# too
* yaml: rename the file and add the `old file name` into `Program.cs` to be removed by the updater
* c#: rename the file and the class name (not need to change `Program.cs`)
* yaml: rename the file and add the `old file name` into `src/Jackett.Updater/Program.cs` to be removed by the updater
* c#: rename the file and the class name (not need to change `src/Jackett.Updater/Program.cs`)
4. Optional: The tracker name / description is not related to the id and it can be changed anytime
## How does it works for the user