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)}
Binding "actors" undefined (4.7.2)
Re: Binding "actors" undefined (4.7.2)
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)
It worked perfect for movie and episodes until I installed the 4.7.2 updaterednoah 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).
Re: Binding "actors" undefined (4.7.2)
{actors} fixed with r4455 for Episode objects.
{director} isn't defined for Episode objects.
{director} isn't defined for Episode objects.
Re: Binding "actors" undefined (4.7.2)
{actors} works great again for Episode objects.
{director} works too now for Epsisodes - great !rednoah wrote:{director} isn't defined for Episode objects.
Re: Binding "actors" undefined (4.7.2)
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.DKWien wrote:{director} works too now for Episodes - great !