CC-5709: Airtime Analyzer

* A bunch of cleanup and fix for metadata extraction on files mutagen can't read
This commit is contained in:
Albert Santoni 2014-04-04 12:35:50 -04:00
parent 64a95c7c59
commit cf492045cc
2 changed files with 15 additions and 15 deletions

View file

@ -332,16 +332,11 @@ class Rest_MediaController extends Zend_Rest_Controller
{
$CC_CONFIG = Config::getConfig();
$apiKey = $CC_CONFIG["apiKey"][0];
//$upload_dir = ini_get("upload_tmp_dir") . DIRECTORY_SEPARATOR . "plupload";
//$tempFilePath = Application_Model_StoredFile::uploadFile($upload_dir);
$tempFilePath = $_FILES['file']['tmp_name'];
$tempFileName = basename($tempFilePath);
//TODO: Remove copyFileToStor from StoredFile...
//TODO: Remove uploadFileAction from ApiController.php **IMPORTANT** - It's used by the recorder daemon?
//TODO: Remove uploadFileAction from ApiController.php **IMPORTANT** - It's used by the recorder daemon...
$storDir = Application_Model_MusicDir::getStorDir();
$importedStorageDirectory = $storDir->getDirectory() . "/imported/" . $ownerId;