Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.13.2 #487

Merged
merged 29 commits into from
Dec 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
03e77ab
update webhook start and end payloads
meisnate12 Dec 1, 2021
4b40ca2
fix arr error and add custom sort to flixpatrol builders
meisnate12 Dec 1, 2021
bdba74d
fixed anilist default year
meisnate12 Dec 1, 2021
c542d30
added only_filter_missing collection detail
meisnate12 Dec 1, 2021
7424cae
update template
meisnate12 Dec 1, 2021
987fa2b
check for 'a' in anidb ids
meisnate12 Dec 2, 2021
c09571e
spelling, extra words
chazlarson Dec 2, 2021
4fb7c86
Merge pull request #476 from chazlarson/develop
meisnate12 Dec 2, 2021
fc2c43d
allow syncing with empty lists
meisnate12 Dec 3, 2021
019bbc5
fix asset error
meisnate12 Dec 3, 2021
e8890b0
fix collection_level display error
meisnate12 Dec 3, 2021
e3b77b1
fix sync blank labels
meisnate12 Dec 6, 2021
78dce17
Added tmdb_collection library operation
meisnate12 Dec 6, 2021
d3eb579
check paths when adding to radarr/sonarr
meisnate12 Dec 6, 2021
23c5af1
adds range schedule and delete_not_scheduled
meisnate12 Dec 6, 2021
aebe787
check arr paths for new IDs
meisnate12 Dec 7, 2021
f8e51c3
consolidate collection webhooks
meisnate12 Dec 7, 2021
d38f9df
#232 genre_mapper library operation
meisnate12 Dec 7, 2021
dc32dc7
#358 added move_collection_prefix to templates
meisnate12 Dec 7, 2021
8602b79
version
meisnate12 Dec 7, 2021
35b9896
Library Operations Printout
meisnate12 Dec 7, 2021
e81e07b
update tmdb_collections
meisnate12 Dec 7, 2021
e8341bf
#486 added server_preroll collection detail
meisnate12 Dec 8, 2021
27edb76
#379 Added ignore_ids and ignore_imdb_ids
meisnate12 Dec 8, 2021
dc223b2
#379 ignore_ids and ignore_imdb_ids are now settings attributes
meisnate12 Dec 8, 2021
5af5a64
#295 adds show_missing_season_assets as global/library attribute
meisnate12 Dec 8, 2021
8ab7777
update actions
meisnate12 Dec 8, 2021
e44b7ef
update actions
meisnate12 Dec 8, 2021
a242fe2
version
meisnate12 Dec 8, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@master
with:
platforms: all

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
Expand All @@ -34,5 +39,6 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:develop
8 changes: 6 additions & 2 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Docker Latest Release
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:

Expand All @@ -22,6 +20,11 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@master
with:
platforms: all

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
Expand All @@ -32,5 +35,6 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:latest
6 changes: 6 additions & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@master
with:
platforms: all

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
Expand All @@ -35,5 +40,6 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:${{ steps.get_version.outputs.VERSION }}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The script works with most Metadata agents including the new Plex Movie Agent, N

## IBRACORP Video Walkthrough

[IBRACORP](https://ibracorp.io/) made a video walkthough for installing Plex Meta Manager on Unraid. While you might not be using Unraid the video goes over many key accepts of Plex Meta Manager and can be a great place to start learning how to use the script.
[IBRACORP](https://ibracorp.io/) made a video walkthough for installing Plex Meta Manager on Unraid. While you might not be using Unraid the video goes over many key aspects of Plex Meta Manager and can be a great place to start learning how to use the script.

[![Plex Meta Manager](https://img.youtube.com/vi/dF69MNoot3w/0.jpg)](https://www.youtube.com/watch?v=dF69MNoot3w "Plex Meta Manager")

Expand All @@ -33,6 +33,6 @@ The script works with most Metadata agents including the new Plex Movie Agent, N
* Before posting on GitHub about an enhancement, error, or configuration question please visit the [Plex Meta Manager Discord Server](https://discord.gg/TsdpsFYqqm).
* If you're getting an Error or have an Enhancement post in the [Issues](https://github.com/meisnate12/Plex-Meta-Manager/issues).
* If you have a configuration question post in the [Discussions](https://github.com/meisnate12/Plex-Meta-Manager/discussions).
* To see user submitted Metadata configuration files, and you to even add your own, go to the [Plex Meta Manager Configs](https://github.com/meisnate12/Plex-Meta-Manager-Configs).
* Pull Request are welcome but please submit them to the develop branch.
* To see user submitted Metadata configuration files, and even add your own, go to the [Plex Meta Manager Configs](https://github.com/meisnate12/Plex-Meta-Manager-Configs).
* Pull Requests are welcome but please submit them to the develop branch.
* If you wish to contribute to the Wiki please fork and send a pull request on the [Plex Meta Manager Wiki Repository](https://github.com/meisnate12/Plex-Meta-Manager-Wiki).
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.1
1.13.2
10 changes: 5 additions & 5 deletions config/config.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@ settings: # Can be individually specified
cache_expiration: 60
asset_directory: config/assets
asset_folders: true
create_asset_folders: false
sync_mode: append
show_unmanaged: true
show_filtered: false
show_missing: true
show_missing_assets: true
save_missing: true
run_again_delay: 2
released_missing_only: false
create_asset_folders: false
missing_only_released: false
only_filter_missing: false
collection_minimum: 1
delete_below_minimum: true
delete_not_scheduled: false
tvdb_language: eng
webhooks: # Can be individually specified per library as well
error:
run_start:
run_end:
collection_creation:
collection_addition:
collection_removal:
collection_changes:
plex: # Can be individually specified per library as well; REQUIRED for the script to run
url: http://192.168.1.12:32400
token: ####################
Expand Down
Loading