Last week, I saw this wild fire running through the blogs about podcasting. I have a Pocket PC--perfect. Of course, I ran in to problems right away, not the smallest being that Windows Media Player cannot auto-sync content with my Pocket PC (IPAQ 2210).
Looking on the web, it was suggested to use the file sync feature of ActiveSync.
However, there is no option to copy to a flash card, just to /My Documents which is in RAM. According to Microsoft you can adjust the registry on your device and desktop to change where the files will be stored.
On the device: I used a registry editor (PHM Registry Editor) to set the following values to point to a directory on my compact flash card (\CF Card\My Documents\Podcasts):
HKLM\Software\Microsoft\Windows CE Services\FileSyncPath
HKLM\Software\Microsoft\Windows CE Services\NoSubFolderIn
On the desktop: I created a registry file to change the appropriate values.
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows CE Services\Partners\<deviceid>]
"NoSubFolderIn"="\\CF Card\\My Documents\\"
[HKEY_CURRENT_USER\Software\Microsoft\Windows CE Services\Partners\<deviceid>\Services\Synchronization]
"DeviceSyncFolder"="\\CF Card\\My Documents"
"Briefcase Path"="C:\\Program Files\\iPodder\\downloads\\"
[HKEY_CURRENT_USER\Software\Microsoft\Windows CE Services\Partners\<deviceid>\Services\Synchronization\Objects\File]
"Display Name"="Podcasts"
"Plural Name"="Podcasts"
[If you want to try this on your PC: change “<device id>” to your 8 character hexadecimal number for the partnership you want to change and if you are using an aggregator other than iPodder, change the “Briefcase Path” to suit.]
Now, I’m down to two problems. First, iPodder has no file management so my podcasts will multiply with no end in sight. I think I can create a scheduled task to remove files older than a period of time from that directory each night. However, I cannot figure out a way (in Windows XP) of deleting old files. I may have to write some code to do this.
The second problem is that ActiveSync says my podcasts are not synchronized, even though they are. At the current moment, I’m stuck with a weird status display and the constant resynchronization of my podcasts.
If anyone has any workarounds or solutions to these or even a better way to use my Pocket PC to listen to podcasts, please let me know!