skipthecommercials: add new cat

This commit is contained in:
Garfield69
2021-11-22 09:45:51 +13:00
parent c7a5041294
commit 7133c99dde
2 changed files with 5 additions and 0 deletions

View File

@@ -12,10 +12,12 @@ caps:
# dont forget to update the case block in the search fields category # dont forget to update the case block in the search fields category
categorymappings: categorymappings:
- {id: 15, cat: TV, desc: "TV Show"} - {id: 15, cat: TV, desc: "TV Show"}
- {id: 16, cat: Movies, desc: "Movie"}
modes: modes:
search: [q] search: [q]
tv-search: [q, season, ep, imdbid, tvdbid] tv-search: [q, season, ep, imdbid, tvdbid]
movie-search: [q, imdbid, tmdbid]
settings: settings:
- name: apikey - name: apikey
@@ -65,6 +67,7 @@ search:
selector: category selector: category
case: case:
"TV Show": 15 "TV Show": 15
"Movie": 16
title: title:
selector: name selector: name
details: details:

View File

@@ -11,10 +11,12 @@ links:
caps: caps:
categorymappings: categorymappings:
- {id: 15, cat: TV, desc: "TV Show"} - {id: 15, cat: TV, desc: "TV Show"}
- {id: 16, cat: Movies, desc: "Movie"}
modes: modes:
search: [q] search: [q]
tv-search: [q, season, ep, imdbid, tvdbid] tv-search: [q, season, ep, imdbid, tvdbid]
movie-search: [q, imdbid, tmdbid]
settings: settings:
- name: username - name: username