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: Playlists with Assets folder not working #634

Closed
bullmoose20 opened this issue Jan 22, 2022 · 0 comments · Fixed by #652
Closed

Bug: Playlists with Assets folder not working #634

bullmoose20 opened this issue Jan 22, 2022 · 0 comments · Fixed by #652
Assignees
Labels
bug Bug is with Plex Meta Manager status:added-to-develop Feature Request or Bug Fix is in Develop

Comments

@bullmoose20
Copy link
Contributor

Describe the Bug
when trying to setup local assets folder for playlists, PMM won't find the directories to set the poster for that playlist.

I have tried:
creating folders in /config/assets/playlists//.ext
creating folders in /config/assets//.ext
adding asset directory to the play_files: portion of the yaml, but PMM parses and cleans that out when running

Relevant Collection Config

playlist_files:
  - file: config/metadata/Playlists.yml
libraries:                                      # Library mappings must have a colon (:) placed after them
  Movies:
    metadata_path:
      - file: config/metadata/movies/Movies.yml
      - file: config/metadata/movies/MovieCharts.yml
      - file: config/metadata/movies/Holidays.yml
      - file: config/metadata/movies/Studios.yml
      - file: config/metadata/movies/Genres-smart.yml
      - file: config/metadata/movies/People.yml
      - file: config/metadata/movies/Decades.yml
    settings:
      missing_path: config/missing
      asset_directory:
        - config/assets/movies/@movies
        - config/assets/movies/moviecharts
        - config/assets/movies/studios
        - config/assets/movies/holidays
        - config/assets/movies/genres
        - config/assets/movies/people
        - config/assets/movies/decades
        - config/assets/movies/years
        - config/assets/playlists
        - config/assets/
    operations:
      split_duplicates: true
      assets_for_all: true
      mass_trakt_rating_update: true
      mass_critic_rating_update: tmdb
      mass_audience_rating_update: tmdb
      mass_genre_update: tmdb
      tmdb_collections:
        template:
          tmdb_collection_details: <<collection_id>>
          sort_title: <<collection_name>>
  TV Shows:
    metadata_path:
      - file: config/metadata/shows/TVShows.yml
      - file: config/metadata/shows/Genres-smart.yml
      - file: config/metadata/shows/ShowCharts.yml
      - file: config/metadata/shows/Networks-smart.yml
      - file: config/metadata/shows/Decades.yml
    settings:
      missing_path: config/missing
      asset_directory:
        - config/assets/shows/@tvshows
        - config/assets/shows/showcharts
        - config/assets/shows/networks
        - config/assets/shows/genres
        - config/assets/shows/studios
        - config/assets/shows/decades
        - config/assets/playlists
        - config/assets/
    operations:
      assets_for_all: true
      mass_trakt_rating_update: true
      mass_critic_rating_update: tmdb
      mass_audience_rating_update: tmdb
      mass_genre_update: tmdb
settings:                                       # Can be individually specified per library as well
  cache: true
  cache_expiration: 60
  asset_folders: true
  asset_depth: 2
  create_asset_folders: true
  dimensional_asset_rename: true
  sync_mode: sync
  delete_below_minimum: true
  delete_not_scheduled: false
  run_again_delay: 2
  missing_only_released: true
  only_filter_missing: false
  show_unmanaged: true
  show_filtered: true
  show_options: true
  show_missing: true
  show_missing_assets: true
  show_missing_season_assets: true
  save_missing: true
  tvdb_language: eng
  ignore_ids:
  ignore_imdb_ids:
  minimum_items: 1
  default_collection_order:
  download_url_assets: false
  verify_ssl: true
  item_refresh_delay: 0
  asset_directory: config/assets
  missing_path: config/missing
  playlist_sync_to_users: all

Plex Meta Manager Info
v 1.15.0

Meta.log Relevant Info

[2022-01-21 20:13:36,409] [util.py:216]               [INFO]     |====================== Updating Details of Marvel Cinematic Universe Playlist ======================|
[2022-01-21 20:13:36,412] [builder.py:2156]           [INFO]     |                                                                                                    |
[2022-01-21 20:13:36,414] [builder.py:2163]           [INFO]     | Detail: summary updated Playlist Summary                                                           |
[2022-01-21 20:13:36,417] [builder.py:2301]           [INFO]     | No poster playlist detail or asset folder found                                                    |
[2022-01-21 20:13:36,418] [builder.py:2334]           [INFO]     | No background playlist detail or asset folder found                                                |
[2022-01-21 20:13:36,714] [builder.py:2340]           [INFO]     |                                                                                                    |

image
image

link to Discord conversation: https://discord.com/channels/822460010649878528/826911404866273300/934255470091309067

@bullmoose20 bullmoose20 added bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Jan 22, 2022
@bullmoose20 bullmoose20 changed the title Bug: Bug: Playlists with Assets folder not working Jan 22, 2022
meisnate12 added a commit that referenced this issue Jan 24, 2022
@meisnate12 meisnate12 added status:added-to-develop Feature Request or Bug Fix is in Develop and removed status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Jan 24, 2022
@meisnate12 meisnate12 mentioned this issue Jan 25, 2022
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:added-to-develop Feature Request or Bug Fix is in Develop
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants