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

Bug with creating Overlays #1705

Closed
denozord opened this issue Nov 2, 2023 · 4 comments
Closed

Bug with creating Overlays #1705

denozord opened this issue Nov 2, 2023 · 4 comments
Assignees
Labels
bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet

Comments

@denozord
Copy link

denozord commented Nov 2, 2023

Version Number

1.19

What branch are you on?

nightly

Describe the Bug

Hello
An error appears when creating overlays.
I have tried all possible versions, the error is the same.

Relevant Collection/Overlay/Playlist Definition

libraries:
  Фильмы:
    metadata_path:
    - pmm: basic
    - pmm: tautulli
    overlay_path:
      - reset_overlays: plex
      - remove_overlays: true
      - reapply_overlay: true
      - pmm: resolution                                                    # 1, 4
      - pmm: audio_codec                                                   # 2
      - pmm: mediastinger                                                  # 3
      - pmm: ratings                                                       # 5, 6, 7
settings:
  cache: true
  cache_expiration: 60
  asset_directory: config/assets
  asset_folders: true
  asset_depth: 0
  create_asset_folders: true
  prioritize_assets: false
  dimensional_asset_rename: false
  download_url_assets: true
  show_missing_season_assets: false
  show_missing_episode_assets: false
  show_asset_not_needed: true
  sync_mode: append
  minimum_items: 1
  default_collection_order:
  delete_below_minimum: true
  delete_not_scheduled: false
  run_again_delay: 2
  missing_only_released: false
  only_filter_missing: false
  show_unmanaged: true
  show_unconfigured: true
  show_filtered: false
  show_options: false
  show_missing: true
  show_missing_assets: true
  save_report: false
  tvdb_language: rus
  ignore_ids:
  ignore_imdb_ids:
  item_refresh_delay: 0
  playlist_sync_to_user: all
  playlist_exclude_users:
  playlist_report: false
  verify_ssl: true
  custom_repo:
  check_nightly: false
plex:                            # Can be individually specified per library as well; REQUIRED for the script to run
  url: http://192.168.50.1:32400
  token: ********************
  timeout: 60
  db_cache:
  clean_bundles: false
  empty_trash: false
  optimize: false
tmdb:                            # REQUIRED for the script to run
  apikey: ****************
  language: ru
  cache_expiration: 60
  region: RU
tautulli:                        # Can be individually specified per library as well
  url: http://192.168.50.1:8181
  apikey: ********************

Logs

https://gist.github.com/denozord/31c5871ab07a654e46397ee2f2a23077

@denozord denozord added bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Nov 2, 2023
@YozoraXCII
Copy link
Contributor

I'm guessing you're running Plex 1.32.7 - it has this known issue, it has been fixed in the 1.32.8 beta, so you need to either downgrade or wait for 1.32.8 to go public

@chazlarson
Copy link
Contributor

This is a regression on the Plex side that was introduced in Plex 1.32.7. Plex has fixed it in 1.32.8.

Your options are:

  1. downgrade to Plex 1.32.6
  2. upgrade to the beta 1.32.8
  3. add an "Overlay" sharing label to any one thing in the library.

@denozord
Copy link
Author

denozord commented Nov 3, 2023

Thx.
image
And how do I remove the word Movies from the genre name in collections? I've searched all over the wiki, but I can't find anything

@chazlarson
Copy link
Contributor

chazlarson commented Nov 3, 2023

I am assuming you are using the defaults and the config above is incomplete, since there's nothing in that config that would create these collections.

Use the "name_format" template variable:
https://metamanager.wiki/en/latest/defaults/both/genre.html#template-variables

libraries:
  Movies:
    metadata_path:
      - pmm: genre
        template_variables:
          name_format: <<key_name>>

If you want it to be just the genre.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet
Projects
None yet
Development

No branches or pull requests

4 participants