diff --git a/images/29.jpg b/images/29.jpg
new file mode 100644
index 0000000..ac5fb45
Binary files /dev/null and b/images/29.jpg differ
diff --git a/images/30.jpg b/images/30.jpg
new file mode 100644
index 0000000..2818a45
Binary files /dev/null and b/images/30.jpg differ
diff --git a/images/31.jpg b/images/31.jpg
new file mode 100644
index 0000000..cd8fff9
Binary files /dev/null and b/images/31.jpg differ
diff --git a/images/32.jpg b/images/32.jpg
new file mode 100644
index 0000000..e8674aa
Binary files /dev/null and b/images/32.jpg differ
diff --git a/images/33.jpg b/images/33.jpg
new file mode 100644
index 0000000..8be4dc1
Binary files /dev/null and b/images/33.jpg differ
diff --git a/images/34.jpg b/images/34.jpg
new file mode 100644
index 0000000..cee4653
Binary files /dev/null and b/images/34.jpg differ
diff --git a/images/35.jpg b/images/35.jpg
new file mode 100644
index 0000000..cf091d8
Binary files /dev/null and b/images/35.jpg differ
diff --git a/images/36.jpg b/images/36.jpg
new file mode 100644
index 0000000..c056f42
Binary files /dev/null and b/images/36.jpg differ
diff --git a/images/37.jpg b/images/37.jpg
new file mode 100644
index 0000000..ab13bbe
Binary files /dev/null and b/images/37.jpg differ
diff --git a/images/38.jpg b/images/38.jpg
new file mode 100644
index 0000000..ebf163d
Binary files /dev/null and b/images/38.jpg differ
diff --git a/itemrecord.php b/itemrecord.php
index 4176127..5336f85 100644
--- a/itemrecord.php
+++ b/itemrecord.php
@@ -265,7 +265,10 @@ while ($row = $series->fetchArray()) {
$identifierURL = 'https://www.librarything.com/isbn/';
} elseif ($row_id_type == 'oclc') {
$identifierURL = 'https://worldcat.org/title/';
- } else { $identifierURL = '#';
+ } elseif ($row_id_type == 'tmdb') {
+ $identifierURL = 'https://www.themoviedb.org/movie/';
+ } else {
+ $identifierURL = '#';
}
echo ''.$row_id_type.': '.$row_id_val.'
';
}
diff --git a/metadata.sqlite b/metadata.sqlite
index 304061e..3a6947e 100644
Binary files a/metadata.sqlite and b/metadata.sqlite differ