Thanks for all the help!
I ended up bailing on the custom one I put together and tried using the one posted in the forums by rudhi (sp?). That gave me a blank menu. After poking around the forums I found that there were apparently LF in there that caused it to be blank. After removing the LF I got the menu, but only one item actually worked. Had some issues with my filtering syntax. Sometimes it seemed to ignore my syntax, and sometimes it worked great.
Here is my menu item:
"Podcasts" -> genre ? genre = "Podcast" -> album -> title = "fmt_title"
The basic declarations section has (among others):
%format "fmt_title" "%02d. %s" tracknum title ? tracknum > "0"
%format "fmt_title" "%s" title
I was hoping to have a root menu item of Podcasts, which, when I go in there I get a list of podcasts by "album" name, and then title when I choose the respective album. For whatever reason, it gives me ALL tracks, not jus those that are podcasts.
Will work on it some more tonight, after work. Its pretty cool that you can adjust the menu as you see fit.
Robert