fflewddur / archivo

A cross-platform app for saving recordings from a TiVo to your computer.
http://straylightlabs.net/archivo/
GNU General Public License v3.0
27 stars 7 forks source link

Optimize recording downloads #12

Closed fflewddur closed 8 years ago

fflewddur commented 8 years ago

Currently, Task A must completely finish before Task B will start. We can speed things up if, after Task A has finished downloading, Task B starts downloading, but Task B won't encode until Task A has finished encoding. I.e., we should allow a queued download to proceed while Archivo is busy encoding an already-completed download.