If parameter isn't provided to a template, is it ignored? #186
-
If url_poster isn't included in the line Q1: Will the existing poster for the Aardman collection get overwritten/removed? Background: I was having problems with including the poster url in the template line:
What seemed to be happening is that nothing woud get returned/set in Plex until I manually viewed the poster in my web browser, and then only some of these seemed to appear. I couldn't spend time debugging it as I have a couple of dozen that needed fixing so I'm hoping to use the workaround of keeping poster files in the config/assets folder. I just need to know if they are always used and always checked each time PMM is run. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
the assets folder is checked with each run. |
Beta Was this translation helpful? Give feedback.
-
Awesome. That fixed it:
when run, produces:
However, taking a step back, if I don't have any movies in Plex with a studio value of "DC Extended Universe", and no existing collection of that name, the following disaster starts to happen:
I have to abort it at some point. The movies listed are every single movie in Plex. |
Beta Was this translation helpful? Give feedback.
the assets folder is checked with each run.
you can have optional variables and they can have defaults as well.
The
optional
attribute anddefault
attribute are about half way down this page.Let me know if your still having trouble