Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ncore.yml #390

Merged
merged 1 commit into from
Nov 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions definitions/v7/ncore.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: ncore
name: Ncore
description: "Ncore is a Hungarian Private Torrent Tracker for Movies/Series/General"
name: nCore
description: "nCore is a Hungarian Private Torrent Tracker for Movies/Series/General"
language: hu-HU
type: private
encoding: UTF-8
Expand Down Expand Up @@ -52,7 +52,7 @@ caps:
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
movie-search: [q, imdbid]
music-search: [q]
book-search: [q]

Expand All @@ -69,7 +69,7 @@ settings:
- name: info_2fa
type: info
label: "About 2FA code"
default: "Only fill in the <b>2FA code</b> box if you have enabled <b>2FA</b> on the Ncore Web Site. Otherwise just leave it empty."
default: "Only fill in the <b>2FA code</b> box if you have enabled <b>2FA</b> on the nCore Web Site. Otherwise just leave it empty."

login:
method: form
Expand Down Expand Up @@ -105,8 +105,8 @@ search:
nyit_jatek_resz: "true"
nyit_prog_resz: "true"
nyit_konyv_resz: "true"
mire: "{{ .Keywords }}"
miben: "name"
mire: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
miben: "{{ if .Query.IMDBID }}imdb{{ else }}name{{ end }}"
tipus: "{{ if .Categories }}kivalasztottak_kozott{{ else }}all_own{{ end }}"
submit.x: "1"
submit.y: "18"
Expand Down