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
  1204 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
  1919 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
  3947 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
  1975 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
  2007 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
  1507 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
  1771 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
  2068 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
  1994 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
  2281 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
  1608 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
  2271 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
  1640 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
  1478 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
  2855 views

For example, I want to create and store versions of images in DAM. When the image or its meta is updated, I want to publish a new version. In DM, I want to create a document with a References relationship to that asset (so that multiple different ...
  0 votes
  0 answers
  0 comments
  1574 views

We are using a Nuxeo Server running on a Windows Server to store our digital assets and are generating thumbnails of images and other content. Our problem is that if the thumbnail generation tasks fails (for example because there is no image ...
  0 votes
  0 answers
  1 comments
  1491 views

Steps to reproduce: Video wget http://cdn.nuxeo.com/nuxeo-5.7.3/nuxeo-cap-5.7.3-tomcat.zip unzip nuxeo-cap-5.7.3-tomcat.zip ./nuxeo-cap-5.7.3-tomcat/bin/nuxeoctl start [visit /nuxeo/ and run through setup with defaults, skipping connect, installing ...
  0 votes
  0 answers
  0 comments
  1809 views

I have a problem with the video. I would like to set the thumbnail with a different image of the storyboard. Does anyone know how? thanks
  1 votes
  0 answers
  0 comments
  1972 views

I followed the guide to add custom metadata ( http://doc.nuxeo.com/display/DAMDOC55/Metadata+Customization) but I can not get it to work … I created the xsd file my_metadata-metadata.xsd in nuxeo-common-5.7.2\OSGI-INF: <xs:list ...
  0 votes
  2 answers
  1 comments
  4054 views

Is there a way to get Thumbnail and storyboard (for videos) through Client Automation or Rest API?
  0 votes
  2 answers
  0 comments
  3019 views

Hi, I am implimenting Nuxeo for my University Library system and I need to have a way to give each campus library who is participating their own workspace/domain/folder/folderish-thing where I can use the “Manage > Access Rights” tab to set the ...
  0 votes
  1 answers
  2 comments
  2162 views

Hi, I need to set up the DAM module so that some assets can be limited to certain groups or campuses. I've set up Folders for each Campus in the Asset Library. These show up fine in the DM; but I want to see them in the DAM. I'm using the Nuxeo DAM ...
  0 votes
  1 answers
  0 comments
  2452 views

I've got a new install of Nuxeo (I downloaded the 5.7.1 vmware) it seems to work and launch fine. I uploaded 2 different PDF files, but the search does not find the text inside of one of them. why? the one pdf is not an image, it is text selectable ...
  0 votes
  1 answers
  9 comments
  2999 views

i have installed Nuxeo 5.7.1 and i can't preview pictures. it's ok for videos. do you have instructions to install plugin for that ? i try to add ffmpeg and imagemagik , without succes. my configuration : windows 7, java 7, 64bits. Thanks.
  0 votes
  0 answers
  1 comments
  1565 views

Hi, I'm getting the stacktrace below each time I upload a picture ; it must be a configuration issue since I'm only getting this on my pre-production server, but I don't get why. ImageMagick is installed and can be launched by the user behind the ...
  0 votes
  1 answers
  3 comments
  3084 views

Can .NEF files be viewed in Nuxeo?
  0 votes
  1 answers
  0 comments
  1453 views

Hi, Sometimes a call to the rest API returns a broken image like this call, http://dam.nuxeo.server:8080/nuxeo/restAPI/getTiles/default/88cebd21-084e-468c-9388-90bf2b2833f8/600/338/1?x=0&y=0 Although the image is uploaded successfully… CDN ...
  0 votes
  0 answers
  0 comments
  1757 views

I know this worked in 5.5, but now in 5.6 I'm getting an issue once again with Maximum importable file size. See the dump below - I was trying to import a 3.7GB file and got a NumberFormatException in org.aja4jsf.request.MultipartRequest handler ...
  0 votes
  1 answers
  0 comments
  1428 views

Hello, I'm trying Nuxeo DAM, it is a great product. I have a difficulty, in the upload, i want to upload large file, sometimes more than 4GB. I try to upload a 2,7GB zip file which contain only photography. I have this error : 2013-04-17 ...
  0 votes
  1 answers
  7 comments
  1978 views