Wednesday, September 19, 2007
In a hurry?
One of out users asked in the forums why myPodder doesn't automatically begin downloading new episodes upon execution. Having the program pause after scanning the feeds to allow users to de-select episodes we thought was the best default, but we have been working to make it an option.
Although the option isn't implemented yet, there code is there and its easy to implement for Windows users. Basically, create a shortcut to the 'mypodder.exe' program in the 'mypodder' folder and add "-download" at then end of the path. This will force the application to load in an minimized form (look for the butterfly next to the clock), scan your feeds, and automatically begin downloading.
Below, is the contents for an "autorun.ini" file that will make this auto-download initiate from Windows autorun menu or when you double-click on the devices drive icon in "My Computer". Simply replace the contents of the current "autorun.ini" file with this text, remove the device, and reconnect it. There are a few notes, so check the forum post for the details.
[autorun]This is an undocumented feature and not officially supported yet, but if you have any questions or problems please let us know.
action=Get your podcasts
icon=.\mypodder\pictures\DEVICE.ICO
open=mypodder\mypodder.exe -download
label=myPodder iPod
includeRuntimeComponents=True
includeRuntimeComponents=True
shellexecute=mypodder\mypodder.exe -download
shell\Auto=&AutoPlay
shell\Auto\command=mypodder\mypodder.exe -download
shell=Auto
Labels: myPodder, tips and tricks

