ribbons / RadioDownloader

An easy to use application for managing podcast subscriptions and downloads.
https://nerdoftheherd.com/tools/radiodld/
GNU General Public License v3.0
15 stars 11 forks source link

Improved handling and clean-up of temporary files used by the providers. #171

Closed ribbons closed 11 years ago

ribbons commented 11 years ago

Original report from Matt Robinson at 21:01:31 on 2012-04-08

There are currently a few issues relating to temporary files (e.g. intermediate files used by the providers):


Imported from Bug 635 in the NerdoftheHerd.com Bugzilla.

ribbons commented 11 years ago

Original comment from Matt Robinson at 17:26:26 on 2012-05-11

Reworked in 8ef35f2 to use a new class called TempFile to handle temporary files used by the providers. This generates unique names under the temp folder, and guarantees that the files will be cleaned up, but will wait until a later occasion if the file is still in use when it is first attempted to be deleted.