PATRICK DALLA BERNARDINA

Results 242 comments of PATRICK DALLA BERNARDINA

> We can find timezone information on registry files. And maybe some change history in event logs. Do you want the IPED to guess it automatically? Or you prefer to...

> @lfcnassif ,have you already implemented any way do deprioritize an item processing, putting it in the next less priority queue an skipping its current processing, once its processing does'nt...

"I'm not sure if I understood" - Yes, you did. Well, it seems not too difficult to implement. We only have to agree on the implementation and interface. Most of...

Back in here. @tc-wleite the videothumbtask uses the XMPDM namespace properties. Do you think this is a good namespace to use this too to media information extracted from P2P parsed...

I was intending to use xmpDM prefix on media specific information. The already declared in class org.apache.tika.metadata.XMPDM like album, artist, genre. For other kind of information, other namespaces could be...

For Emule and Ares, I saw that is being used a bean like class to represent each corresponding history entry. So I created a generic class to extract bean properties...

Well it is not so simple as I thought. The condition is discovered only in the ParsingTask, so it should be paused and continued latter, in the next priority queue...

Well, i could successfully process my little case. I created a hashmap of "deprioritized items" associated with the respective task that deprioritized the item, so when it is time to...

I think that context variables must also be preserved somewhere to be restablished when the item starts to be processed again.