OK, I eventually figured out the answer to my own question after examing the tables more closely. The FilePaths table does appear to be outdated, and I was able to pull together what I need for the file paths with the query:<div>

<br></div><div>SELECT <a href="http://i.name">i.name</a>, a.relativePath FROM Albums a, Images i WHERE i.album = <a href="http://a.id">a.id</a></div><div><br></div><div>However, if there is any documentation out there explaining the layout of the database, please point me to it. Thanks!</div>

<div><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Dec 10, 2012 at 9:40 PM, <a href="mailto:asourdiffe%2Blist@gmail.com">asourdiffe+list@gmail.com</a> <span dir="ltr"><<a href="mailto:asourdiffe+list@gmail.com" target="_blank">asourdiffe+list@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span style="font-family:arial,sans-serif;font-size:13px">I back up my photos and digikam database to a low powered home server. I'm trying to make a small web viewer built on the backed up photos and database.</span><div style="font-family:arial,sans-serif;font-size:13px">


<br></div><div style="font-family:arial,sans-serif;font-size:13px">So I'm trying to figure out how the digikam4.db database is configured. I'm a little perplexed by the FilePaths table - it includes a lot of my images, but not all of them. Is it left over from an older Digikam version? Is there a newer place I should look for file paths? Is there a reference out there for the current database schema? I'm not really a developer, so I had trouble interpreting the developer resources website. Sorry for the torrent of questions.</div>


<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Thanks</div>
</blockquote></div><br></div>