Audio Flags: Added Italian
new Flags: IT DE+IT US+IT US+DE+IT
@ -21,7 +21,7 @@ Combinations up to three flags, won't do more to combat clutter. Also, I only ne
|
|||||||
- english + german + any third language
|
- english + german + any third language
|
||||||
|
|
||||||
## Flags ##
|
## Flags ##
|
||||||
wanted to automate the flag-combination generating to enable more combinations, but no willing to get into imagemagick at this moment
|
wanted to automate the flag-combination generating to enable more combinations, but no willing to get into imagemagick at this moment. I've created templates with gimp.
|
||||||
|
|
||||||
# Recent Ratings #
|
# Recent Ratings #
|
||||||
|
|
||||||
|
|||||||
@ -100,6 +100,14 @@ overlays:
|
|||||||
filter:
|
filter:
|
||||||
filepath.regex: .*\[JA\]\.*
|
filepath.regex: .*\[JA\]\.*
|
||||||
|
|
||||||
|
it:
|
||||||
|
template:
|
||||||
|
- name: AudioLanguage
|
||||||
|
weight: 5
|
||||||
|
plex_all: true
|
||||||
|
filter:
|
||||||
|
filepath.regex: .*\[IT\]\.*
|
||||||
|
|
||||||
|
|
||||||
################################
|
################################
|
||||||
|
|
||||||
@ -144,6 +152,14 @@ overlays:
|
|||||||
filter:
|
filter:
|
||||||
filepath.regex: .*\[[A-Z+]*(ES|DE)[A-Z+]*(ES|DE)[A-Z+]*\]\.*
|
filepath.regex: .*\[[A-Z+]*(ES|DE)[A-Z+]*(ES|DE)[A-Z+]*\]\.*
|
||||||
|
|
||||||
|
de+it:
|
||||||
|
template:
|
||||||
|
- name: AudioLanguage
|
||||||
|
weight: 10
|
||||||
|
plex_all: true
|
||||||
|
filter:
|
||||||
|
filepath.regex: .*\[[A-Z+]*(IT|DE)[A-Z+]*(IT|DE)[A-Z+]*\]\.*
|
||||||
|
|
||||||
|
|
||||||
################################
|
################################
|
||||||
|
|
||||||
@ -196,6 +212,14 @@ overlays:
|
|||||||
filter:
|
filter:
|
||||||
filepath.regex: .*\[[A-Z+]*(EN|ES)[A-Z+]*(EN|ES)[A-Z+]*\]\.*
|
filepath.regex: .*\[[A-Z+]*(EN|ES)[A-Z+]*(EN|ES)[A-Z+]*\]\.*
|
||||||
|
|
||||||
|
us+it:
|
||||||
|
template:
|
||||||
|
- name: AudioLanguage
|
||||||
|
weight: 10
|
||||||
|
plex_all: true
|
||||||
|
filter:
|
||||||
|
filepath.regex: .*\[[A-Z+]*(EN|IT)[A-Z+]*(EN|IT)[A-Z+]*\]\.*
|
||||||
|
|
||||||
################################
|
################################
|
||||||
|
|
||||||
# triple language (english + german + any)
|
# triple language (english + german + any)
|
||||||
@ -238,3 +262,11 @@ overlays:
|
|||||||
plex_all: true
|
plex_all: true
|
||||||
filter:
|
filter:
|
||||||
filepath.regex: .*\[[A-Z+]*(EN|ES|DE)[A-Z+]*(EN|ES|DE)[A-Z+]*(EN|ES|DE)[A-Z+]*\]\.*
|
filepath.regex: .*\[[A-Z+]*(EN|ES|DE)[A-Z+]*(EN|ES|DE)[A-Z+]*(EN|ES|DE)[A-Z+]*\]\.*
|
||||||
|
|
||||||
|
us+de+it:
|
||||||
|
template:
|
||||||
|
- name: AudioLanguage
|
||||||
|
weight: 20
|
||||||
|
plex_all: true
|
||||||
|
filter:
|
||||||
|
filepath.regex: .*\[[A-Z+]*(EN|IT|DE)[A-Z+]*(EN|IT|DE)[A-Z+]*(EN|IT|DE)[A-Z+]*\]\.*
|
||||||
|
|||||||
7
home1800/overlays/images/flag-originals/it.svg
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-it" viewBox="0 0 640 480">
|
||||||
|
<g fill-rule="evenodd" stroke-width="1pt">
|
||||||
|
<path fill="#fff" d="M0 0h640v480H0z"/>
|
||||||
|
<path fill="#009246" d="M0 0h213.3v480H0z"/>
|
||||||
|
<path fill="#ce2b37" d="M426.7 0H640v480H426.7z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 288 B |
BIN
home1800/overlays/images/flag-overlays/de+it.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
home1800/overlays/images/flag-overlays/it.png
Normal file
|
After Width: | Height: | Size: 878 B |
|
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
BIN
home1800/overlays/images/flag-overlays/us+de+it.png
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
home1800/overlays/images/flag-overlays/us+it.png
Normal file
|
After Width: | Height: | Size: 7.4 KiB |