Kometa Rebrand

pull/1992/head
meisnate12 4 weeks ago
parent 269fde29aa
commit 6224533daf

@ -8,8 +8,8 @@ body:
attributes: attributes:
value: > value: >
**THIS IS NOT THE PLACE TO ASK FOR SUPPORT OR FEATURE REQUESTS!** **THIS IS NOT THE PLACE TO ASK FOR SUPPORT OR FEATURE REQUESTS!**
Please use [Plex Meta Manager Discord](https://metamanager.wiki/en/latest/discord/) and post your question under the `pmm-help` channel for support issues. Please use [Kometa Discord](https://kometa.wiki/en/latest/discord/) and post your question under the ` kometa-help` channel for support issues.
Please use [Plex Meta Manager Features](https://features.metamanager.wiki/) to request and upvote features. Please use [Kometa Features](https://features.kometa.wiki/) to request and upvote features.
- type: input - type: input
id: version id: version
attributes: attributes:

@ -1,5 +1,5 @@
name: PMM Default Issue name: Kometa Default Issue
description: Post here if there is an issue with the pmm defaults or for missing images for pmm default overlays or posters. description: Post here if there is an issue with the Kometa defaults or for missing images for Kometa default overlays or posters.
title: '[Defaults]: ' title: '[Defaults]: '
labels: ['defaults'] labels: ['defaults']
assignees: ['meisnate12', 'bullmoose20', 'YozoraXCII'] assignees: ['meisnate12', 'bullmoose20', 'YozoraXCII']
@ -9,8 +9,8 @@ body:
attributes: attributes:
value: > value: >
**THIS IS NOT THE PLACE TO ASK FOR SUPPORT OR FEATURE REQUESTS!** **THIS IS NOT THE PLACE TO ASK FOR SUPPORT OR FEATURE REQUESTS!**
Please use [Plex Meta Manager Discord](https://metamanager.wiki/en/latest/discord/) and post your question under the `pmm-support` channel for support issues. Please use [Kometa Discord](https://kometa.wiki/en/latest/discord/) and post your question under the `kometa-support` channel for support issues.
Please use [Plex Meta Manager Features](https://features.metamanager.wiki/) to request and upvote features. Please use [Kometa Features](https://features.kometa.wiki/) to request and upvote features.
- type: input - type: input
id: file id: file
attributes: attributes:

@ -1,5 +1,5 @@
name: Wiki Issue name: Wiki Issue
description: A request to update or improve Plex Meta Manager's wiki description: A request to update or improve Kometa's wiki
labels: ['status:not-yet-viewed', 'documentation'] labels: ['status:not-yet-viewed', 'documentation']
assignees: 'meisnate12' assignees: 'meisnate12'
@ -8,8 +8,8 @@ body:
attributes: attributes:
value: > value: >
**THIS IS NOT THE PLACE TO ASK FOR SUPPORT OR FEATURE REQUESTS!** **THIS IS NOT THE PLACE TO ASK FOR SUPPORT OR FEATURE REQUESTS!**
Please use [Plex Meta Manager Discord](https://metamanager.wiki/en/latest/discord/) and post your question under the `pmm-support` channel for support issues. Please use [Kometa Discord](https://kometa.wiki/en/latest/discord/) and post your question under the ` kometa-support` channel for support issues.
Please use [Plex Meta Manager Features](https://features.metamanager.wiki/) to request and upvote features. Please use [Kometa Features](https://features.kometa.wiki/) to request and upvote features.
- type: textarea - type: textarea
attributes: attributes:
label: What is the improvement or update to the Wiki you wish to see? label: What is the improvement or update to the Wiki you wish to see?
@ -18,6 +18,6 @@ body:
- type: input - type: input
attributes: attributes:
label: Does the docs page already exist? Please link to it. label: Does the docs page already exist? Please link to it.
description: 'Example: https://metamanager.wiki/en/latest/config/operations.html' description: 'Example: https://kometa.wiki/en/latest/config/operations.html'
validations: validations:
required: false required: false

@ -1,11 +1,11 @@
blank_issues_enabled: false blank_issues_enabled: false
contact_links: contact_links:
- name: Feature Requests - name: Feature Requests
url: https://features.metamanager.wiki url: https://features.kometa.wiki
about: Please use the features site to submit and vote on features. about: Please use the features site to submit and vote on features.
- name: Plex Meta Manager Wiki - name: Kometa Wiki
url: https://metamanager.wiki url: https://kometa.wiki
about: Please check the wiki to see if your question has already been answered. about: Please check the wiki to see if your question has already been answered.
- name: Discord - name: Discord
url: https://metamanager.wiki/en/latest/discord/ url: https://kometa.wiki/en/latest/discord/
about: Please use the Plex Meta Manager Discord to ask for support. about: Please use the Kometa Discord to ask for support.

BIN
.github/heroku.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
.github/logo.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
.github/pmm.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

1
.github/pypi.svg vendored

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 52 KiB

BIN
.github/release.png vendored

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

@ -42,7 +42,7 @@ jobs:
"BRANCH_NAME=develop" "BRANCH_NAME=develop"
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:develop tags: ${{ secrets.DOCKER_HUB_USERNAME }}/kometa:develop
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
@ -56,36 +56,38 @@ jobs:
"BRANCH_NAME=develop" "BRANCH_NAME=develop"
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:lxml-develop tags: ${{ secrets.DOCKER_HUB_USERNAME }}/kometa:lxml-develop
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
- name: Send Discord Commit Notification - name: Send Discord Commit Notification
uses: meisnate12/discord-notifications@master uses: Kometa-Team/discord-notifications@master
with: with:
webhook_id: ${{ secrets.DEVELOP_WEBHOOK_ID }} webhook_id: ${{ secrets.DEVELOP_WEBHOOK_ID }}
webhook_token: ${{ secrets.DEVELOP_WEBHOOK_TOKEN }} webhook_token: ${{ secrets.DEVELOP_WEBHOOK_TOKEN }}
title: Plex Meta Manager Develop Commits title: Develop Commits
message: "<@&954835263731949623> - An update to Plex Meta Manager has been published and is available to users of the **develop** branch.\n\nWe **strongly** recommend users who previously switched to the `nightly` branch to resolve any previous issues to now switch back to the `develop` branch now." message: "<@&954835263731949623> - An update to Kometa has been published and is available to users of the **develop** branch.\n\nWe **strongly** recommend users who previously switched to the `nightly` branch to resolve any previous issues to now switch back to the `develop` branch now."
commits: "true" commits: "true"
username: Metabot username: Kobota
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/pmm.png avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png
author: Kometa Develop Release
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/release.png
- name: Discord Success Notification - name: Discord Success Notification
uses: meisnate12/discord-notifications@master uses: Kometa-Team/discord-notifications@master
if: success() if: success()
with: with:
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }} webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }} webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
title: "develop build: **Success**" title: "develop build: **Success**"
url: https://github.com/meisnate12/Plex-Meta-Manager/actions/runs/${{ github.run_id }} url: https://github.com/Kometa-Team/Kometa/actions/runs/${{ github.run_id }}
username: Metabot username: Kobota
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/pmm.png avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png
author: Docker author: Docker
author_icon_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/docker.png author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/docker.png
- name: Discord Failure Notification - name: Discord Failure Notification
uses: meisnate12/discord-notifications@master uses: Kometa-Team/discord-notifications@master
if: failure() if: failure()
with: with:
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }} webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
@ -93,8 +95,8 @@ jobs:
message: <@&1079153184007790652> message: <@&1079153184007790652>
title: "develop build: **Failure**" title: "develop build: **Failure**"
color: 0xe30c43 color: 0xe30c43
url: https://github.com/meisnate12/Plex-Meta-Manager/actions/runs/${{ github.run_id }} url: https://github.com/Kometa-Team/Kometa/actions/runs/${{ github.run_id }}
username: Metabot username: Kobota
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/pmm.png avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png
author: Docker author: Docker
author_icon_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/develop/.github/docker.png author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/docker.png

@ -36,7 +36,7 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:latest tags: ${{ secrets.DOCKER_HUB_USERNAME }}/kometa:latest
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
@ -48,25 +48,25 @@ jobs:
file: ./Dockerfile.lxml file: ./Dockerfile.lxml
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:lxml-latest tags: ${{ secrets.DOCKER_HUB_USERNAME }}/kometa:lxml-latest
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
- name: Discord Success Notification - name: Discord Success Notification
uses: meisnate12/discord-notifications@master uses: Kometa-Team/discord-notifications@master
if: success() if: success()
with: with:
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }} webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }} webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
title: "latest build: **Success**" title: "latest build: **Success**"
url: https://github.com/meisnate12/Plex-Meta-Manager/actions/runs/${{ github.run_id }} url: https://github.com/Kometa-Team/Kometa/actions/runs/${{ github.run_id }}
username: Metabot username: Kobota
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/pmm.png avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/logo.png
author: Docker author: Docker
author_icon_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/docker.png
- name: Discord Failure Notification - name: Discord Failure Notification
uses: meisnate12/discord-notifications@master uses: Kometa-Team/discord-notifications@master
if: failure() if: failure()
with: with:
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }} webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
@ -74,8 +74,8 @@ jobs:
message: <@&1079153184007790652> message: <@&1079153184007790652>
title: "latest build: **Failure**" title: "latest build: **Failure**"
color: 0xe30c43 color: 0xe30c43
url: https://github.com/meisnate12/Plex-Meta-Manager/actions/runs/${{ github.run_id }} url: https://github.com/Kometa-Team/Kometa/actions/runs/${{ github.run_id }}
username: Metabot username: Kobota
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/pmm.png avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/logo.png
author: Docker author: Docker
author_icon_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/docker.png

