So I'm not sure if converting everything to smart labels would solve my problem or exactly how difficult it would be for my library. In the meantime, I am still using - pmm: collectionless to achieve my intended goals. A small pet peeve of mine is that if you've on the overview for a movie within Collectionless you get the list of "related" movies that are in the same collection. By very definition these titles have nothing in common, so it's not great to have it be one of the first things that gets recommended.
To counter this I've put the following template variable: ```yaml
collection_order: random
So here's my question,
1. Can I hide or not show in recommended all of the titles in collectionless?
2. If not, is there a way to seed up the process by which it sorts these? Even a psuedo random formula would be fine if it meant it was faster.