That's because we aren't reporting unrated podcasts. We can change that easily.
This is how iTunes behaves (forgive me if you already know this, I'm just trying to clarify):
- once a program is downloaded, its metadata is put into the library. There is no entry for Rating.
- when a user rates the program, the Rating field is added to the library
- ratings are coded as follows: 1 star=20, 2 stars=40, 3 stars=60, 4=80, 5=100
At this point I've been simply ignoring podcasts without ratings. So for our purposes I can have the app report all programs, with the change being that a rating of 0 would indicate the program was unrated. You could choose to ignore those programs, unless the show the "Remove: 1" flag.
It would be a one line change on my end.
-Norm.