@ -42,7 +42,7 @@ jobs:
"BRANCH_NAME=nightly" "BRANCH_NAME=nightly"
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:nightly tags: ${{ secrets.DOCKER_HUB_USERNAME }}/kometa:nightly
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
@ -56,36 +56,38 @@ jobs:
"BRANCH_NAME=nightly" "BRANCH_NAME=nightly"
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:lxml-nightly tags: ${{ secrets.DOCKER_HUB_USERNAME }}/kometa:lxml-nightly
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
- name: Send Discord Commit Notification - name: Send Discord Commit Notification
uses: meisnate12/discord-notifications@master uses: Kometa-Team/discord-notifications@master
with: with:
webhook_id: ${{ secrets.NIGHTLY_WEBHOOK_ID }} webhook_id: ${{ secrets.NIGHTLY_WEBHOOK_ID }}
webhook_token: ${{ secrets.NIGHTLY_WEBHOOK_TOKEN }} webhook_token: ${{ secrets.NIGHTLY_WEBHOOK_TOKEN }}
title: Nightly Commits title: Nightly Commits
message: "<@&967002147520675840> - An update to Plex Meta Manager has now been published and is available to users of the **nightly** branch." message: "<@&967002147520675840> - An update to Kometa has now been published and is available to users of the **nightly** branch."
commits: "true" commits: "true"
username: Metabot username: Kobota
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/.github/pmm.png avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
author: Kometa Nightly Release
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/release.png
- name: Discord Success Notification - name: Discord Success Notification
uses: meisnate12/discord-notifications@master uses: Kometa-Team/discord-notifications@master
if: success() if: success()
with: with:
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }} webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }} webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
title: "nightly build: **Success**" title: "nightly build: **Success**"
url: https://github.com/meisnate12/Plex-Meta-Manager/actions/runs/${{ github.run_id }} url: https://github.com/Kometa-Team/Kometa/actions/runs/${{ github.run_id }}
username: Metabot username: Kobota
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/.github/pmm.png avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
author: Docker author: Docker
author_icon_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/.github/docker.png author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/docker.png
- name: Discord Failure Notification - name: Discord Failure Notification
uses: meisnate12/discord-notifications@master uses: Kometa-Team/discord-notifications@master
if: failure() if: failure()
with: with:
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }} webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
@ -93,8 +95,8 @@ jobs:
message: <@&1079153184007790652> message: <@&1079153184007790652>
title: "nightly build: **Failure**" title: "nightly build: **Failure**"
color: 0xe30c43 color: 0xe30c43
url: https://github.com/meisnate12/Plex-Meta-Manager/actions/runs/${{ github.run_id }} url: https://github.com/Kometa-Team/Kometa/actions/runs/${{ github.run_id }}
username: Metabot username: Kobota
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/.github/pmm.png avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/logo.png
author: Docker author: Docker
author_icon_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/nightly/.github/docker.png author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/nightly/.github/docker.png

@ -12,12 +12,14 @@ jobs:
steps: steps:
- name: Send Discord Release Notification - name: Send Discord Release Notification
uses: meisnate12/discord-notifications@master uses: Kometa-Team/discord-notifications@master
with: with:
webhook_id: ${{ secrets.RELEASE_WEBHOOK_ID }} webhook_id: ${{ secrets.RELEASE_WEBHOOK_ID }}
webhook_token: ${{ secrets.RELEASE_WEBHOOK_TOKEN }} webhook_token: ${{ secrets.RELEASE_WEBHOOK_TOKEN }}
release: true release: true
title: Plex Meta Manager Release VERSION title: Release VERSION
message: "<@&967002324646113290> - A new version of Plex Meta Manager has been released and is available to all users.\n\nWe **strongly** recommend users who previously switched to the `nightly` or `develop` branches to resolve any previous issues to now switch back to the `latest` branch now." message: "<@&967002324646113290> - A new version of Kometa has been released and is available to all users.\n\nWe **strongly** recommend users who previously switched to the `nightly` or `develop` branches to resolve any previous issues to now switch back to the `latest` branch now."
username: Metabot username: Kobota
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/pmm.png avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/logo.png
author: Kometa Release
author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/develop/.github/release.png

@ -44,7 +44,7 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:${{ steps.get_version.outputs.VERSION }} tags: ${{ secrets.DOCKER_HUB_USERNAME }}/kometa:${{ steps.get_version.outputs.VERSION }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
@ -56,25 +56,25 @@ jobs:
file: ./Dockerfile.lxml file: ./Dockerfile.lxml
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:lxml-${{ steps.get_version.outputs.VERSION }} tags: ${{ secrets.DOCKER_HUB_USERNAME }}/kometa:lxml-${{ steps.get_version.outputs.VERSION }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
- name: Discord Success Notification - name: Discord Success Notification
uses: meisnate12/discord-notifications@master uses: Kometa-Team/discord-notifications@master
if: success() if: success()
with: with:
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }} webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }} webhook_token: ${{ secrets.BUILD_WEBHOOK_TOKEN }}
title: "${{ steps.get_version.outputs.VERSION }} build: **Success**" title: "${{ steps.get_version.outputs.VERSION }} build: **Success**"
url: https://github.com/meisnate12/Plex-Meta-Manager/actions/runs/${{ github.run_id }} url: https://github.com/Kometa-Team/Kometa/actions/runs/${{ github.run_id }}
username: Metabot username: Kobota
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/pmm.png avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/logo.png
author: Docker author: Docker
author_icon_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/docker.png
- name: Discord Failure Notification - name: Discord Failure Notification
uses: meisnate12/discord-notifications@master uses: Kometa-Team/discord-notifications@master
if: failure() if: failure()
with: with:
webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }} webhook_id: ${{ secrets.BUILD_WEBHOOK_ID }}
@ -82,21 +82,21 @@ jobs:
message: <@&1079153184007790652> message: <@&1079153184007790652>
title: "${{ steps.get_version.outputs.VERSION }} build: **Failure**" title: "${{ steps.get_version.outputs.VERSION }} build: **Failure**"
color: 0xe30c43 color: 0xe30c43
url: https://github.com/meisnate12/Plex-Meta-Manager/actions/runs/${{ github.run_id }} url: https://github.com/Kometa-Team/Kometa/actions/runs/${{ github.run_id }}
username: Metabot username: Kobota
avatar_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/pmm.png avatar_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/logo.png
author: Docker author: Docker
author_icon_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/.github/docker.png author_icon_url: https://raw.githubusercontent.com/Kometa-Team/Kometa/master/.github/docker.png
- name: Checkout Configs Repo - name: Checkout Configs Repo
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: meisnate12/Plex-Meta-Manager-Configs repository: Kometa-Team/Community-Configs
token: ${{ secrets.PAT }} token: ${{ secrets.PAT }}
path: pmmconfigs path: kometaconfigs
- name: Create & Push Tag - name: Create & Push Tag
working-directory: ./pmmconfigs working-directory: ./kometaconfigs
run: | run: |
git tag ${{ steps.get_version.outputs.VERSION }} git tag ${{ steps.get_version.outputs.VERSION }}
git push origin ${{ steps.get_version.outputs.VERSION }} git push origin ${{ steps.get_version.outputs.VERSION }}

1
.gitignore vendored

@ -122,6 +122,7 @@ ENV/
env.bak/ env.bak/
venv.bak/ venv.bak/
pmm-venv/ pmm-venv/
kometa-venv/
# Spyder project settings # Spyder project settings
.spyderproject .spyderproject

