1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]>
<refentry id="containerdb">
<refmeta>
<refentrytitle>Container Database Implementation</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>Libdmapsharing</refmiscinfo>
</refmeta>
<refnamediv>
<refname>Container Database Implementation</refname>
<refpurpose>
Implementing a container database
</refpurpose>
</refnamediv>
<refsect1>
<title>Container Database Implementation</title>
<para>
A program can collect media database records in a container database,
allowing logical playlists (DAAP) or albums (DPAP).
Creating a container database is a matter of implementing
the DmapContainerDb and DmapContainerRecord interfaces. For an
example of this, see libdmapsharing's test-dmap-container-db.c and
test-dmap-container-record.c.
</para>
</refsect1>
</refentry>
|