Link to API token URL master github/master v1.0.0
authorChristian Weiske <cweiske@cweiske.de>
Sun, 2 May 2021 16:40:18 +0000 (18:40 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sun, 2 May 2021 16:40:18 +0000 (18:40 +0200)
tmdb2mkvtags.config.php.dist

index c988c4e04a2adac0c61ac9a72908803362a7434e..9f12522d0fc77766ad1989d86e3da4f42bedacfa 100644 (file)
@@ -1,3 +1,8 @@
 <?php
+/**
+ * Copy that file to "tmdb2mkvtags.config.php" and adjust it.
+ *
+ * Get the "API token v4" from https://www.themoviedb.org/settings/api
+ */
 $apiToken = 'FIXME';
 ?>