ilarischeinin / itmw

sync iTunes to cell phone or another portable device
MIT License
1 stars 2 forks source link

Encoding Bottleneck #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Synchronisation with Encoding enabled is not time effective.
I have SE w710 and it syncs quite slow. And encoding makes it even slower.

I think that encoding and transfer should be performed at the same time. 

First, create an encoding queue in iTunes and then as soon as the first 
song is encoded, start transferring. This way next songs will encode as 
previous are transferred. I believe it could almost completely cut time 
costs for encoding.

Original issue reported on code.google.com by poin...@gmail.com on 9 Aug 2007 at 1:13

GoogleCodeExporter commented 9 years ago
This is an acknowledged issue. The proposed enhancement is planned, but 
AppleScript is not the ideal 
environment for a threaded application, and this would require some tweaking. 
It can probably be done, but I 
cannot provide any ETA, as I am currently so busy with my other commitments.

Original comment by ilari.sc...@gmail.com on 14 Aug 2007 at 12:51