First of all: I'm not sure that recursive operations via the playlist are implemented?
Anyway, here's what happens when I try to recursively create a playlist with all albums from 2011 (there are 2):
Database
Year
2011 (Long Select)
Playlist
Play Next
Yes to Erase Dynamic Playlist question
(It now shows the first album of 2011)
When I return to Now Playing, the old playlist is still there, and the new has not been handled.
The same thing happens if I use Insert operation, or try a similar operation on a specific genre.
(What should I call the operation, if not recursive?
I'm not familiar with the database structure, but from my point of view it seems to be a bit like a (dynamic) tree structure at the moment I perform the operation: Year-Artists-Albums-Tracks seen top-down?)