- Add videodb PHP/MySQL media collection manager (Blu-ray, DVD, CD) - Dockerfile: PHP 8.1 + Apache with GD/mysqli/exif extensions - docker-compose.yml: app on port 6761 + MySQL 8.0 with health checks - docker-entrypoint.sh: auto-generates config.inc.php from env vars, waits for MySQL, initializes DB schema idempotently - init-db.php: CLI schema installer using app's own prefix_query() logic - Persistent volumes for DB, cache, and cover images Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
59 lines
1.6 KiB
HTML
59 lines
1.6 KiB
HTML
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
|
|
<head>
|
|
<title>VideoDB - Documentation</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
</head>
|
|
<body>
|
|
<a href="index.html">Table of Contents</a>
|
|
<!-- begin content -->
|
|
|
|
<h1>Usage</h1>
|
|
|
|
<h2>The Configuration Screen</h2>
|
|
|
|
<h3>The Cache Control Bar</h3>
|
|
|
|
<h3>Changing the configuration</h3>
|
|
|
|
<h3>The custom types</h3>
|
|
|
|
<p>There are the following customtypes available:</p>
|
|
|
|
<table>
|
|
<tr>
|
|
<td>text</td>
|
|
<td>This is a simple textfield nothing special about it</td>
|
|
</tr>
|
|
<tr>
|
|
<td>url</td>
|
|
<td>This shows a clickable link in the show view</td>
|
|
</tr>
|
|
<tr>
|
|
<td>ed2k</td>
|
|
<td>You may enter a MD4 sum and a clickable eDonkey link will be generated from this field, the filesize and the filename</td>
|
|
</tr>
|
|
<tr>
|
|
<td>language</td>
|
|
<td>This is another language field. It will display the same languageflags for quickentry as the standard one.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rating</td>
|
|
<td>You can rate a movie with this field. It can be filled from IMDB.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>orgtitle</td>
|
|
<td>This is the same as the standard title field, it gets filled from IMDB. This is useful if you store translated title of the movie in the title field.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>movix</td>
|
|
<td>If you use <a href="http://movix.sourceforge.net/" target="_blank">Movix</a> on your CDs you can choose the version with this field.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>mpaa</td>
|
|
<td>This field can hold the movie rating of the Motion Picture Association of Amerika. It gets filled from the IMDB.</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- end content -->
|
|
</body>
|
|
</html> |