Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Update readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Apr 22, 2024
1 parent 8c55dc6 commit e638400
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# project information
project_name: plex-meta-manager
project_url: "https://github.com/meisnate12/Plex-Meta-Manager"
project_url: "https://github.com/Kometa-Team/Kometa"
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/plex-meta-manager-banner.png"
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a Python 3 script that can be continuously run using YAML configuration files to update on a schedule the metadata of the movies, shows, and collections in your libraries as well as automatically build collections based on various methods all detailed in the wiki."
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
Expand Down Expand Up @@ -51,13 +51,13 @@ optional_block_1: false
# application setup block
app_setup_block_enabled: true
app_setup_block: |
There is a [walkthrough](https://metamanager.wiki/en/latest/home/guides/docker.html#setting-up-the-initial-config-file) available to help get you up and running.
There is a [walkthrough](https://kometa.wiki/en/latest/home/guides/docker.html#setting-up-the-initial-config-file) available to help get you up and running.
This image supports all of the environment variables listed [here](https://metamanager.wiki/en/latest/home/environmental.html) and all commandline arguments.
This image supports all of the environment variables listed [here](https://kometa.wiki/en/latest/home/environmental.html) and all commandline arguments.
To perform a one-time run use `docker run` (or `docker-compose run`) with the `--rm` and `-e PMM_RUN=True` arguments. This will cause the container to process your config immediately instead of waiting for the scheduled time, and delete the old container after completion.
For more information see the [official wiki](https://metamanager.wiki).
For more information see the [official wiki](https://kometa.wiki).
# changelog
changelogs:
Expand Down

0 comments on commit e638400

Please sign in to comment.