OK, thanks. I have it pretty much worked out. However, I'd like to sort the podcasts by 'date modified' in reverse order so that new ones appear at the top of the list. Is this possible? Not all podcasts are tagged with a track number, and I don't want to sort by title name either. I'd like it just as I'm accustomed with the ipod firmware. I don't see of a better way to sort such that newer podcasts appear at the top. Some podcasts *can* be sorted by name, as their titles are "whatever #23" and "whatever #24", but many feeds are not titled with their number. Thanks...
EDIT: Additionally, I'm trying to use an album format such that they're displayed like "album (year)". Should be easy enough. So, I have this:
%format "fmt_album" "%s (%04d)" album year
But, that shows all albums as "album (00-2)". If I raise the value to 8, the albums show as "album (000000-2)". What's wrong with the above line?