digital-asset-management


Related Questions
I've deployed an instance of Nuxeo 5.9.4 from one latest nightly builds expecting to see both DM and DAM options in the navigation, but I'm only seeing DM: But in my local packages I see both DM and DAM installed and running: Why can't I see DAM?
  0 votes
  0 answers
  0 comments
  1197 views

I've successfully installed the example package from this recipe in the dev cookbook and now I want the extra meta data field that is defined in the section “Extension of meta data” to appear in the JSON response when I hit /id/{docId}/ from the ...
  0 votes
  1 answers
  0 comments
  1912 views

I have an instance of Nuxeo 5.8 installed and running on s3 and I want to extend it so I can add customized metadata to an asset. E.g., say a normal asset has metadata like “title”, “description” and “author”, I want to be able to add my own fields ...
  1 votes
  3 answers
  4 comments
  3943 views

Using the default lifecycle and API java, when I make an update to a document in the state “approved”, sometimes (seemingly in non-deterministic way), the status of the document changes to “project”. Maybe there is a listener that handles these ...
  0 votes
  0 answers
  1 comments
  1962 views

Nuxeo 5.6 DAM, import images with Administrator user (also happens to anyone) and there aren't previewed. No error in the trace. If we click to Document Management, we see that they had been created. If we try to preview them, nothing appears. Error ...
  0 votes
  1 answers
  0 comments
  1993 views

Nuxeo 5.6 DAM, import images with Administrator user (also happens to anyone) and there aren't previewed. No error in the trace. If we click to Document Management, we see that they had been created. If we try to preview them, nothing appears. Error ...
  0 votes
  0 answers
  0 comments
  1495 views

All is in the question: How can I change the number of thumbnails, of steps, created by the storyboard?
  0 votes
  1 answers
  0 comments
  1760 views

I was able to start a workflow using Automation url in a REST client and got a response. However I don't get the workflowInstanceId in the context variable. Why am I not getting the instance id in the response. If I don't have the instance id, how ...
  0 votes
  1 answers
  0 comments
  2061 views

Scenario: 1 - Create two Files. 2 - Create a Note. 3 - Create a Relation using File and Note. 4 - Want Return all files in a LEFT JOIN Query with Notes. SELECT F.* FROM File F LEFT JOIN Relation R ON R.cmis:sourceId = F.cmis:objectId Expected: All ...
  1 votes
  1 answers
  1 comments
  1984 views

Does the metadata extraction from images include the IPTC Extension fields? These fields include for example artworks and locations shown in a photograph. Reference: IPTC Core & Extension Where do I find the source code for that in the nuxeo ...
  0 votes
  1 answers
  3 comments
  2266 views

Hi all, I noticed that the video conversions are performed one at a time and queued. Is there a way to parallelize them?
  0 votes
  1 answers
  0 comments
  1599 views

Is there a way to speed up the video conversion? I would like to decrease the resolution target (eg 240 instead of 480). Also, I noticed that the video conversions are performed one at a time and queued. Is there a way to parallelize them? Thanks in ...
  0 votes
  3 answers
  2 comments
  2262 views

I maintain versioning through automation client as follows: StreamBlob streamBlob = new StreamBlob (is, fileName, assetMimeType); session.newRequest ("Blob.Attach"). SetHeader (Constants.HEADER_NX_VOIDOP, "true"). SetInput (streamBlob.) set ...
  0 votes
  1 answers
  0 comments
  1630 views

Hi, I would like to know if there some way to publish video in web page document from DAM.
  0 votes
  0 answers
  0 comments
  1470 views

Hi all! Since installation, when I try to add a picture, I can not see the thumbnail and the various views (small, original, etc …). Looking at the xml-export, I noticed that lacks the facet “Thumbnail” and that the picture: views are empty. ...
  0 votes
  1 answers
  0 comments
  2844 views