@ -2,7 +2,7 @@ FROM python:3.11-slim-buster
ARG BRANCH_NAME=master ARG BRANCH_NAME=master
ENV BRANCH_NAME ${BRANCH_NAME} ENV BRANCH_NAME ${BRANCH_NAME}
ENV TINI_VERSION v0.19.0 ENV TINI_VERSION v0.19.0
ENV PMM_DOCKER True ENV KOMETA_DOCKER True
COPY requirements.txt requirements.txt COPY requirements.txt requirements.txt
RUN echo "**** install system packages ****" \ RUN echo "**** install system packages ****" \
&& apt-get update \ && apt-get update \
@ -21,4 +21,4 @@ RUN echo "**** install system packages ****" \
&& rm -rf /requirements.txt /tmp/* /var/tmp/* /var/lib/apt/lists/* && rm -rf /requirements.txt /tmp/* /var/tmp/* /var/lib/apt/lists/*
COPY . / COPY . /
VOLUME /config VOLUME /config
ENTRYPOINT ["/tini", "-s", "python3", "plex_meta_manager.py", "--"] ENTRYPOINT ["/tini", "-s", "python3", "kometa.py", "--"]

@ -2,8 +2,8 @@ FROM python:3.11-slim-buster
ARG BRANCH_NAME=master ARG BRANCH_NAME=master
ENV BRANCH_NAME ${BRANCH_NAME} ENV BRANCH_NAME ${BRANCH_NAME}
ENV TINI_VERSION v0.19.0 ENV TINI_VERSION v0.19.0
ENV PMM_DOCKER True ENV KOMETA_DOCKER True
ENV PMM_LXML True ENV KOMETA_LXML True
COPY requirements.txt requirements.txt COPY requirements.txt requirements.txt
RUN sed -i -E "s/(lxml==).+/\15.1.1/" requirements.txt RUN sed -i -E "s/(lxml==).+/\15.1.1/" requirements.txt
RUN echo "**** install system packages ****" \ RUN echo "**** install system packages ****" \
@ -23,4 +23,4 @@ RUN echo "**** install system packages ****" \
&& rm -rf /requirements.txt /tmp/* /var/tmp/* /var/lib/apt/lists/* && rm -rf /requirements.txt /tmp/* /var/tmp/* /var/lib/apt/lists/*
COPY . / COPY . /
VOLUME /config VOLUME /config
ENTRYPOINT ["/tini", "-s", "python3", "plex_meta_manager.py", "--"] ENTRYPOINT ["/tini", "-s", "python3", "kometa.py", "--"]

@ -1,30 +1,30 @@
# <img src="https://metamanager.wiki/en/latest/assets/logo-full.webp" alt="PMM"> # <img src="https://kometa.wiki/en/nightly/assets/logo-full.png" alt="Kometa">
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/meisnate12/Plex-Meta-Manager?style=plastic)](https://github.com/meisnate12/Plex-Meta-Manager/releases) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/Kometa-Team/Kometa?style=plastic)](https://github.com/Kometa-Team/Kometa/releases)
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/meisnate12/plex-meta-manager?label=docker&sort=semver&style=plastic)](https://hub.docker.com/r/meisnate12/plex-meta-manager) [![Docker Image Version (latest semver)](https://img.shields.io/docker/v/kometateam/kometa?label=docker&sort=semver&style=plastic)](https://hub.docker.com/r/kometateam/kometa)
[![Docker Pulls](https://img.shields.io/docker/pulls/meisnate12/plex-meta-manager?style=plastic)](https://hub.docker.com/r/meisnate12/plex-meta-manager) [![Docker Pulls](https://img.shields.io/docker/pulls/kometateam/kometa?style=plastic)](https://hub.docker.com/r/kometateam/kometa)
[![Develop GitHub commits since latest stable release (by SemVer)](https://img.shields.io/github/commits-since/meisnate12/plex-meta-manager/latest/develop?label=Commits%20in%20Develop&style=plastic)](https://github.com/meisnate12/Plex-Meta-Manager/tree/develop) [![Develop GitHub commits since latest stable release (by SemVer)](https://img.shields.io/github/commits-since/Kometa-Team/Kometa/latest/develop?label=Commits%20in%20Develop&style=plastic)](https://github.com/Kometa-Team/Kometa/tree/develop)
[![Nightly GitHub commits since latest stable release (by SemVer)](https://img.shields.io/github/commits-since/meisnate12/plex-meta-manager/latest/nightly?label=Commits%20in%20Nightly&style=plastic)](https://github.com/meisnate12/Plex-Meta-Manager/tree/nightly) [![Nightly GitHub commits since latest stable release (by SemVer)](https://img.shields.io/github/commits-since/Kometa-Team/Kometa/latest/nightly?label=Commits%20in%20Nightly&style=plastic)](https://github.com/Kometa-Team/Kometa/tree/nightly)
[![Discord](https://img.shields.io/discord/822460010649878528?color=%2300bc8c&label=Discord&style=plastic)](https://metamanager.wiki/en/latest/discord/) [![Discord](https://img.shields.io/discord/822460010649878528?color=%2300bc8c&label=Discord&style=plastic)](https://kometa.wiki/en/latest/discord/)
[![Reddit](https://img.shields.io/badge/%2Fr%2Fplexmetamanager-e05d44?style=plastic&logo=Reddit&logoColor=white&labelColor=0e8a6a&color=00bc8c)](https://www.reddit.com/r/PlexMetaManager/) [![Reddit](https://img.shields.io/badge/%2Fr%2Fkometa-e05d44?style=plastic&logo=Reddit&logoColor=white&labelColor=0e8a6a&color=00bc8c)](https://www.reddit.com/r/kometa/)
[![Wiki](https://img.shields.io/readthedocs/plex-meta-manager?color=%2300bc8c&style=plastic)](https://metamanager.wiki) [![Wiki](https://img.shields.io/readthedocs/kometa?color=%2300bc8c&style=plastic)](https://kometa.wiki)
[![Translations](https://img.shields.io/weblate/progress/plex-meta-manager?color=00bc8c&server=https%3A%2F%2Ftranslations.metamanager.wiki&style=plastic)](https://translations.metamanager.wiki/projects/plex-meta-manager/#languages) [![Translations](https://img.shields.io/weblate/progress/kometa?color=00bc8c&server=https%3A%2F%2Ftranslations.kometa.wiki&style=plastic)](https://translations.kometa.wiki/projects/kometa/#languages)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/meisnate12?color=%238a2be2&style=plastic)](https://github.com/sponsors/meisnate12) [![GitHub Sponsors](https://img.shields.io/github/sponsors/meisnate12?color=%238a2be2&style=plastic)](https://github.com/sponsors/meisnate12)
[![Sponsor or Donate](https://img.shields.io/badge/-Sponsor%2FDonate-blueviolet?style=plastic)](https://github.com/sponsors/meisnate12) [![Sponsor or Donate](https://img.shields.io/badge/-Sponsor%2FDonate-blueviolet?style=plastic)](https://github.com/sponsors/meisnate12)
[![Feature Requests](https://img.shields.io/badge/Feature%20Requests-blueviolet?style=plastic)](https://features.metamanager.wiki/) [![Feature Requests](https://img.shields.io/badge/Feature%20Requests-blueviolet?style=plastic)](https://features.kometa.wiki/)
Plex Meta Manager is a powerful tool designed to give you complete control over your media libraries. With Plex Meta Manager, you can take your customization to the next level, with granular control over metadata, collections, overlays, and much more. Kometa is a powerful tool designed to give you complete control over your media libraries. With Kometa, you can take your customization to the next level, with granular control over metadata, collections, overlays, and much more.
Transform your media library with Plex Meta Manager and discover its full potential! Connect to third-party services like TMDb, Trakt, and IMDb, among others, to create one-of-a-kind collections, overlays and more. Your media library will stand out and be tailored to your specific needs. Transform your media library with Kometa and discover its full potential! Connect to third-party services like TMDb, Trakt, and IMDb, among others, to create one-of-a-kind collections, overlays and more. Your media library will stand out and be tailored to your specific needs.
## What Can Plex-Meta-Manager Do? ## What Can Kometa Do?
### Overhaul Your Media Libraries ### Overhaul Your Media Libraries
- Elevate your library with beautifully crafted metadata - customize artwork, titles, summaries, and more to create a stunning library. - Elevate your library with beautifully crafted metadata - customize artwork, titles, summaries, and more to create a stunning library.
### PMM Defaults ### Kometa Defaults
- Take advantage of pre-made modular Collections & Overlays to reduce the manual effort and get to the good stuff with less effort! - Take advantage of pre-made modular Collections & Overlays to reduce the manual effort and get to the good stuff with less effort!
@ -40,63 +40,69 @@ Transform your media library with Plex Meta Manager and discover its full potent
## Demo Video ## Demo Video
The below YouTube video has been created by one of our community members to showcase some of the things that Plex Meta Manager can do for you. The below YouTube video has been created by one of our community members to showcase some of the things that Kometa can do for you.
[![Plex Meta Manager](https://img.youtube.com/vi/nTfCUtKWTYI/0.jpg)](https://www.youtube.com/watch?v=nTfCUtKWTYI "Plex Meta Manager") [![Kometa](https://img.youtube.com/vi/nTfCUtKWTYI/0.jpg)](https://www.youtube.com/watch?v=nTfCUtKWTYI "Kometa")
## Example Plex Meta Manager Libraries ## Demo Video
The below YouTube video has been created by one of our community members to showcase some of the things that Kometa can do for you.
[![Kometa](https://img.youtube.com/vi/nTfCUtKWTYI/0.jpg)](https://www.youtube.com/watch?v=nTfCUtKWTYI "Kometa")
Here are some examples of the things you can achieve using Plex Meta Manager! ## Example Kometa Libraries
**Example Movie Collections using the [Plex Meta Manager Defaults](https://metamanager.wiki/en/latest/defaults/collections/)** (click to enlarge): Here are some examples of the things you can achieve using Kometa!
![Movie Collection Preview](https://metamanager.wiki/en/latest/images/movie-collection-preview.png) **Example Movie Collections using the [Kometa Defaults](https://kometa.wiki/en/latest/defaults/collections/)** (click to enlarge):
**Example Show Overlays using the [Plex Meta Manager Defaults](https://metamanager.wiki/en/latest/defaults/overlays)** (click to enlarge): ![Movie Collection Preview](https://kometa.wiki/en/latest/images/movie-collection-preview.png)
![Show Library Preview](https://metamanager.wiki/en/latest/images/show-library-preview.png) **Example Show Overlays using the [Kometa Defaults](https://kometa.wiki/en/latest/defaults/overlays)** (click to enlarge):
## Plex Meta Manager Defaults ![Show Library Preview](https://kometa.wiki/en/latest/images/show-library-preview.png)
Want your library to look like the above images? With the [PMM Defaults](https://metamanager.wiki/en/latest/defaults/guide/) you can! These powerful and modular files were designed by the Plex Meta Manager team to make it simple to create a personalized, one-of-a-kind media collection without the hassle of manually defining each one. ## Kometa Defaults
Want to see what the community has to offer? Check out the [Plex Meta Manager Configs](https://github.com/meisnate12/Plex-Meta-Manager-Configs) repository on GitHub to see user-submitted configuration files, or even add your own to the mix! Want your library to look like the above images? With the [Kometa Defaults](https://kometa.wiki/en/latest/defaults/guide/) you can! These powerful and modular files were designed by the Kometa team to make it simple to create a personalized, one-of-a-kind media collection without the hassle of manually defining each one.
With Plex Meta Manager, you can also manage metadata for all your media types, from movies and shows to music and more. And since your metadata is managed outside your libraries, you'll never have to worry about losing your customizations in the event of a media server database loss, you can simply reapply them! It is also easy to move your customizations between servers if you need to. Want to see what the community has to offer? Check out the [Kometa Community Configs](https://github.com/Kometa-Team/Community-Configs) repository on GitHub to see user-submitted configuration files, or even add your own to the mix!
With Kometa, you can also manage metadata for all your media types, from movies and shows to music and more. And since your metadata is managed outside your libraries, you'll never have to worry about losing your customizations in the event of a media server database loss, you can simply reapply them! It is also easy to move your customizations between servers if you need to.
## Getting Started ## Getting Started
To get started with Plex Meta Manager, follow these simple steps: To get started with Kometa, follow these simple steps:
1. Install Plex Meta Manager on your device. You can find the installation instructions for a variety of platforms [here](https://metamanager.wiki/en/latest/pmm/install/overview/). 1. Install Kometa on your device. You can find the installation instructions for a variety of platforms [here](https://kometa.wiki/en/latest/kometa/install/overview/).
2. Once you have installed Plex Meta Manager, create your [Configuration File](https://metamanager.wiki/en/latest/config/overview/). This file contains important information such as URLs and credentials needed to connect to services like Plex and TMDb 2. Once you have installed Kometa, create your [Configuration File](https://kometa.wiki/en/latest/config/overview/). This file contains important information such as URLs and credentials needed to connect to services like Plex and TMDb
3. After creating the Configuration File, you can start updating Metadata and building automatic Collections by creating a [Collection File](https://metamanager.wiki/en/latest/files/collections/) for each Library you want to work with. If you'd rather use some of our pre-made Collection Files, take a look at the [Plex Meta Manager Defaults](https://metamanager.wiki/en/latest/defaults/guide/) 3. After creating the Configuration File, you can start updating Metadata and building automatic Collections by creating a [Collection File](https://kometa.wiki/en/latest/files/collections/) for each Library you want to work with. If you'd rather use some of our pre-made Collection Files, take a look at the [Kometa Defaults](https://kometa.wiki/en/latest/defaults/guide/)
4. Finally, check out the [Wiki](https://metamanager.wiki/), you'll find new and exciting ways to truly unlock the potential of your libraries. 4. Finally, check out the [Wiki](https://kometa.wiki/), you'll find new and exciting ways to truly unlock the potential of your libraries.
## Step-by-Step Guides ## Step-by-Step Guides
If you're a beginner to the concepts of Python, Git and/or Plex Meta Manager and find the above steps challenging, don't worry. We've got some step-by-step guides that can help you get started. These guides will take you through the process of installing Plex Meta Manager, creating your Configuration File and getting some basic Collections up and running. If you're a beginner to the concepts of Python, Git and/or Kometa and find the above steps challenging, don't worry. We've got some step-by-step guides that can help you get started. These guides will take you through the process of installing Kometa, creating your Configuration File and getting some basic Collections up and running.
For those who need full installation walkthroughs, please refer to the following walkthrough guides: For those who need full installation walkthroughs, please refer to the following walkthrough guides:
* [Local Walkthrough](https://metamanager.wiki/en/latest/pmm/install/local/) - follow this if you are running the script directly on Windows, OS X, or Linux * [Local Walkthrough](https://kometa.wiki/en/latest/kometa/install/local/) - follow this if you are running the script directly on Windows, OS X, or Linux
* [Docker Walkthrough](https://metamanager.wiki/en/latest/pmm/install/docker/) - this discusses using Docker at the command line * [Docker Walkthrough](https://kometa.wiki/en/latest/kometa/install/docker/) - this discusses using Docker at the command line
If you are using unRAID, Kubernetes, QNAP, or Synology refer to the following basic guide to Docker container setup for each system: If you are using unRAID, Kubernetes, QNAP, or Synology refer to the following basic guide to Docker container setup for each system:
**this doesn't cover the PMM setup specifics found in the guides above with regard to creating the config file and collection file, so you may want to go through the [Docker Walkthrough](https://metamanager.wiki/en/latest/pmm/install/docker/) first on your computer to gain that understanding.** **this doesn't cover the Kometa setup specifics found in the guides above with regard to creating the config file and collection file, so you may want to go through the [Docker Walkthrough](https://kometa.wiki/en/latest/kometa/install/docker/) first on your computer to gain that understanding.**
* [unRAID Walkthrough](https://metamanager.wiki/en/latest/pmm/install/unraid/) * [unRAID Walkthrough](https://kometa.wiki/en/latest/kometa/install/unraid/)
* [Kubernetes Walkthrough](https://metamanager.wiki/en/latest/pmm/install/kubernetes/) * [Kubernetes Walkthrough](https://kometa.wiki/en/latest/kometa/install/kubernetes/)
* [QNAP Walkthrough](https://metamanager.wiki/en/latest/pmm/install/qnap/) * [QNAP Walkthrough](https://kometa.wiki/en/latest/kometa/install/qnap/)
* [Synology Walkthrough](https://metamanager.wiki/en/latest/pmm/install/synology/) * [Synology Walkthrough](https://kometa.wiki/en/latest/kometa/install/synology/)
## Example Usage ## Example Usage
Plex Meta Manager puts you in control of your media library by letting you create custom Collections that make discovering and organizing your content a breeze. With powerful search and filtering options, you can build Collections based on popular builders like TMDb, IMDb, Trakt, and many more. Kometa puts you in control of your media library by letting you create custom Collections that make discovering and organizing your content a breeze. With powerful search and filtering options, you can build Collections based on popular builders like TMDb, IMDb, Trakt, and many more.
Imagine having Collections like these at your fingertips: Imagine having Collections like these at your fingertips:
@ -108,32 +114,32 @@ Imagine having Collections like these at your fingertips:
* Actors * Actors
* Decades * Decades
Plex Meta Manager gives you endless possibilities to curate and organize your media library any way you want. Create custom Collections and Overlays that fit your unique preferences and make discovering your content effortless. Kometa gives you endless possibilities to curate and organize your media library any way you want. Create custom Collections and Overlays that fit your unique preferences and make discovering your content effortless.
But if you don't want to spend time manually creating Collections and Overlays, we've got you covered. Check out the [PMM Defaults](https://metamanager.wiki/en/latest/defaults/guide/) - a handcrafted selection of tried-and-tested Collections and Overlays made by the Plex Meta Manager team. But if you don't want to spend time manually creating Collections and Overlays, we've got you covered. Check out the [Kometa Defaults](https://kometa.wiki/en/latest/defaults/guide/) - a handcrafted selection of tried-and-tested Collections and Overlays made by the Kometa team.
## Develop & Nightly Branches ## Develop & Nightly Branches
The Develop and Nightly branches are "beta" versions of Plex Meta Manager that are updated more frequently than the stable version (Master branch). These branches are where bug fixes, new features, and other changes are added before being released to the Master branch. The Develop and Nightly branches are "beta" versions of Kometa that are updated more frequently than the stable version (Master branch). These branches are where bug fixes, new features, and other changes are added before being released to the Master branch.
However, these branches (especially Nightly) are recommended for more technical users who don't mind updating frequently to get the latest changes. Keep in mind that these beta branches may have bugs or other issues that could cause problems with Plex Meta Manager or your media server. So, if you're not comfortable with technical issues, it's best to stick with the Master branch. However, these branches (especially Nightly) are recommended for more technical users who don't mind updating frequently to get the latest changes. Keep in mind that these beta branches may have bugs or other issues that could cause problems with Kometa or your media server. So, if you're not comfortable with technical issues, it's best to stick with the Master branch.
<details class="details-tabs"> <details class="details-tabs">
<summary>Develop Branch (click to expand)</summary> <summary>Develop Branch (click to expand)</summary>
[![Develop GitHub commits since latest stable release (by SemVer)](https://img.shields.io/github/commits-since/meisnate12/plex-meta-manager/latest/develop?label=Commits%20in%20Develop&style=plastic)](https://github.com/meisnate12/Plex-Meta-Manager/tree/develop) [![Develop GitHub commits since latest stable release (by SemVer)](https://img.shields.io/github/commits-since/Kometa-Team/Kometa/latest/develop?label=Commits%20in%20Develop&style=plastic)](https://github.com/Kometa-Team/Kometa/tree/develop)
The [develop](https://github.com/meisnate12/Plex-Meta-Manager/tree/develop) branch has the most updated **documented** fixes and enhancements to Plex Meta Manager. This version is tested and documented to some degree, but it is still an active Develop branch, so there may be rough edges. The [develop](https://github.com/Kometa-Team/Kometa/tree/develop) branch has the most updated **documented** fixes and enhancements to Kometa. This version is tested and documented to some degree, but it is still an active Develop branch, so there may be rough edges.
Switching to `develop`: Switching to `develop`:
````{tab} Running in Docker ````{tab} Running in Docker
Add ":develop" to the image name in your run command or configuration: Add ":develop" to the image name in your run command or configuration:
``` ```
meisnate12/plex-meta-manager:develop kometateam/kometa:develop
``` ```
```` ````
````{tab} Running on the Host ````{tab} Running on the Host
In the directory where you cloned PMM: In the directory where you cloned Kometa:
```bash ```bash
git checkout develop git checkout develop
``` ```
@ -143,7 +149,7 @@ git checkout master
``` ```
```` ````
If switching to the develop branch, it is recommended to also use the [develop branch of the wiki](https://metamanager.wiki/en/develop/), which documents any changes made from the Master branch. If switching to the develop branch, it is recommended to also use the [develop branch of the wiki](https://kometa.wiki/en/develop/), which documents any changes made from the Master branch.
</details> </details>
@ -152,22 +158,22 @@ If switching to the develop branch, it is recommended to also use the [develop b
<details class="details-tabs"> <details class="details-tabs">
<summary>Nightly Branch (click to expand)</summary> <summary>Nightly Branch (click to expand)</summary>
[![Nightly GitHub commits since latest stable release (by SemVer)](https://img.shields.io/github/commits-since/meisnate12/plex-meta-manager/latest/nightly?label=Commits%20in%20Nightly&style=plastic)](https://github.com/meisnate12/Plex-Meta-Manager/tree/nightly) [![Nightly GitHub commits since latest stable release (by SemVer)](https://img.shields.io/github/commits-since/Kometa-Team/Kometa/latest/nightly?label=Commits%20in%20Nightly&style=plastic)](https://github.com/Kometa-Team/Kometa/tree/nightly)
**This branch will have squashed commits which can cause `git pull`/`git fetch` to error you can use `git reset origin/nightly --hard` to fix the branch.** **This branch will have squashed commits which can cause `git pull`/`git fetch` to error you can use `git reset origin/nightly --hard` to fix the branch.**
There is also a [nightly](https://github.com/meisnate12/Plex-Meta-Manager/tree/nightly) branch which will have the absolute latest version of the script, but it could easily break, there is no guarantee that it even works, and any new features will not be documented until they have progressed enough to reach the develop branch. There is also a [nightly](https://github.com/Kometa-Team/Kometa/tree/nightly) branch which will have the absolute latest version of the script, but it could easily break, there is no guarantee that it even works, and any new features will not be documented until they have progressed enough to reach the develop branch.
Switching to `nightly`: Switching to `nightly`:
````{tab} Running in Docker ````{tab} Running in Docker
Add ":nightly" to the image name in your run command or configuration: Add ":nightly" to the image name in your run command or configuration:
``` ```
meisnate12/plex-meta-manager:nightly kometateam/kometa:nightly
``` ```
```` ````
````{tab} Running on the Host ````{tab} Running on the Host
In the directory where you cloned PMM: In the directory where you cloned Kometa:
```bash ```bash
git checkout nightly git checkout nightly
``` ```
@ -177,30 +183,29 @@ git checkout master
``` ```
```` ````
As this branch is subject to extreme change, there is no promise of the feature being documented in the [nightly](https://metamanager.wiki/en/nightly/) branch of the wiki and all discussions relating to changes made in the nightly branch will be held within the [Plex Meta Manager Discord Server](https://metamanager.wiki/en/latest/discord/). As this branch is subject to extreme change, there is no promise of the feature being documented in the [nightly](https://kometa.wiki/en/nightly/) branch of the wiki and all discussions relating to changes made in the nightly branch will be held within the [Kometa Discord Server](https://kometa.wiki/en/latest/discord/).
</details> </details>
## Discord Support Server ## Discord Support Server
If you're looking for support for any questions or issues you might have, or if you just want to be a part of our growing community, Join the [Plex Meta Manager Discord Server](https://metamanager.wiki/en/latest/discord/). If you're looking for support for any questions or issues you might have, or if you just want to be a part of our growing community, Join the [Kometa Discord Server](https://kometa.wiki/en/latest/discord/).
## Feature Requests ## Feature Requests
At Plex Meta Manager, we value our community's input and actively seek feedback to drive the evolution of our product. We want to hear your ideas on how to enhance Plex Meta Manager, and we encourage you to visit our [Feature Request](https://features.metamanager.wiki/features) page to share your thoughts or vote on what features you would like to see added next. Your voice matters and helps shape the future of Plex Meta Manager, so please don't hesitate to join in the conversation and be a part of our community-driven development process. At Kometa, we value our community's input and actively seek feedback to drive the evolution of our product. We want to hear your ideas on how to enhance Kometa, and we encourage you to visit our [Feature Request](https://features.kometa.wiki/features) page to share your thoughts or vote on what features you would like to see added next. Your voice matters and helps shape the future of Kometa, so please don't hesitate to join in the conversation and be a part of our community-driven development process.
## Errors and Configuration Questions ## Errors and Configuration Questions
If you're having trouble, we recommend first joining the [Plex Meta Manager Discord Server](https://metamanager.wiki/en/latest/discord/) and seeking support there. If that isn't possible for you, here's what you can do: If you're having trouble, we recommend first joining the [Kometa Discord Server](https://kometa.wiki/en/latest/discord/) and seeking support there. If that isn't possible for you, here's what you can do:
* If you get an error, update to the latest version and check if the issue persists. If it does, report the bug by filling out the [Bug Report](https://github.com/meisnate12/Plex-Meta-Manager/issues/new?assignees=meisnate12&labels=status%3Anot-yet-viewed%2C+bug&template=bug_report.md&title=Bug%3A+) template. * If you get an error, update to the latest version and check if the issue persists. If it does, report the bug by filling out the [Bug Report](https://github.com/Kometa-Team/Kometa/issues/new?assignees=meisnate12&labels=status%3Anot-yet-viewed%2C+bug&template=bug_report.md&title=Bug%3A+) template.
* If you spot a mistake or have an idea to improve the [Plex Meta Manager Wiki](https://metamanager.wiki/), submit a request using the [Wiki Request](https://github.com/meisnate12/Plex-Meta-Manager/issues/new?assignees=meisnate12&labels=status%3Anot-yet-viewed%2C+documentation&template=3.docs_request.yml&title=%5BDocs%5D%3A+) template. * If you spot a mistake or have an idea to improve the [Kometa Wiki](https://kometa.wiki/), submit a request using the [Wiki Request](https://github.com/Kometa-Team/Kometa/issues/new?assignees=meisnate12&labels=status%3Anot-yet-viewed%2C+documentation&template=3.docs_request.yml&title=%5BDocs%5D%3A+) template.
* If you have a question about metadata configuration, start a discussion on the [Discussions](https://github.com/meisnate12/Plex-Meta-Manager/discussions). Remember, the community helps shape the future of Plex Meta Manager, so your input is valuable! * If you have a question about metadata configuration, start a discussion on the [Discussions](https://github.com/Kometa-Team/Kometa/discussions). Remember, the community helps shape the future of Kometa, so your input is valuable!
For support on any of the above, visit the [Discord server](https://metamanager.wiki/en/latest/discord/). For support on any of the above, visit the [Discord server](https://kometa.wiki/en/latest/discord/).
## Contributing ## Contributing
* Pull Requests are greatly encouraged, please submit all Pull Requests to the nightly branch. * Pull Requests are greatly encouraged, please submit all Pull Requests to the nightly branch.
<br> <br>

@ -1,36 +1,36 @@
## This file is a template remove the .template to use the file ## This file is a template remove the .template to use the file
libraries: # This is called out once within the config.yml file libraries: # This is called out once within the config.yml file
Movies: # These are names of libraries in your Plex Movies: # These are names of libraries in your Plex
remove_overlays: false # Set this to true to remove all overlays remove_overlays: false # Set this to true to remove all overlays
collection_files: collection_files:
- pmm: basic # This is a file within PMM's defaults folder - default: basic # This is a file within Kometa's defaults folder
- pmm: imdb # This is a file within PMM's defaults folder - default: imdb # This is a file within Kometa's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
overlay_files: overlay_files:
- pmm: ribbon # This is a file within PMM's defaults folder - default: ribbon # This is a file within Kometa's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
TV Shows: TV Shows:
remove_overlays: false # Set this to true to remove all overlays remove_overlays: false # Set this to true to remove all overlays
collection_files: collection_files:
- pmm: basic # This is a file within PMM's defaults folder - default: basic # This is a file within Kometa's defaults folder
- pmm: imdb # This is a file within PMM's defaults folder - default: imdb # This is a file within Kometa's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
overlay_files: overlay_files:
- pmm: ribbon # This is a file within PMM's defaults folder - default: ribbon # This is a file within Kometa's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
Anime: Anime:
collection_files: collection_files:
- pmm: basic # This is a file within PMM's defaults folder - default: basic # This is a file within Kometa's defaults folder
- pmm: anilist # This is a file within PMM's defaults folder - default: anilist # This is a file within Kometa's defaults folder
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
Music: Music:
collection_files: collection_files:
- file: config/Music.yml # This is a local file THAT YOU MIGHT CREATE - file: config/Music.yml # This is a local file THAT YOU MIGHT CREATE
playlist_files: playlist_files:
- pmm: playlist # This is a file within PMM's defaults folder - default: playlist # This is a file within Kometa's defaults folder
template_variables: template_variables:
libraries: Movies, TV Shows # list of libraries that you want the PMM Defaults playlists to look at libraries: Movies, TV Shows # list of libraries that you want the Kometa Defaults playlists to look at
# see the wiki for how to use local files, folders, URLs, or files from git # see the wiki for how to use local files, folders, URLs, or files from git
settings: settings:
run_order: run_order:
@ -74,13 +74,13 @@ settings:
playlist_report: false playlist_report: false
verify_ssl: true verify_ssl: true
custom_repo: custom_repo:
webhooks: # Can be individually specified per library as well webhooks: # Can be individually specified per library as well
error: error:
version: version:
run_start: run_start:
run_end: run_end:
changes: changes:
plex: # Can be individually specified per library as well; REQUIRED for the script to run plex: # Can be individually specified per library as well; REQUIRED for the script to run
url: http://192.168.1.12:32400 url: http://192.168.1.12:32400
token: #################### token: ####################
timeout: 60 timeout: 60
@ -89,10 +89,10 @@ plex: # Can be individually specified per library as
empty_trash: false empty_trash: false
optimize: false optimize: false
verify_ssl: verify_ssl:
tmdb: # REQUIRED for the script to run tmdb: # REQUIRED for the script to run
apikey: ################################ apikey: ################################
language: en language: en
tautulli: # Can be individually specified per library as well tautulli: # Can be individually specified per library as well
url: http://192.168.1.12:8181 url: http://192.168.1.12:8181
apikey: ################################ apikey: ################################
github: github:
@ -108,10 +108,10 @@ notifiarr:
gotify: gotify:
url: http://192.168.1.12:80 url: http://192.168.1.12:80
token: #################################### token: ####################################
anidb: # Not required for AniDB builders unless you want mature content anidb: # Not required for AniDB builders unless you want mature content
username: ###### username: ######
password: ###### password: ######
radarr: # Can be individually specified per library as well radarr: # Can be individually specified per library as well
url: http://192.168.1.12:7878 url: http://192.168.1.12:7878
token: ################################ token: ################################
add_missing: false add_missing: false
@ -126,7 +126,7 @@ radarr: # Can be individually specified per library as
search: false search: false
radarr_path: radarr_path:
plex_path: plex_path:
sonarr: # Can be individually specified per library as well sonarr: # Can be individually specified per library as well
url: http://192.168.1.12:8989 url: http://192.168.1.12:8989
token: ################################ token: ################################
add_missing: false add_missing: false

@ -2,11 +2,11 @@
# British Academy of Film and Television Arts Awards Collections # # British Academy of Film and Television Arts Awards Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/bafta # # https://kometa.wiki/en/latest/defaults/award/bafta #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: 130 collection_section: 130

@ -2,11 +2,11 @@
# Berlinale Awards Collections # # Berlinale Awards Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/berlinale # # https://kometa.wiki/en/latest/defaults/award/berlinale #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: 130 collection_section: 130

@ -2,11 +2,11 @@
# Cannes Awards Collections # # Cannes Awards Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/cannes # # https://kometa.wiki/en/latest/defaults/award/cannes #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: 130 collection_section: 130

@ -2,11 +2,11 @@
# Cesar Awards Collections # # Cesar Awards Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/cesar # # https://kometa.wiki/en/latest/defaults/award/cesar #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: 130 collection_section: 130

@ -2,11 +2,11 @@
# Critics Choice Awards Collections # # Critics Choice Awards Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/choice # # https://kometa.wiki/en/latest/defaults/award/choice #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: 130 collection_section: 130

@ -2,11 +2,11 @@
# Emmy Awards Collections # # Emmy Awards Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/emmy # # https://kometa.wiki/en/latest/defaults/award/emmy #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: 130 collection_section: 130

@ -2,11 +2,11 @@
# Golden Globes Awards Collections # # Golden Globes Awards Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/golden # # https://kometa.wiki/en/latest/defaults/award/golden #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: 130 collection_section: 130

@ -2,11 +2,11 @@
# National Film Registry Awards Collections # # National Film Registry Awards Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/nfr # # https://kometa.wiki/en/latest/defaults/award/nfr #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: 130 collection_section: 130

@ -2,11 +2,11 @@
# Academy Awards (Oscars) Collections # # Academy Awards (Oscars) Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/oscars # # https://kometa.wiki/en/latest/defaults/award/oscars #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: 130 collection_section: 130

@ -2,11 +2,11 @@
# People's Choice Awards Collections # # People's Choice Awards Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/pca # # https://kometa.wiki/en/latest/defaults/award/pca #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: 130 collection_section: 130

@ -2,11 +2,11 @@
# Razzie Awards Collections # # Razzie Awards Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/razzie # # https://kometa.wiki/en/latest/defaults/award/razzie #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: 130 collection_section: 130

@ -2,11 +2,11 @@
# Screen Actors Guild Awards Collections # # Screen Actors Guild Awards Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/sag # # https://kometa.wiki/en/latest/defaults/award/sag #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: 130 collection_section: 130

@ -2,11 +2,11 @@
# Award Separator Collections # # Award Separator Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/separator_award # # https://kometa.wiki/en/latest/defaults/award/separator_award #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: 130 collection_section: 130

@ -2,11 +2,11 @@
# Independent Spirit Awards Collections # # Independent Spirit Awards Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/spirit # # https://kometa.wiki/en/latest/defaults/award/spirit #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: 130 collection_section: 130

@ -2,11 +2,11 @@
# Sundance Awards Collections # # Sundance Awards Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/sundance # # https://kometa.wiki/en/latest/defaults/award/sundance #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: 130 collection_section: 130

@ -2,11 +2,11 @@
# Toronto International Film Festival Awards Collections # # Toronto International Film Festival Awards Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/tiff # # https://kometa.wiki/en/latest/defaults/award/tiff #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: 130 collection_section: 130

@ -2,11 +2,11 @@
# Venice Awards Collections # # Venice Awards Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/venice # # https://kometa.wiki/en/latest/defaults/award/venice #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: 130 collection_section: 130

@ -2,11 +2,11 @@
# Actor Collections # # Actor Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/both/actor # # https://kometa.wiki/en/latest/defaults/both/actor #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "140" collection_section: "140"

@ -2,21 +2,21 @@
# Aspect Ratio Collections # # Aspect Ratio Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/both/aspect # # https://kometa.wiki/en/latest/defaults/both/aspect #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "125" collection_section: "125"
translations: translations:
pmm: translations default: translations
templates: templates:
aspect: aspect:
template: template:
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/aspect/<<mapping_name>>.jpg url_poster: https://raw.githubusercontent.com/Kometa-Team/Default-Images/master/aspect/<<mapping_name>>.jpg
summary: A collection of media items with the aspect ratio of <<mapping_name>>. summary: A collection of media items with the aspect ratio of <<mapping_name>>.
collections: collections:

@ -2,11 +2,11 @@
# Audio Language Collections # # Audio Language Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/both/audio_language # # https://kometa.wiki/en/latest/defaults/both/audio_language #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "090" collection_section: "090"

@ -2,11 +2,11 @@
# "Based On..." Collections # # "Based On..." Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/both/based # # https://kometa.wiki/en/latest/defaults/both/based #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "085" collection_section: "085"
@ -33,7 +33,7 @@ dynamic_collections:
- arr - arr
template_variables: template_variables:
mdblist_list: mdblist_list:
default: https://mdblist.com/lists/plexmetamanager/based_on_<<key>>_<<library_type>>s default: https://mdblist.com/lists/k0meta/based_on_<<key>>_<<library_type>>s
image: image:
default: based/<<key_name_encoded>> default: based/<<key_name_encoded>>
translation_key: translation_key:

@ -2,7 +2,7 @@
# Collectionless Collection # # Collectionless Collection #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/both/collectionless # # https://kometa.wiki/en/latest/defaults/both/collectionless #
############################################################################## ##############################################################################
templates: templates:
@ -15,7 +15,7 @@ templates:
# check2 # check2
sort_title: ~_Collectionless sort_title: ~_Collectionless
collection_order: alpha collection_order: alpha
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/collectionless.jpg url_poster: https://raw.githubusercontent.com/Kometa-Team/Default-Images/master/collectionless.jpg
optional: optional:
- collection_mode - collection_mode
- exclude - exclude

@ -3,11 +3,11 @@
# Adapted by 2wenty2wo # # Adapted by 2wenty2wo #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/content_rating_au # # https://kometa.wiki/en/latest/defaults/both/content_rating_au #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "110" collection_section: "110"

@ -2,11 +2,11 @@
# CommonSense Content Rating Collections # # CommonSense Content Rating Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/both/content_rating_cs # # https://kometa.wiki/en/latest/defaults/both/content_rating_cs #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "110" collection_section: "110"

@ -2,11 +2,11 @@
# DE Content Rating Collections # # DE Content Rating Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/both/content_rating_de # # https://kometa.wiki/en/latest/defaults/both/content_rating_de #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "110" collection_section: "110"

@ -2,11 +2,11 @@
# MAL Content Rating Collections # # MAL Content Rating Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/both/content_rating_mal # # https://kometa.wiki/en/latest/defaults/both/content_rating_mal #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "110" collection_section: "110"

@ -3,11 +3,11 @@
# Adapted by nzvengeance # # Adapted by nzvengeance #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/content_rating_nz # # https://kometa.wiki/en/latest/defaults/both/content_rating_nz #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "110" collection_section: "110"

@ -2,11 +2,11 @@
# UK Content Rating Collections # # UK Content Rating Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/both/content_rating_uk # # https://kometa.wiki/en/latest/defaults/both/content_rating_uk #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "110" collection_section: "110"

@ -2,11 +2,11 @@
# Genre Collections # # Genre Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/both/genre # # https://kometa.wiki/en/latest/defaults/both/genre #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "060" collection_section: "060"

@ -2,11 +2,11 @@
# Resolution Collections # # Resolution Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/both/resolution # # https://kometa.wiki/en/latest/defaults/both/resolution #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "120" collection_section: "120"
conditionals: conditionals:

@ -2,11 +2,11 @@
# Streaming Collections # # Streaming Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/both/streaming # # https://kometa.wiki/en/latest/defaults/both/streaming #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "030" collection_section: "030"
@ -64,7 +64,7 @@ templates:
cache_builders: 1 cache_builders: 1
smart_label: <<sort_by_<<key>>>> smart_label: <<sort_by_<<key>>>>
sync_mode: <<sync_mode_<<key>>>> sync_mode: <<sync_mode_<<key>>>>
mdblist_list: https://mdblist.com/lists/plexmetamanager/<<originals_key>>-<<originals>> mdblist_list: https://mdblist.com/lists/k0meta/<<originals_key>>-<<originals>>
tmdb_discover: tmdb_discover:
limit: <<discover_limit>> limit: <<discover_limit>>
with_watch_providers: <<discover_with>> with_watch_providers: <<discover_with>>

@ -2,11 +2,11 @@
# Studio Collections # # Studio Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/both/studio # # https://kometa.wiki/en/latest/defaults/both/studio #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "070" collection_section: "070"
@ -274,6 +274,7 @@ dynamic_collections:
- Bosque Ranch Productions - Bosque Ranch Productions
- Box to Box Films - Box to Box Films
- Brandywine Productions - Brandywine Productions
- Broken Lizard Industries
- Broken Road Productions - Broken Road Productions
- Calt Production - Calt Production
- Canal+ - Canal+
@ -290,6 +291,7 @@ dynamic_collections:
- Chimp Television - Chimp Television
- Chris Morgan Productions - Chris Morgan Productions
- Cinergi Pictures Entertainment - Cinergi Pictures Entertainment
- Codeblack Entertainment
- Columbia Pictures - Columbia Pictures
- Constantin Film - Constantin Film
- Cowboy Films - Cowboy Films
@ -297,6 +299,7 @@ dynamic_collections:
- Dark Horse Entertainment - Dark Horse Entertainment
- Davis Entertainment - Davis Entertainment
- DC Comics - DC Comics
- Dimension Films
- Dino De Laurentiis Company - Dino De Laurentiis Company
- Don Simpson Jerry Bruckheimer Films - Don Simpson Jerry Bruckheimer Films
- Doozer - Doozer
@ -374,6 +377,7 @@ dynamic_collections:
- Live Entertainment - Live Entertainment
- Lord Miller Productions - Lord Miller Productions
- Lucasfilm Ltd - Lucasfilm Ltd
- Magic Light Pictures
- Magnolia Pictures - Magnolia Pictures
- Malevolent Films - Malevolent Films
- Mandalay Entertainment - Mandalay Entertainment

@ -2,11 +2,11 @@
# Subtitle Language Collections # # Subtitle Language Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/both/subtitle_language # # https://kometa.wiki/en/latest/defaults/both/subtitle_language #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "095" collection_section: "095"

@ -2,11 +2,11 @@
# Universe Collections # # Universe Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/both/universe # # https://kometa.wiki/en/latest/defaults/both/universe #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "040" collection_section: "040"
@ -88,18 +88,18 @@ dynamic_collections:
middle: https://trakt.tv/users/oya-kesh/lists/middle-earth middle: https://trakt.tv/users/oya-kesh/lists/middle-earth
# check2 # check2
mdblist_url: mdblist_url:
avp: https://mdblist.com/lists/plexmetamanager/external/16872 avp: https://mdblist.com/lists/k0meta/external/16872
arrow: https://mdblist.com/lists/plexmetamanager/external/15113 arrow: https://mdblist.com/lists/k0meta/external/15113
dca: https://mdblist.com/lists/plexmetamanager/external/15405 dca: https://mdblist.com/lists/k0meta/external/15405
dcu: https://mdblist.com/lists/plexmetamanager/external/15107 dcu: https://mdblist.com/lists/k0meta/external/15107
fast: https://mdblist.com/lists/plexmetamanager/external/9246 fast: https://mdblist.com/lists/k0meta/external/9246
marvel: https://mdblist.com/lists/plexmetamanager/external/15110 marvel: https://mdblist.com/lists/k0meta/external/15110
mummy: https://mdblist.com/lists/plexmetamanager/external/9249 mummy: https://mdblist.com/lists/k0meta/external/9249
rocky: https://mdblist.com/lists/plexmetamanager/external/9248 rocky: https://mdblist.com/lists/k0meta/external/9248
star: https://mdblist.com/lists/plexmetamanager/external/15105 star: https://mdblist.com/lists/k0meta/external/15105
askew: https://mdblist.com/lists/plexmetamanager/external/15362 askew: https://mdblist.com/lists/k0meta/external/15362
wizard: https://mdblist.com/lists/plexmetamanager/external/23683 wizard: https://mdblist.com/lists/k0meta/external/23683
xmen: https://mdblist.com/lists/plexmetamanager/external/9244 xmen: https://mdblist.com/lists/k0meta/external/9244
# check3 # check3
image: image:
default: universe/<<key>> default: universe/<<key>>

@ -2,11 +2,11 @@
# Year Collections # # Year Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/both/year # # https://kometa.wiki/en/latest/defaults/both/year #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "105" collection_section: "105"

@ -2,11 +2,11 @@
# AniList Charts Collections # # AniList Charts Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/chart/anilist # # https://kometa.wiki/en/latest/defaults/chart/anilist #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "020" collection_section: "020"
image: chart/<<mapping_name_encoded>> image: chart/<<mapping_name_encoded>>

@ -2,11 +2,11 @@
# Basic Charts Collections # # Basic Charts Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/chart/basic # # https://kometa.wiki/en/latest/defaults/chart/basic #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "010" collection_section: "010"
image: chart/<<mapping_name_encoded>> image: chart/<<mapping_name_encoded>>

@ -2,11 +2,11 @@
# IMDb Charts Collections # # IMDb Charts Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/chart/imdb # # https://kometa.wiki/en/latest/defaults/chart/imdb #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "020" collection_section: "020"
image: chart/<<mapping_name_encoded>> image: chart/<<mapping_name_encoded>>

@ -2,11 +2,11 @@
# MyAnimeList Charts Collections # # MyAnimeList Charts Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/chart/myanimelist # # https://kometa.wiki/en/latest/defaults/chart/myanimelist #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "020" collection_section: "020"
image: chart/<<mapping_name_encoded>> image: chart/<<mapping_name_encoded>>

@ -2,11 +2,11 @@
# Other Charts Collections # # Other Charts Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/chart/other # # https://kometa.wiki/en/latest/defaults/chart/other #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "020" collection_section: "020"
image: chart/<<mapping_name_encoded>> image: chart/<<mapping_name_encoded>>
@ -18,7 +18,7 @@ templates:
anidb_popular: <<limit_anidb>> anidb_popular: <<limit_anidb>>
commonsense: commonsense:
mdblist_list: https://mdblist.com/lists/plexmetamanager/cssfamilies<<library_type>>s mdblist_list: https://mdblist.com/lists/k0meta/cssfamilies<<library_type>>s
collections: collections:
AniDB Popular: AniDB Popular:

@ -2,11 +2,11 @@
# Chart Separator Collections # # Chart Separator Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/award/separator_chart # # https://kometa.wiki/en/latest/defaults/award/separator_chart #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "020" collection_section: "020"

@ -2,11 +2,11 @@
# Tautulli Charts Collections # # Tautulli Charts Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/chart/tautulli # # https://kometa.wiki/en/latest/defaults/chart/tautulli #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "020" collection_section: "020"
image: chart/<<mapping_name_encoded>> image: chart/<<mapping_name_encoded>>

@ -2,11 +2,11 @@
# TMDb Charts Collections # # TMDb Charts Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/chart/tmdb # # https://kometa.wiki/en/latest/defaults/chart/tmdb #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "020" collection_section: "020"
image: chart/<<mapping_name_encoded>> image: chart/<<mapping_name_encoded>>

@ -2,11 +2,11 @@
# Trakt Charts Collections # # Trakt Charts Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/chart/trakt # # https://kometa.wiki/en/latest/defaults/chart/trakt #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "020" collection_section: "020"
image: chart/<<mapping_name_encoded>> image: chart/<<mapping_name_encoded>>

@ -2,11 +2,11 @@
# US Content Rating Collections # # US Content Rating Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/both/content_rating_us # # https://kometa.wiki/en/latest/defaults/both/content_rating_us #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "110" collection_section: "110"

@ -3,11 +3,11 @@
# Created by Adam Pope, bartolomesorianol, Bullmoose20 & Sohjiro # # Created by Adam Pope, bartolomesorianol, Bullmoose20 & Sohjiro #
# Artwork Credit to Duhniel, Bullmoose20, and Wiki Commons # # Artwork Credit to Duhniel, Bullmoose20, and Wiki Commons #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/movie/continent # # https://kometa.wiki/en/latest/defaults/movie/continent #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "082" collection_section: "082"

@ -3,11 +3,11 @@
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# Artwork Credit to Duhniel # # Artwork Credit to Duhniel #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/movie/country # # https://kometa.wiki/en/latest/defaults/movie/country #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "080" collection_section: "080"

@ -2,11 +2,11 @@
# Decade Collections # # Decade Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/movie/decade # # https://kometa.wiki/en/latest/defaults/movie/decade #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "100" collection_section: "100"

@ -2,11 +2,11 @@
# Director Collections # # Director Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/movie/director # # https://kometa.wiki/en/latest/defaults/movie/director #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "150" collection_section: "150"

@ -2,7 +2,7 @@
# Franchise Collections # # Franchise Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/movie/franchise # # https://kometa.wiki/en/latest/defaults/movie/franchise #
############################################################################## ##############################################################################
templates: templates:

@ -2,11 +2,11 @@
# Producer Collections # # Producer Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/movie/producer # # https://kometa.wiki/en/latest/defaults/movie/producer #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "160" collection_section: "160"

@ -3,11 +3,11 @@
# Created by Adam Pope, bartolomesorianol, Bullmoose20 & Sohjiro # # Created by Adam Pope, bartolomesorianol, Bullmoose20 & Sohjiro #
# Artwork Credit to Duhniel, Bullmoose20, and Wiki Commons # # Artwork Credit to Duhniel, Bullmoose20, and Wiki Commons #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/movie/region # # https://kometa.wiki/en/latest/defaults/movie/region #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "081" collection_section: "081"

@ -2,11 +2,11 @@
# Seasonal Collections # # Seasonal Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/movie/seasonal # # https://kometa.wiki/en/latest/defaults/movie/seasonal #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
templates: templates:
holiday: holiday:
@ -197,13 +197,13 @@ dynamic_collections:
# check7 # check7
mdblist_list: mdblist_list:
aapi: aapi:
- https://mdblist.com/lists/plexmetamanager/asian-american-pacific-islander-heritage-month - https://mdblist.com/lists/k0meta/asian-american-pacific-islander-heritage-month
disabilities: disabilities:
- https://mdblist.com/lists/plexmetamanager/day-of-persons-with-disabilities - https://mdblist.com/lists/k0meta/day-of-persons-with-disabilities
lgbtq: lgbtq:
- https://mdblist.com/lists/plexmetamanager/lgbtq-pride-month - https://mdblist.com/lists/k0meta/lgbtq-pride-month
latinx: latinx:
- https://mdblist.com/lists/plexmetamanager/latinx-heritage-month - https://mdblist.com/lists/k0meta/latinx-heritage-month
# check8 # check8
trakt_list: trakt_list:
black_history: black_history:

@ -2,11 +2,11 @@
# Writer Collections # # Writer Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/movie/writer # # https://kometa.wiki/en/latest/defaults/movie/writer #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
collection_section: "170" collection_section: "170"

@ -2,11 +2,11 @@
# Aspect Ratio Overlay # # Aspect Ratio Overlay #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/aspect # # https://kometa.wiki/en/latest/defaults/overlays/aspect #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
default: default:
text_<<key>>: <<overlay_name>> text_<<key>>: <<overlay_name>>

@ -3,11 +3,11 @@
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# Credit to Magic815 for base images # # Credit to Magic815 for base images #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/audio_codec # # https://kometa.wiki/en/latest/defaults/overlays/audio_codec #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
default: default:
standard_value: 105 standard_value: 105
@ -38,7 +38,7 @@ external_templates:
value: 0 value: 0
- horizontal_align: [left, right] - horizontal_align: [left, right]
value: 15 value: 15
pmm: default:
conditions: conditions:
- file.exists: false - file.exists: false
file_<<key>>.exists: false file_<<key>>.exists: false

@ -2,11 +2,11 @@
# Commonsense Overlay # # Commonsense Overlay #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/commonsense # # https://kometa.wiki/en/latest/defaults/overlays/commonsense #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
default: default:
key: <<overlay_name>> key: <<overlay_name>>
@ -45,7 +45,7 @@ external_templates:
value: 0 value: 0
- horizontal_align: [left, right] - horizontal_align: [left, right]
value: 15 value: 15
pmm: default:
conditions: conditions:
- file.exists: false - file.exists: false
file_<<key>>.exists: false file_<<key>>.exists: false

@ -3,11 +3,11 @@
# Adapted by 2wenty2wo # # Adapted by 2wenty2wo #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/content_rating_au # # https://kometa.wiki/en/latest/defaults/overlays/content_rating_au #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
default: default:
key: <<overlay_name>> key: <<overlay_name>>
@ -25,7 +25,7 @@ external_templates:
conditions: conditions:
- color: false - color: false
value: "" value: ""
pmm: default:
conditions: conditions:
- file.exists: false - file.exists: false
file_<<key>>.exists: false file_<<key>>.exists: false

@ -2,11 +2,11 @@
# DE Content Rating Overlay # # DE Content Rating Overlay #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/content_rating_de # # https://kometa.wiki/en/latest/defaults/overlays/content_rating_de #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
default: default:
key: <<overlay_name>> key: <<overlay_name>>
@ -24,7 +24,7 @@ external_templates:
conditions: conditions:
- color: false - color: false
value: "" value: ""
pmm: default:
conditions: conditions:
- file.exists: false - file.exists: false
file_<<key>>.exists: false file_<<key>>.exists: false

@ -3,11 +3,11 @@
# Adapted by nzvengeance # # Adapted by nzvengeance #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/content_rating_nz # # https://kometa.wiki/en/latest/defaults/overlays/content_rating_nz #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
default: default:
key: <<overlay_name>> key: <<overlay_name>>
@ -25,7 +25,7 @@ external_templates:
conditions: conditions:
- color: false - color: false
value: "" value: ""
pmm: default:
conditions: conditions:
- file.exists: false - file.exists: false
file_<<key>>.exists: false file_<<key>>.exists: false

@ -2,11 +2,11 @@
# UK Content Rating Overlay # # UK Content Rating Overlay #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/content_rating_uk # # https://kometa.wiki/en/latest/defaults/overlays/content_rating_uk #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
default: default:
key: <<overlay_name>> key: <<overlay_name>>
@ -24,7 +24,7 @@ external_templates:
conditions: conditions:
- color: false - color: false
value: "" value: ""
pmm: default:
conditions: conditions:
- file.exists: false - file.exists: false
file_<<key>>.exists: false file_<<key>>.exists: false

@ -1,12 +1,12 @@
###################################################################################### ##############################################################################
# US Content Rating Movie Overlay # # US Content Rating Movie Overlay #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/content_rating_us_movie # # https://kometa.wiki/en/latest/defaults/overlays/content_rating_us_movie #
###################################################################################### ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
default: default:
key: <<overlay_name>> key: <<overlay_name>>
@ -24,7 +24,7 @@ external_templates:
conditions: conditions:
- color: false - color: false
value: "" value: ""
pmm: default:
conditions: conditions:
- file.exists: false - file.exists: false
file_<<key>>.exists: false file_<<key>>.exists: false

@ -1,12 +1,12 @@
###################################################################################### ##############################################################################
# US Content Rating Show Overlay # # US Content Rating Show Overlay #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/content_rating_us_show # # https://kometa.wiki/en/latest/defaults/overlays/content_rating_us_show #
###################################################################################### ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
default: default:
key: <<overlay_name>> key: <<overlay_name>>
@ -24,7 +24,7 @@ external_templates:
conditions: conditions:
- color: false - color: false
value: "" value: ""
pmm: default:
conditions: conditions:
- file.exists: false - file.exists: false
file_<<key>>.exists: false file_<<key>>.exists: false

@ -3,11 +3,11 @@
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# Credit to Magic815 for base images # # Credit to Magic815 for base images #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/direct_play # # https://kometa.wiki/en/latest/defaults/overlays/direct_play #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
default: default:
horizontal_align: center horizontal_align: center
@ -31,7 +31,7 @@ external_templates:
value: 0 value: 0
- horizontal_align: [left, right] - horizontal_align: [left, right]
value: 15 value: 15
pmm: default:
conditions: conditions:
- file.exists: false - file.exists: false
file_<<key>>.exists: false file_<<key>>.exists: false

@ -2,11 +2,11 @@
# Episode Info Overlay # # Episode Info Overlay #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/episode_info # # https://kometa.wiki/en/latest/defaults/overlays/episode_info #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
default: default:
horizontal_align: right horizontal_align: right

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

@ -3,11 +3,11 @@
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# Credit to Magic815 for base images # # Credit to Magic815 for base images #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/language_count # # https://kometa.wiki/en/latest/defaults/overlays/language_count #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
default: default:
horizontal_align: center horizontal_align: center
@ -34,7 +34,7 @@ external_templates:
value: 0 value: 0
- horizontal_align: [left, right] - horizontal_align: [left, right]
value: 15 value: 15
pmm: default:
conditions: conditions:
- file.exists: false - file.exists: false
file_<<key>>.exists: false file_<<key>>.exists: false

@ -2,11 +2,11 @@
# Audio/Subtitle Language Flags Overlays # # Audio/Subtitle Language Flags Overlays #
# Created by Yozora, Bullmoose20, Cpt Kuesel, & Sohjiro # # Created by Yozora, Bullmoose20, Cpt Kuesel, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/languages # # https://kometa.wiki/en/latest/defaults/overlays/languages #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
conditionals: conditionals:
final_align: final_align:
@ -32,7 +32,7 @@ external_templates:
value: 26 value: 26
- style: square - style: square
value: value:
pmm_<<key>>: default_<<key>>:
conditions: conditions:
- file.exists: false - file.exists: false
url.exists: false url.exists: false

@ -2,11 +2,11 @@
# MediaStinger Overlay # # MediaStinger Overlay #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/mediastinger # # https://kometa.wiki/en/latest/defaults/overlays/mediastinger #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
default: default:
horizontal_align: right horizontal_align: right
@ -30,7 +30,7 @@ external_templates:
value: 0 value: 0
- horizontal_align: [left, right] - horizontal_align: [left, right]
value: 15 value: 15
pmm: default:
conditions: conditions:
- file.exists: false - file.exists: false
file_<<key>>.exists: false file_<<key>>.exists: false

@ -2,11 +2,11 @@
# Network Overlay # # Network Overlay #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/network # # https://kometa.wiki/en/latest/defaults/overlays/network #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
run_definition: run_definition:
- <<use_<<key>>>> - <<use_<<key>>>>
@ -35,7 +35,7 @@ external_templates:
value: 0 value: 0
- horizontal_align: [left, right] - horizontal_align: [left, right]
value: 15 value: 15
pmm: default:
conditions: conditions:
- file.exists: false - file.exists: false
file_<<key>>.exists: false file_<<key>>.exists: false
@ -129,6 +129,10 @@ overlays:
variables: { weight: 10} variables: { weight: 10}
template: [name: standard, {name: networks, search: [Animal Planet, Animal Planet Brasil, Animal Planet Deutschland]}] template: [name: standard, {name: networks, search: [Animal Planet, Animal Planet Brasil, Animal Planet Deutschland]}]
ANIMAX:
variables: { weight: 10}
template: [name: standard, name: networks]
Angel Studios: Angel Studios:
variables: { weight: 10} variables: { weight: 10}
template: [name: standard, {name: networks, search: [Angel Studios, VidAngel]}] template: [name: standard, {name: networks, search: [Angel Studios, VidAngel]}]

@ -2,7 +2,7 @@
# Ratings Overlays # # Ratings Overlays #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/ratings # # https://kometa.wiki/en/latest/defaults/overlays/ratings #
############################################################################## ##############################################################################
templates: templates:
@ -13,8 +13,8 @@ templates:
rating<<rating_num>>_url: <<url>> rating<<rating_num>>_url: <<url>>
rating<<rating_num>>_git: <<git>> rating<<rating_num>>_git: <<git>>
rating<<rating_num>>_repo: <<repo>> rating<<rating_num>>_repo: <<repo>>
pmm: rating/<<rating<<rating_num>>_image_url>><<image_extra>> default: rating/<<rating<<rating_num>>_image_url>><<image_extra>>
rating<<rating_num>>_pmm: <<pmm>> rating<<rating_num>>_default: <<default>>
weight: 100 weight: 100
font: fonts/Inter-Bold.ttf font: fonts/Inter-Bold.ttf
rating<<rating_num>>_font: <<font>> rating<<rating_num>>_font: <<font>>
@ -76,10 +76,10 @@ templates:
conditions: conditions:
- image_level: Top - image_level: Top
rating<<rating_num>>_image: rt_tomato rating<<rating_num>>_image: rt_tomato
value: https://mdblist.com/lists/plexmetamanager/certifiedfresh<<library_type>>s value: https://mdblist.com/lists/k0meta/certifiedfresh<<library_type>>s
- image_level: Top - image_level: Top
rating<<rating_num>>_image: metacritic rating<<rating_num>>_image: metacritic
value: https://mdblist.com/lists/plexmetamanager/metacriticmustsee<<library_type>>s value: https://mdblist.com/lists/k0meta/metacriticmustsee<<library_type>>s
imdb_top: imdb_top:
conditions: conditions:
- image_level: Top - image_level: Top
@ -433,7 +433,7 @@ templates:
- rating<<rating_num>>: [critic, audience, user] - rating<<rating_num>>: [critic, audience, user]
image_level: Rotten image_level: Rotten
value: lt value: lt
rating<<rating_num>>_pmm: rating<<rating_num>>_default:
conditions: conditions:
- file.exists: false - file.exists: false
url.exists: false url.exists: false
@ -459,7 +459,7 @@ templates:
url: <<rating<<rating_num>>_url>> url: <<rating<<rating_num>>_url>>
git: <<rating<<rating_num>>_git>> git: <<rating<<rating_num>>_git>>
repo: <<rating<<rating_num>>_repo>> repo: <<rating<<rating_num>>_repo>>
pmm: <<rating<<rating_num>>_pmm>> default: <<rating<<rating_num>>_default>>
group: rating<<rating_num>>_group group: rating<<rating_num>>_group
weight: <<weight>> weight: <<weight>>
horizontal_offset: <<rating<<rating_num>>_horizontal_offset>> horizontal_offset: <<rating<<rating_num>>_horizontal_offset>>

@ -3,11 +3,11 @@
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# Credit to Magic815 for base images # # Credit to Magic815 for base images #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL # # EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/resolution # # https://kometa.wiki/en/latest/defaults/overlays/resolution #
############################################################################## ##############################################################################
external_templates: external_templates:
pmm: templates default: templates
template_variables: template_variables:
conditionals: conditionals:
suppress_overlays: suppress_overlays:
@ -123,7 +123,7 @@ external_templates:
conditions: conditions:
- type: resolution_dovetail - type: resolution_dovetail
value: top value: top
pmm: default:
conditions: conditions:
- type: [edition, edition_dovetail] - type: [edition, edition_dovetail]
file.exists: false file.exists: false

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save