Last active
November 11, 2024 19:19
-
-
Save alex2844/9d3d2a532264598815c4c0e7b2600e63 to your computer and use it in GitHub Desktop.
elementum.jackett.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"jackett": { | |
"enabled": true, | |
"predefined": false, | |
"languages": "en", | |
"anime_extra": "", | |
"anime_keywords": "{title} {episode}", | |
"anime_query": "", | |
"base_url": "http://{IP}:9117/api/v2.0/indexers/{tracker}/results?apikey={pass}", | |
"color": "FFF14E13", | |
"general_extra": "", | |
"general_keywords": "{title:original}", | |
"general_query": "&query=QUERY&cat=2000,5000", | |
"charset":"utf-8", | |
"response_charset": "utf-8", | |
"is_api": true, | |
"language": null, | |
"languages": "kr", | |
"login_failed": "", | |
"login_object": "", | |
"login_path": "", | |
"movie_extra": "", | |
"movie_keywords": "{title} {year}", | |
"movie_query": "&query=QUERY&cat=2000", | |
"charset":"utf-8", | |
"name": "jackett", | |
"api_format": { | |
"name": "Title", | |
"peers": "Peers", | |
"results": "Results", | |
"seeds": "Seeders", | |
"size": "Size", | |
"torrent": "Link" | |
}, | |
"private": false, | |
"season_extra": "", | |
"season_extra2": "", | |
"season_keywords": "{title} Season {season:2}", | |
"season_keywords2": "{title} Season{season}", | |
"season_query": "EXTRA", | |
"separator": "+", | |
"show_query": "&query=QUERY&cat=5000", | |
"charset":"utf-8", | |
"subpage": false, | |
"tv_extra": "", | |
"tv_extra2": "", | |
"tv_keywords": "{title} s{season:2}e{episode:2}", | |
"tv_keywords2": "" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment