You would have to code your own functions to do this. The `next_album()` function is intended for stepping through the list of subalbums in order.
Of course you could skip subalbums you are not interested in by code within the loop. But you would be better off fetching the subalbum list from the album object, pruning it to the list you want then going through that list to display them.
Comments
Of course you could skip subalbums you are not interested in by code within the loop. But you would be better off fetching the subalbum list from the album object, pruning it to the list you want then going through that list to display them.