<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Phil,<div class=""><br class=""></div><div class="">ArchivesSpace doesn’t really know very much about digital objects. In addition to the metadata on the digital object record itself, there can be one or more ‘file version’ subrecords, each of which can a ‘file_uri’:</div><div class=""><a href="https://github.com/archivesspace/archivesspace/blob/master/common/schemas/file_version.rb" class="">https://github.com/archivesspace/archivesspace/blob/master/common/schemas/file_version.rb</a></div><div class=""><br class=""></div><div class="">For the most part, ASpace doesn’t offer much more than display and editing of that URI. However, the public UI does make a *weak* attempt to guess whether it’s an image that can be displayed in the browser, based on the other fields on the file version subrecord. You can see some of that logic here:</div><div class=""><br class=""></div><div class=""><a href="https://github.com/archivesspace/archivesspace/blob/master/public/app/models/file_version_view.rb" class="">https://github.com/archivesspace/archivesspace/blob/master/public/app/models/file_version_view.rb</a></div><div class=""><br class=""></div><div class="">Note that the accuracy of the file format and size are entry dependent on user entry (or another system's in the case of API integrations).</div><div class=""><br class=""></div><div class="">Brian</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 21, 2016, at 3:51 PM, Suda, Phillip J <<a href="mailto:psuda1@tulane.edu" class="">psuda1@tulane.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">

<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" class="">

<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; font-size: 14px; font-family: Calibri, sans-serif;" class="">
<div class="">Greetings all, </div>
<div class=""><br class="">
</div>
<div class="">Let's say I put the objects at <a href="http://localhost/files" class="">http://localhost/files</a></div>
<div class=""><br class="">
</div>
<div class="">What would I need to alter in database so that the digital objects are visible from Public UI from that location? </div>
<div class=""><br class="">
</div>
<div class="">Thanks, </div>
<div class=""><br class="">
</div>
<div class="">Phil </div>
</div>

_______________________________________________<br class="">Archivesspace_Users_Group mailing list<br class=""><a href="mailto:Archivesspace_Users_Group@lyralists.lyrasis.org" class="">Archivesspace_Users_Group@lyralists.lyrasis.org</a><br class="">http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group<br class=""></div></blockquote></div><br class=""></div></body></html>