#Assets aren't updating

1 messages ยท Page 1 of 1 (latest)

buoyant bluff
#

Hello,

Not sure what is happening, I'm trying to update my assets with assets that I have downloaded. Some have updated at one time, but others are not updating now, and I'm not sure why.

I read in one of these threads that you needed to activate assets_for_all: true under each library, so I did that, but it didn't change any thing. It did create a folder for all my movies/shows etc etc. But I can't actually copy anything into the folders. It says I don't have the permissions to.

The ones I did already have, I can do what I want with, but not these new ones. Also it didn't load those old ones.

fresh raftBOT
#

Welcome @buoyant bluff!

Someone from <@&938443185347244033> will assist when they're available.

Including the meta.log from the beginning is a huge help, type !logs for more information.

#

You can press the "Close Post" button above or type /close at any time to close this post.

fresh raftBOT
#

๐Ÿ“ Great! Let's start to review and make recommendations, coltonc18... ๐Ÿ“

#

๐Ÿ“ If you want to review this again, coltonc18:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> ๐Ÿ“

#
**Rec 04** - ๐Ÿ’ฅ **NO ITEMS FOUND IN PLEX**

๐Ÿ’ฅ NO ITEMS FOUND IN PLEX
The criteria defined by a search/filter returned 0 results.
This is often expected - for example, if you try to apply a 1080P overlay to a 4K library then no items will get the overlay since no items have a 1080P resolution.
It is worth noting that search and filters are case-sensitive, so 1080P and 1080p are treated as two separate things.
For more information on this error, [https://metamanager.wiki/en/latest/home/kb.html#error]
33 line(s) with 'No Items found in Plex' errors. Line number(s): 47402-47403, 47410, 47412, 47459-47460, 47467, 47469, 47516-47517, 47524, 47526, 47573-47574, 47581, 47583, 47630-47631, 47638, 47640, 47687-47688, 47695, 47697, 62623-62624, 62631, 62633, 67904-67905, 67912, 67914, 71351

dim saffron
#

The docker container is running as root, so your regular user account doesn't have access to the folders that PMM creates from within the container. You'll need to reset the permissions on those folders and you will then be able to copy files into them.

#

sudo chown -R YOURUSER:YOURGROUP /path/to/config

#

assets_for_all is in the wrong place. It's an operation, not a metadata path.

#

There's more stuff in the wrong place in there, as well.

buoyant bluff
#

oh, got the new permissions running

#

where would the operations section be?

#

ahh found that

#

what else is in the wrong place?

#

I moved that to operations

dim saffron
#

You have:

libraries:
  Movies:
    metadata_path:
    - file: config/Movies.yml
    - file: config/genre.yml
    - file: config/decades.yml
#    - file: config/Popular.yml
      asset_directory: config/assets
    - assets_for_all: true
...

Which should be:

libraries:
  Movies:
    operations:
    - assets_for_all: true
    metadata_path:
    - file: config/Movies.yml
    - file: config/genre.yml
    - file: config/decades.yml
...

And that:

      asset_directory: config/assets

Is affecting only that one metadata file.

https://metamanager.wiki/en/latest/config/paths.html#asset-directory

buoyant bluff
#

I have updated to this
libraries:
Movies:
operations:
- assets_for_all: true
metadata_path:
- file: config/Movies.yml
- file: config/genre.yml
- file: config/decades.yml
...

dim saffron
#
     - pmm: flixpatrol_top
       template variables:
         generation: all
         location: united_states
         limit: 20
         collection order: alpha

flixpatrol_top isn't a thing is this context

buoyant bluff
#

I deleted that

#

never got it to work, and saw in the thing above it doesnt work anymore

dim saffron
#

It's in the log that I'm looking at. My mindreader is broken.

buoyant bluff
#

yeah i know, I just did it

#

sorry

#

based on the luna thing above

dim saffron
#

I can't tell what you've got going on in that last message since Discord is messing with the formatting. Can you post that as code?

buoyant bluff
#

oh I just copied your message saying what I needed to update it as, and said I updated it

#

not sure how to post as code

balmy folioBOT
#

Please use code blocks when sending any code-related text (such as error messages or configuration file extracts.)

The Grave Accent key (`) is used to define code blocks and is typically found to the left of the number 1 key on a standard keyboard.

If you are posting any yaml-formatted text (such as collections), you can add yaml to your Grave Accent keys for coloured formatting. See the below sample text and output

YOU TYPE THIS

`โ€‹`โ€‹`yaml
collections:
  Documentaries:
    smart_filter:
      all:
        genre: Documentary
`โ€‹`โ€‹`

DISCORD DISPLAYS

collections:
  Documentaries:
    smart_filter:
      all:
        genre: Documentary
dim saffron
#

Every library in the config has those problems, not just Movies.

buoyant bluff
#

I just fixed this part you had messaged about

libraries: # This is called out once within the config.yml file Movies: # These are names of libraries in your Plex operations: - assets_for_all: true metadata_path: - file: config/Movies.yml - file: config/genre.yml - file: config/decades.yml

#

yeah, went through and fixed all of them

#

for that assets for all issue at least

dim saffron
#

asset_directory as well, though I'm not sure why you have that there given that it's always the same path.

buoyant bluff
#

asset_directory should be in operations as well? That should go somewhere else?

dim saffron
#

You have it in settings:

 settings:
...
   asset_directory: config/assets

and then you have it under each library with the same value, none of which need to be there since you're not changing the value

buoyant bluff
#

ok, I may have put it there when it wasn't working

#

I have removed them from the individual libraries

dim saffron
#

Besides that you had it only under one metadta file, so it would have only changed the asset directroy for that one metadata file, and not the library as a whole.

buoyant bluff
#

interesting, maybe that was part of the issue....should I try to run again and see if this cleared it up?

dim saffron
#

I would expect putting assets_for_all in the right place will make it apply artwork from the asset directory to individual items.

buoyant bluff
#

k, running it now

buoyant bluff
#

Hmm no update on the show I know is updated or movie

fresh raftBOT
#

๐Ÿ“ Great! Let's start to review and make recommendations, coltonc18... ๐Ÿ“

#

๐Ÿ“ If you want to review this again, coltonc18:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> ๐Ÿ“

#
**User Info**

Author of Linked Message: Coltonc18
Person who Invoked the Command: Coltonc18
File Name: meta.log

Table of Contents

Page 01: User Info
Page 02: PMM Info
Page 03: PMM Config.yml YAML Validation โœ…
Page 04: Plex Configuration - Section 1
Page 05: Plex Configuration - Section 2
Page 06: Plex Configuration - Section 3
Page 07: Plex Configuration - Section 4
Page 08: Rec 01 - ๐Ÿ’ฅ BAD PLEX VERSION ERROR
Page 09: Rec 02 - ๐Ÿ’ฌ CONVERT ERROR
Page 10: Rec 03 - ๐Ÿ’ฅ NO ITEMS FOUND IN PLEX

dim saffron
#

Hmm no update on the show I know is updated or movie

Can you be a little more specific?

buoyant bluff
#

I have files in there for Loki

#

and for the Equalizer Collection the Collection itself and all three movies

dim saffron
buoyant bluff
#

ahh ok, i'll get them updated

dim saffron
#

This YAML file is broken:

[2023-11-02 16:13:13,194] [meta.py:155]               [DEBUG]    | File Loaded From: /config/TV Shows.yml                                                                                                                                                                 |
[2023-11-02 16:13:13,194] [library.py:152]            [ERROR]    | YAML Error: metadata, collections, or dynamic_collections attribute is required                                                                                                                        |
[2023-11-02 16:13:13,194] [library.py:153]            [INFO]     | Metadata File Failed To Load                                                                                                                                                                           |
buoyant bluff
#

hmmm I was thinking it was just one piece, i'll look at that.

dim saffron
#

Neither of these trakt lists exist:

[2023-11-02 16:35:06,530] [plex_meta_manager.py:324]  [INFO]     |     1 | Trakt Error: List https://trakt.tv/users/heyitsbea/lists/x-men not found                                                                                                                       |
[2023-11-02 16:35:06,530] [plex_meta_manager.py:324]  [INFO]     |     1 | Trakt Error: List https://trakt.tv/users/grawler/lists/dragon-ball-in-order not found                                                                                                          |
#

Some duplicate collections somewhere:

[2023-11-02 16:35:06,512] [plex_meta_manager.py:324]  [INFO]     |     1 | Config Warning: Skipping duplicate collection: DC Extended Universe                                                                                                                            |
[2023-11-02 16:35:06,513] [plex_meta_manager.py:324]  [INFO]     |     1 | Config Warning: Skipping duplicate collection: Marvel Cinematic Universe                                                                                                                       |
#

Your genre.yml is calling for a bunch of non-existent genres.

buoyant bluff
#

Well the issue there is, they exist in movies, but not in 4k

dim saffron
#

This problem is fixed in PMM nightly:

|     2 | Unknown Error: (404) not_found; (redacted)/library/sections/1/allNone <html><head><title>Not Found</title></head><body><h1>404 Not Found</h1></body></html>                                    |

Or you can downgrade to Plex 1.32.6

buoyant bluff
#

I'll switch to nightly

#

it's not liking this assets_for_all without that - in front

dim saffron
#

What do you mean by "It's not liking this"?

#

I don't see a problem there.

buoyant bluff
#

doesnt VSC hightlght stuff in red when it doesnt like the yaml code?

#

.yml code

#

ignore me

#

I had a find looking for assets

#

and it was highlighting it

dim saffron
#

It's highlighting it because you searched for it.

#

And if I search for assets:

buoyant bluff
#

yeah, realized that

dim saffron
#

So, again, I don't see a problem there.

buoyant bluff
#

right, looking for the trakt lists now to delete them

dim saffron
#

They may be part of the defaults.

buoyant bluff
#

I think they are, I'm not seeing them in my lists

dim saffron
#

So you can disable those or replace the lists.

buoyant bluff
#

k

#

Assets are updating now

#

Thanks for your help, now that I have that....I'll dig into my tv file, I was trying to get it to show if a show is still running or cancelled, appears its still not working right.

Thanks again!