Actually, it just occurred to me that it didn't originally do anything for me, so I downloaded the source and stepped through it. The files being syndicated at DotNetRocks were ACC files, which weren't being recognized as compatible files by the IsMP3 method in the ipodderservice. So I rewrote the code to recognize this mime-type and, bingo!, it now works.
That is why I am wondering whether this is still in active development: the list of supported mime-types should be read from a configuration file rather than hardcoded into the app. I would do this and contribute, but I wonder whether the project is still active ...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i installed this on WinXP sp1 with .NET 1.1 installed . . . and it doesn't do anything.
I changed the update time to 1 minute. I hit the retrieve now button with a URL selected . . .
What am i missing?
Dunno. It seems to work for me. I'm wondering whether the project is still in active development.
Is it?
Actually, it just occurred to me that it didn't originally do anything for me, so I downloaded the source and stepped through it. The files being syndicated at DotNetRocks were ACC files, which weren't being recognized as compatible files by the IsMP3 method in the ipodderservice. So I rewrote the code to recognize this mime-type and, bingo!, it now works.
That is why I am wondering whether this is still in active development: the list of supported mime-types should be read from a configuration file rather than hardcoded into the app. I would do this and contribute, but I wonder whether the project is still active ...