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


1 Comments:
I saved the original autorun file and then tried this code in the autorun file. Windows now adds this action to the autorun prompt but you still have to **click** on the action to run the mypodder program.
I found a better way. I just restored the original autorun.inf file and downloaded and installed a free program called "APO USB Autorun". This tiny utility works perfectly with myPodder and launches myPodder program when you indert the USB stick. You don't have to click anything. Just plug the USB stick in when you need updates and remove when done.
Here is how to download:
http://www.archidune.com/index.php?id=6
Post a Comment
Links to this post:
Create a Link
<< Home