change library_type

This commit is contained in:
meisnate12 2022-09-22 10:00:42 -04:00
parent 55c9c98c42
commit 08b0124430
9 changed files with 14 additions and 14 deletions

View File

@ -49,7 +49,7 @@ collections:
template: template:
- name: shared - name: shared
sort: BAFTA ! sort: BAFTA !
library_type: movie allowed_libraries: movie
image: award/bafta/winner image: award/bafta/winner
- name: arr - name: arr
- name: custom - name: custom

View File

@ -49,7 +49,7 @@ collections:
template: template:
- name: shared - name: shared
sort: Cannes ! sort: Cannes !
library_type: movie allowed_libraries: movie
image: award/cannes/winner image: award/cannes/winner
- name: arr - name: arr
- name: custom - name: custom

View File

@ -49,7 +49,7 @@ collections:
template: template:
- name: shared - name: shared
sort: Oscars !1 sort: Oscars !1
library_type: movie allowed_libraries: movie
image: award/oscars/best_picture_winner image: award/oscars/best_picture_winner
- name: arr - name: arr
- name: custom - name: custom
@ -62,7 +62,7 @@ collections:
template: template:
- name: shared - name: shared
sort: Oscars !2 sort: Oscars !2
library_type: movie allowed_libraries: movie
image: award/oscars/best_director_winner image: award/oscars/best_director_winner
- name: arr - name: arr
- name: custom - name: custom

View File

@ -39,7 +39,7 @@ collections:
key: cesar key: cesar
template: template:
- name: shared - name: shared
library_type: movie allowed_libraries: movie
image: award/cesar/winner image: award/cesar/winner
- name: arr - name: arr
- name: custom - name: custom
@ -50,7 +50,7 @@ collections:
key: berlinale key: berlinale
template: template:
- name: shared - name: shared
library_type: movie allowed_libraries: movie
image: award/berlinale/winner image: award/berlinale/winner
- name: arr - name: arr
- name: custom - name: custom
@ -61,7 +61,7 @@ collections:
key: venice key: venice
template: template:
- name: shared - name: shared
library_type: movie allowed_libraries: movie
image: award/venice/winner image: award/venice/winner
- name: arr - name: arr
- name: custom - name: custom

View File

@ -48,7 +48,7 @@ collections:
template: template:
- name: shared - name: shared
sort: Sundance !1 sort: Sundance !1
library_type: movie allowed_libraries: movie
image: award/sundance/grand_jury_winner image: award/sundance/grand_jury_winner
- name: arr - name: arr
- name: custom - name: custom

View File

@ -87,4 +87,4 @@ collections:
template: template:
- name: episodes - name: episodes
- name: shared - name: shared
library_type: show allowed_libraries: show

View File

@ -92,6 +92,6 @@ collections:
imdb_chart: lowest_rated imdb_chart: lowest_rated
template: template:
- name: shared - name: shared
library_type: movie allowed_libraries: movie
- name: arr - name: arr
- name: custom - name: custom

View File

@ -97,7 +97,7 @@ collections:
stevenlu_popular: true stevenlu_popular: true
template: template:
- name: shared - name: shared
library_type: movie allowed_libraries: movie
- name: arr - name: arr
- name: custom - name: custom
@ -108,6 +108,6 @@ collections:
summary: TorrentFreak.com's Weekly Top Ten Pirated Movies summary: TorrentFreak.com's Weekly Top Ten Pirated Movies
template: template:
- name: shared - name: shared
library_type: movie allowed_libraries: movie
- name: arr - name: arr
- name: custom - name: custom

View File

@ -38,7 +38,7 @@ templates:
item_sonarr_tag_<<key>>: <<item_sonarr_tag>> item_sonarr_tag_<<key>>: <<item_sonarr_tag>>
optional: optional:
- use_<<key>> - use_<<key>>
- library_type - allowed_libraries
- collection_mode - collection_mode
- visible_library_<<key>> - visible_library_<<key>>
- visible_home_<<key>> - visible_home_<<key>>
@ -47,7 +47,7 @@ templates:
- item_sonarr_tag - item_sonarr_tag
allowed_library_types: allowed_library_types:
- <<use_<<key>>>> - <<use_<<key>>>>
- <<library_type>> - <<allowed_libraries>>
ignore_blank_results: true ignore_blank_results: true
collection_mode: <<collection_mode>> collection_mode: <<collection_mode>>
visible_library: <<visible_library_<<key>>>> visible_library: <<visible_library_<<key>>>>