Lets say I have 2 categories; movies_family, movies_mature
I have screens to display plot, actors, and coverart:
movies_mature_plot
movies_mature_actors
movies_mature_coverart
movies_family_plot
movies_family_actors
movies_family_coverart
Is there a way to "parameterize" fields dispayed, so I could get away with only 3 screens:
movies_plot
movies_actors
movies_coverart
Inside text fields for displaying info I would need something like "category>my_category>plot", where my_category would be set by the calling screen?