Report a problem

All your suggestions, requests and ideas for future development
Post Reply
fireheart2008
Posts: 37
Joined: 29 Jul 2014, 05:39

Report a problem

Post 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
User avatar
rednoah
The Source
Posts: 23132
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Report a problem

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply