milli0n / rainmeter

Automatically exported from code.google.com/p/rainmeter
0 stars 0 forks source link

Download=1 overwrites duplicate filenames. #132

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If multiple WebParser measures are using Download=1 on multiple files with
the same name, they will overwrite each other, so only one will be saved in
the cache & displayed.

Demonstrated here: http://www.rainmeter.net/forum/viewtopic.php?f=5&t=2145.
WebParser measures are being used to get multiple images, all of which are
called "2.jpg" on the external server.

We need a way to either specify the downloaded filename, or at least make
sure that duplicates are renamed, not overwritten.

Original issue reported on code.google.com by Kae...@gmail.com on 2 Dec 2009 at 11:24

GoogleCodeExporter commented 8 years ago
I agree.
I have also suggested that this problem is a problem which should be improved 
from
before.
http://code.google.com/p/rainmeter/issues/detail?id=13

Original comment by kenz0.sa...@gmail.com on 3 Dec 2009 at 10:07

GoogleCodeExporter commented 8 years ago
Oh, apologies. I didn't see your earlier issue.

Original comment by Kae...@gmail.com on 3 Dec 2009 at 1:28

GoogleCodeExporter commented 8 years ago
spx and I started developing for the solution of this problem. 

Original comment by kenz0.sa...@gmail.com on 31 Dec 2009 at 1:20

GoogleCodeExporter commented 8 years ago
This issue was solved in r318.
When the file of the same name as the downloaded file exists in the temporarily
folder, the downloaded file is now renamed automatically and saved.

Original comment by kenz0.sa...@gmail.com on 12 Jan 2010 at 11:56