Page 1 of 1
Binding "actors" undefined (4.7.2)
Posted: 30 Oct 2016, 10:40
by DKWien
After Update to 4.7.2. I get:
Binding "actors" undefined in Episode Format:
{n.replaceAll(/[:|]/, " - ")} - {s00e00} - {t} [{y}] {vf} {ac} IMDB_{omdb.rating} [{director}] {actors.take(3)}
Re: Binding "actors" undefined (4.7.2)
Posted: 30 Oct 2016, 11:04
by rednoah
I don't think that bindings like {director} or {actors} have ever been supported for episode/series objects. It won't work for anything other than movie data (and never has AFAIK).
Re: Binding "actors" undefined (4.7.2)
Posted: 30 Oct 2016, 11:36
by DKWien
rednoah wrote:I don't think that bindings like {director} or {actors} have ever been supported for episode/series objects. It won't work for anything other than movie data (and never has AFAIK).
It worked perfect for movie and episodes until I installed the 4.7.2 update
Re: Binding "actors" undefined (4.7.2)
Posted: 30 Oct 2016, 18:37
by rednoah
{actors} fixed with r4455 for Episode objects.
{director} isn't defined for Episode objects.
Re: Binding "actors" undefined (4.7.2)
Posted: 31 Oct 2016, 16:47
by DKWien
{actors} works great again for Episode objects.
rednoah wrote:{director} isn't defined for Episode objects.
{director} works too now for Epsisodes - great !
Re: Binding "actors" undefined (4.7.2)
Posted: 31 Oct 2016, 17:06
by rednoah
DKWien wrote:{director} works too now for Episodes - great !
Yeah, I added that with the latest revision. Keep in mind that it's gonna be super slow for Episodes because it has to fetch that data online first for every single episode.