Itunes Smart Playlist boolean-OR
Have you ever wanted to create an iTunes Smart Playlist that included the boolean OR operator ? Well it’s easy right? You just have the rule “Match any of the following rules...”. But this isn’t what I want at all. This simplistic approach only works for simple unions. What if you want do do something a wee bit more complex - like a playlist that contains music that is rated between 1 and 5 stars from both the Rock and Alternative genres ? Unfortunately, the only way I know to achieve this requires two playlists. Playlist one creates the union, call this playlist “Rock & Alternative”: Match any of the following rules ... Genre contains Rock Genre contains Alternative Playlist two operates on playlist 1: Match all of the following rules ... Playlist is “Rock & Alternative” Rating is in the range 1 to 5 Easy eh?