mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
kimoji: music only, update poster & genre
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
id: kimoji
|
id: kimoji
|
||||||
name: KIMOJI
|
name: KIMOJI
|
||||||
description: "KIMOJI is a CHINESE Private Torrent Tracker for MOVIES / TV / MUSIC"
|
description: "KIMOJI is a CHINESE Private Torrent Tracker for MUSIC"
|
||||||
language: en-US
|
language: en-US
|
||||||
type: private
|
type: private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
@@ -10,15 +10,10 @@ links:
|
|||||||
|
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
- {id: 1, cat: Movies, desc: "电影"}
|
- {id: 3, cat: Audio, desc: "Music"}
|
||||||
- {id: 2, cat: TV, desc: "剧集"}
|
|
||||||
- {id: 3, cat: Audio, desc: "音乐"}
|
|
||||||
- {id: 4, cat: Audio/Audiobook, desc: "有声"}
|
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
tv-search: [q, season, ep, imdbid, tvdbid, tmdbid]
|
|
||||||
movie-search: [q, imdbid, tmdbid]
|
|
||||||
music-search: [q]
|
music-search: [q]
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
@@ -73,11 +68,6 @@ search:
|
|||||||
# if we have an id based search, add Season and Episode as query in name for UNIT3D < v6. Else pass S/E Params for UNIT3D >= v6
|
# if we have an id based search, add Season and Episode as query in name for UNIT3D < v6. Else pass S/E Params for UNIT3D >= v6
|
||||||
$raw: "{{ range .Categories }}&categories[]={{.}}{{end}}"
|
$raw: "{{ range .Categories }}&categories[]={{.}}{{end}}"
|
||||||
name: "{{ .Keywords }}"
|
name: "{{ .Keywords }}"
|
||||||
seasonNumber: "{{ .Query.Season }}"
|
|
||||||
episodeNumber: "{{ .Query.Ep }}"
|
|
||||||
imdbId: "{{ .Query.IMDBIDShort }}"
|
|
||||||
tmdbId: "{{ .Query.TMDBID }}"
|
|
||||||
tvdbId: "{{ .Query.TVDBID }}"
|
|
||||||
"free[]": "{{ if .Config.freeleech }}100{{ else }}{{ end }}"
|
"free[]": "{{ if .Config.freeleech }}100{{ else }}{{ end }}"
|
||||||
sortField: "{{ .Config.sort }}"
|
sortField: "{{ .Config.sort }}"
|
||||||
sortDirection: "{{ .Config.type }}"
|
sortDirection: "{{ .Config.type }}"
|
||||||
@@ -92,6 +82,8 @@ search:
|
|||||||
attribute: attributes
|
attribute: attributes
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
|
_id:
|
||||||
|
selector: ..id
|
||||||
category:
|
category:
|
||||||
selector: category_id
|
selector: category_id
|
||||||
title:
|
title:
|
||||||
@@ -103,33 +95,16 @@ search:
|
|||||||
infohash:
|
infohash:
|
||||||
selector: info_hash
|
selector: info_hash
|
||||||
poster:
|
poster:
|
||||||
selector: meta.poster
|
text: "{{ .Config.sitelink }}files/img/torrent-cover_{{ .Result._id }}.jpg"
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["https://via.placeholder.com/90x135", ""]
|
|
||||||
imdbid:
|
|
||||||
selector: imdb_id
|
|
||||||
tmdbid:
|
|
||||||
selector: tmdb_id
|
|
||||||
tvdbid:
|
|
||||||
selector: tvdb_id
|
|
||||||
genre:
|
genre:
|
||||||
selector: meta.genres
|
selector: distributor
|
||||||
filters:
|
filters:
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["(?i)^None$", ""]
|
args: ["(?i)(Hard Rock)", "Hard_Rock"]
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["(?i)(Science Fiction)", "Science_Fiction"]
|
args: ["(?i)(World Music)", "World_Music"]
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(TV Movies)", "TV_Movies"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(Reality TV)", "Reality_TV"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(Soap Opera)", "Soap_Opera"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(Talk Show)", "Talk_Show"]
|
|
||||||
- name: replace
|
- name: replace
|
||||||
args: [" & ", "_&_"]
|
args: ["/", "_"]
|
||||||
description:
|
description:
|
||||||
text: "{{ .Result.genre }}"
|
text: "{{ .Result.genre }}"
|
||||||
files:
|
files:
|
||||||
|
Reference in New Issue
Block a user