Version 2 Release (Movies Update) (#327)

* Version 2

Version 2 is a multi-docker setup. Each Library has its own container in order to speed up the processing for massive libraries.

* Version 2

Version 2

* Version 2

Version 2

* Delete Studios.yml

* Delete Networks.yml

* Version 2

Version 2

* Version 2

Version 2

* README.md

* Removed Radarr

Slows down the list. No need when it's already programmed in radarr.

* Delete config.yml

* Version 2

Version 2

* Delete Networks.yml

* Version 2

Version 2

* Delete JJJonesJr33/Version 2 directory

* Removing Version 1

* Removing Version 1

* Removing Version 1

* Removing Version 1

* Removing Version 1

* Removing Version 1

* Delete Anime.png

* Uploading changes for version 2

* Delete Anime.png

* Uploading changes for version 2

* Update README.md

* Update README.md

* Delete TV.png

* Add files via upload

* Delete 4K-Movies.png

* Delete Movies.png

* Update README.md

* Delete config.yml

* Add files via upload

* Updated for Version 2

* Updated for Version 2

* Update README.md

* Version 2

Updated for Version 2 Release

* Add files via upload

* Version 2

* Delete Anime (Updated).png

* Delete TV (Updated).png

* Version 2

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Version 2

* Version 2

* Version 2

Fixed config in Plex-Meta-Manager-All instance

* Update Anime.yml

Again: Fixed URL for Imgur

* Update Genres.yml

Again: Fixed URL for Imgur

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Delete IMDB.yml

* Version 2 Release

* Delete People.yml

* Version 2 Release

Updated to match other metadata templates

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Delete IMDB.yml

* Version 2 Release

* Correcting Name Scheme

* Version 2 Release

Correcting Name Scheme

* Correcting Name Scheme

Work in progress still

* Version 2 Release

Correcting Name Scheme

* Version 2 Release

Correcting Name Scheme

* Version 2 Release

Correcting Name Scheme

* Rename Kids.yml to kids.yml

* Correcting Name Scheme

* Correcting Name Scheme

* Delete People.yml

* Correcting Name Scheme

* Version 2 Release

Correcting Name Scheme

* Version 2 Release

* Version 2 Release

* Version 2 Release

* Version 2 Release

Co-authored-by: cpt-kuesel <cpt-kuesel@tuta.io>
This commit is contained in:
Jamie Jones
2022-06-04 07:06:07 -05:00
committed by GitHub
parent eb9b71548e
commit a789e608b5
27 changed files with 1047 additions and 1156 deletions

View File

@@ -3,7 +3,7 @@
libraries: # Library mappings must have a colon (:) placed after them
Anime:
metadata_path:
- /config/metadata/Anime.yml
- /config/metadata/anime.yml
settings:
missing_path: config/missing
asset_directory:
@@ -15,26 +15,24 @@ libraries: # Library mappings must have a colon (:) placed after them
Movies:
library_name: Movies
metadata_path:
- /config/metadata/Holidays.yml
- /config/metadata/IMDB.yml
- /config/metadata/Suggestions.yml
- /config/metadata/Awards.yml
# - /config/metadata/Collections.yml
- /config/metadata/Decades.yml
- /config/metadata/Genres.yml
# - /config/metadata/People.yml
# - /config/metadata/Studios.yml
- /config/metadata/genres.yml
- /config/metadata/holidays.yml
# - /config/metadata/studios.yml
- /config/metadata/suggestions.yml
- /config/metadata/awards.yml
# - /config/metadata/collections.yml
- /config/metadata/decades.yml
settings:
missing_path: config/missing
asset_directory:
- config/assets/
- config/assets/movies
- config/assets/awards
- config/assets/collections
- config/assets/decades
- config/assets/genres
- config/assets/holidays
# - config/assets/people
# - config/assets/studios
- config/assets/studios
- config/assets/suggestions
operations:
assets_for_all: false
@@ -43,14 +41,14 @@ libraries: # Library mappings must have a colon (:) placed after them
TV Shows:
library_name: TV Shows
metadata_path:
- /config/metadata/Kids.yml
- /config/metadata/Networks.yml
- /config/metadata/kids.yml
- /config/metadata/networks.yml
settings:
missing_path: config/missing
asset_directory:
- config/assets/
- config/assets/kids
- config/assets/networks
- config/assets/
operations:
assets_for_all: false
split_duplicates: false
@@ -99,7 +97,7 @@ webhooks:
run_end: notifiarr
changes: notifiarr
version:
plex: # REQUIRED - see https://github.com/meisnate12/Plex-Meta-Manager/wiki/Plex-Attributes
plex: # REQUIRED - see https://metamanager.wiki/en/latest/config/plex.html
url: http://192.168.1.2:32400/
token:
timeout: 60
@@ -117,13 +115,45 @@ tautulli: # Can be individually specified per library as well
omdb:
apikey:
cache_expiration: 60
mdblist:
apikey:
cache_expiration: 60
notifiarr:
apikey:
radarr: # Can be individually specified per library as well
url: http://192.168.1.2:7878/
token: ################################
add_missing: ture
add_existing: false
root_folder_path: /media/movies
monitor: true
availability: released
quality_profile: 1080p
tag:
search: true
radarr_path: /media
plex_path: /media/movies
sonarr:
url: http://192.168.1.12:32789
token: ################################
add_missing: ture
add_existing: false
root_folder_path: /media/shows
monitor: all
quality_profile: 1080p
language_profile: English
series_type: standard
season_folder: true
tag:
search: true
cutoff_search: false
sonarr_path: /media
plex_path: /media/shows
anidb: # Not required for AniDB builders unless you want mature content
username:
password:
language: en
mal: # REQUIRED for this config to work - set up by following https://github.com/meisnate12/Plex-Meta-Manager/wiki/MyAnimeList-Attributes
mal: # REQUIRED for this config to work - set up by following https://metamanager.wiki/en/latest/config/myanimelist.html
client_id:
client_secret:
authorization:
@@ -131,3 +161,14 @@ mal: # REQUIRED for this config to work - set up by following https://github.com
token_type:
expires_in:
refresh_token:
trakt:
client_id:
client_secret:
authorization:
access_token:
token_type: Bearer
expires_in:
refresh_token:
scope: public
created_at:
pin: