Report a problem
Posted: 13 Feb 2015, 17:39
"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
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