Link to API token URL
[tmdb2mkvtags.git] / 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';
 ?>