Page 1 of 1

Report a problem

Posted: 13 Feb 2015, 17:39
by fireheart2008
"If it was working, and then stopped - that's a problem."

i am using the scheme:
G:\Data\Media\Hollywood\{ any{ '[Collections]/' + collection.sortName() }{ imdb.genres.find{ it == 'Animation' } }{ imdb.genres[0] } }\{n.replaceFirst(/^(?i)(The|A|An)\s(.+)/, /$2, $1/)} [{y}, {imdb.certification}, {imdb.rating}] [{director}] {imdb.actors.take(3)} {info.spokenlanguages}\{n}.{y}.{vf}{" CD$pi"}{'.'+lang}

after updating to the latest version 4.5.6
it doesn't recognize
1- { any{ '[Collections]/' + collection.sortName() }{ imdb.genres.find{ it == 'Animation' } }{ imdb.genres[0] } }
2- {imdb.certification}, {imdb.rating}]

so it delete it and installed a previous version that works like a charm, but wanted you to know about the problem

Re: Report a problem

Posted: 21 Feb 2015, 03:06
by rednoah
:!: Somebody is reading those "How to..." posts!!! :)

{imdb} is no longer supported, and hasn't been for a long time. To make this clear the {imdb} binding has been replaced with the {omdb} binding.