#Troubling editing movie config file

1 messages · Page 1 of 1 (latest)

odd wind
#

Hi I finally got my Pmm installed on my windows 11 through python with much needed help from someone . I was hoping get some guidance on how to add some trakt tv movie lists to my movie yml file. Do i edit with python or do i edit directly on notepad. The movie list I add is same I copied with http://?

grizzled muralBOT
#

Welcome!

It looks like you have not yet completed #938455615741775902, this will allow us to help you quicker.

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.

junior trench
#

Working with trakt lists is described here:
https://metamanager.wiki/en/nightly/metadata/builders/trakt.html

The basics:

Create sjcc527.yml in your config folder. In that file, put:

collections:
  sjcc527 Trakt List:
    trakt_list: https://trakt.tv/users/jay-greene/lists/reddit-top-250-2019-edition

Refer to that file in your config:

libraries:
  Movies:
    metadata_path:
      - file: config/sjcc527.yml

That will create a collection called "sjcc527 Trakt List".

The name of the file is arbitrary.

odd wind
#

Thanks for info much appreciated