I have a simple jQuery method you might be interested in.
The Image Rotator used in the example is JW Image Rotator which uses an external file in XSPF, RSS and ASX tags format.
It could also just be a plain and simple xml text file that the downloadable demo provides. You might consider using Flicker, and then accessing those RSS Feeds to streamline the playlists instead.
For the first issue you mentioned, updating a Image Rotator without refreshing the webpage is shown in the Demo via a simple setTimeout. It reloads either the same playlist.xml file which as been previously updated or uses a different playlist file.
To address your second issue, the playlist.xml files makes things easy when it reloads itself at the specified time since it will automatically force updating the contents that you have in your images folder (if not using RSS URL feeds for example).
Whenever you over-write the files, for example 01.jpg to 10.jpg, then during the Reload Event it will grab the new files thanks to the JW Image Rotator retrieving them.
This means no time-stamps or other hacks to force the Reload. To take it a step further, you can have a array of playlists that can by automatically cycled to have a fully automated process.
There's a lot of comments in the DEMO and a few console log messages to explain what's going on so that you can adapt the Demo's methods to any other Image Rotator or image plugin out there.
Here's a DEMO on jsFiddle that is the tutorial version.
This DEMO on jsFiddle contains no comments or console, so you can see the code cleanly.
Here is a pastebin of the tutorial version that is downloadable.
To try this DEMO locally, you'll need the open source JW Image Rotator, currently at v3.18 which now has the JW watermark but v3.17 doesn't have that... it's zipped HERE and it includes all source files including .fla Flash files.
The DEMO also contains a link to the JW Image Rotator JavaScript API commands that aren't even used... but are readily available to customize things even further!