I'm trying to make a smartlist that plays a list of videos. I want the videos ordered by Last Played such that the oldest Last Played date is first, but I want videos that have a value of 'never played' to come first in order.
I have tried sorting by Last Played both A-Z and Z-A, but I always get the videos with date values first and videos with 'never played' last. Is there a way to force the 'never played' videos to the top of the list?
Thanks,
Scott