I can't get on the Kodi forum since the breech. Hope you don't mind me asking this here.
I wanted to make a playlist to show the best movies for a given decade. Let's use the 30's as an example.
We have 11 playlists.
10 are playlists, one for each year of the decade (1930-1939). Each playlist sorts that single year by rating, returning the top three movies for that year. Works when called directly.
1 playlist is the master that calls all the subroutine playlists to combine the 30 movies into a master list for that decade.
If it worked as I wanted, it would return 30 movies, the top three movies from each year combined into one list. (3x10)
But for some reason the limit of 3 is ignored when you call the subroutine playlists, and they return every movie from their respective year. The limit line in the ten subroutines are completely ignored. Why?
Can you think of a way around this?
PS If I gathered all the movies from the 30s into one list, sorted by rating and took the top 30, it would not have an even distribution (3 per year).
Thanks