Templates for Individual Item metadata? #861
justinxfisher
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
it doesn't work because it doesn't really save you anything you still have to declare all those attributes like this is valid metadata:
"Aladdin -- 1992":
alt_title: Aladdin
sort_title: Aladdin_01
year: 1992
url_poster: https://theposterdb.com/api/assets/217207
"Aladdin -- 2019":
alt_title: Aladdin
sort_title: Aladdin_02
year: 2019
url_poster: https://theposterdb.com/api/assets/44740 and if you just want it shorter this is also valid (the URLs need to be inside of metadata:
"Aladdin -- 1992": { alt_title: Aladdin, sort_title: Aladdin_01, year: 1992, url_poster: "https://theposterdb.com/api/assets/217207" }
"Aladdin -- 2019": { alt_title: Aladdin, sort_title: Aladdin_02, year: 2019, url_poster: "https://theposterdb.com/api/assets/44740" } |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First, I may just have missed this somewhere as it's difficult to search the wiki for "movie", "metadata" and "template", but is there a way to make a template for movie/tv (non-collection) metadata? For example, this works:
...but this doesn't:
To be honest, I had just sort of assumed it would work and was surprised when I started getting errors while running it.
Beta Was this translation helpful? Give feedback.
All reactions