Hi Steve,
Song where re-index corretly but when the script start to retrieving covers from Itunes, after about 400 songs it stops with this error:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 62125 bytes) in /var/local/centovacast/system/albumds/includes/itunes.php on line 35
If you try running the reindex command again, does the same thing happen again? eg: is it a consistently reproducible problem?
Something is definitely going very wrong if you're getting that error -- the PHP processes don't use much memory under normal operating conditions, and I've just recently successfully imported 5000+ tracks in 30GB+ of music in a single batch with no problems.
I just have another import job running right now with all album data sources except iTunes turned off, so I'll see if that makes any difference, but at the moment this doesn't appear to be something I can reproduce.
And the web server of cc3 stop to work.
This is a very strong indicator that something more serious is wrong with your installation. The media import process, if it's performed via the commandline, has absolutely nothing to do with the Centova Cast web server.
try increasing memory_limit in php.ini (now it is set to 128 M)
No, please don't -- Centova Cast is not nearly memory-hungry enough to require that much memory per PHP process, so if you're running out of memory, something is going wrong.