I have a utility that takes my last entered Top 10 TV episodes and displays them as a category in my menu page and I was wondering if anyone would want this, and then I got thinking, why not do this for other categories too, so you could have the last 10 movies added, the last 10 photos, the last 10 recipes, etc etc.
Currently I implement this like this...
The new episodes section (when it has the focus) scrolls through the last 10 episodes added by air date.
So....
This does rely on either you have a valid date for each entry in the category (any non valid dates are skipped). This date could be the date entered in the db, or in my case the date the show was aired (which I always add to my db). Or we could just scrape the first 10 entries, or we could sort then scrape... lots of possibilities.
I add my movies, games and tv stuff in ANT so for me adding dates and retrieving them is easy - not sure how DVD Profiler handles dates - this is for you to tell me.
So before I subject this to you all, I wanted to get a feel of what you want, if you want it, how you want it etc etc.