 
 Question:
Code: Select all
{model.episode.containsAll(episodelist) ? '[complete]' : '[incomplete]'} 
 And is {model} potentially capable of preventing a collection hierarchy from being created? eg if there's only 1 item belonging to the collection in the processed batch
Haven't managed to adapt {model} to the subtitle use case i was telling you about in this thread viewtopic.php?f=8&t=6291&p=50497#p50497 though so if you have any hint for a baby programmer like myself

Thanks in advance !

 Please read the
 Please read the  {model} doesn't work without rename context. The {model} is the result of matching all the files up with movies, while --filter is used to select movies for matching. {model} cannot exist yet at --filter time, because it comes into existence as a result of filtering and matching.
 {model} doesn't work without rename context. The {model} is the result of matching all the files up with movies, while --filter is used to select movies for matching. {model} cannot exist yet at --filter time, because it comes into existence as a result of filtering and matching.