#๐Ÿ”’ CLOSED ๐Ÿ”’ I couldn't make collection links added

1 messages ยท Page 1 of 1 (latest)

buoyant cypress
#

I added some movie lists to collection section on movies.yml but only IMDB Top 1000 is added. I tried lists with trakt or letterboxd but they didn't work either. Is there something I'm missing. I am newbie on PMM.

austere crag
#

Can you provide a log of this happening?

midnight cobaltBOT
#

"provide log" command detected, if you need more information on how to provide log files, type !logs

buoyant cypress
austere crag
#

Can you provide the entire log? That doesn't show any attempts to create collections.

midnight cobaltBOT
#

"provide log" command detected, if you need more information on how to provide log files, type !logs

buoyant cypress
austere crag
#

Your Movies.yml file is not loading because it is badly formatted, so none of hte collections in it are being created. "IMDB 1000" already exists; it's not being touched or created.

[2023-07-18 21:43:04,277] [meta.py:748]               [INFO]     |====================================================================================================|
[2023-07-18 21:43:04,293] [meta.py:748]               [INFO]     |                              Loading Metadata File: config/Movies.yml                              |
[2023-07-18 21:43:04,293] [meta.py:748]               [INFO]     |====================================================================================================|
[2023-07-18 21:43:04,309] [meta.py:749]               [INFO]     |                                                                                                    |
[2023-07-18 21:43:04,345] [library.py:152]            [ERROR]    | YAML Error: mapping values are not allowed here                                                    |
                                                                 |         in "C:\Users\Administrator\Plex-Meta-Manager\config\Movies.yml", line 54, column 12        |
[2023-07-18 21:43:04,361] [library.py:153]            [INFO]     | Metadata File Failed To Load                                                                       |
buoyant cypress
#

Then, I'll add lists one by one, maybe it helps to recreate them. Thanks.

austere crag
#

The specific problem is this:

  New Movies on Netflix:
    sort_title: +1_New Movies on Netflix
    summary: Netflix Yeni Filmler
    url_poster: https://theposterdb.com/api/assets/168827
    collection_order: custom
    sync_mode: sync
    trakt_list: https://trakt.tv/users/plexmetamanager/lists/netflix-movies?sort=rank,asc
      limit: 50

The trakt_list builder doesn't support limit which is formatted incorrectly here anyway.
https://metamanager.wiki/en/latest/metadata/builders/trakt.html#trakt-list

This should be:

  New Movies on Netflix:
    sort_title: +1_New Movies on Netflix
    summary: Netflix Yeni Filmler
    url_poster: https://theposterdb.com/api/assets/168827
    collection_order: custom
    sync_mode: sync
    trakt_list: https://trakt.tv/users/plexmetamanager/lists/netflix-movies?sort=rank,asc

The other instances like this need to change as well.

austere crag
#

@buoyant cypress Can this be closed?

magic nexus
#

This post has been marked as Resolved and will be closed in one hour unless you send another message.

Once closed, you cannot reopen this thread - you must create a new one or ask a member of staff to reopen it in #general-chat.

Thanks for using Plex Meta Manager.

magic nexus
#

This post has been marked as Resolved and will be closed in one hour unless you send another message.

Once closed, you cannot reopen this thread - you must create a new one or ask a member of staff to reopen it in #general-chat.

Thanks for using Plex Meta Manager.

#

This post has been locked, you cannot reopen it - you must create a new one or ask a member of staff to reopen it in #general-chat.

Thanks for using Plex Meta Manager.