Actions
Task #57546
closedCall ExtractionService on new files and not only Indexer::createIndexEntry()
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-04-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:
Description
If a new file is found in a storage the function Indexer::createIndexEntry() is called, but a possible ExtractionService isn't signaled.
Updated by Sebastian Fischer over 10 years ago
ExtranctionServices are only called in Indexer::runMetaDataExtraction which is only called in FileStorageExtractionTask. I assume that this is to prevent to long processing calls.
Updated by Markus Klein over 10 years ago
Maybe Steffen R. can shed some light on this.
Updated by Steffen Ritter over 10 years ago
Yes, that's not a Bug, that is a feature.
MetaDataExtraction only will be done asynchronously with a dedicated scheduler task.
Updated by Alexander Opitz over 10 years ago
That leads to the problem, that you can select a file as image but it won't be shown in FE (or shown with width/height=0).
Updated by Frans Saris about 9 years ago
- Status changed from Accepted to Resolved
Applied in changeset 99de17ab9db52d349a3e1eff62d5ffe5bb3577fb.
Actions