What tinyMediaManager version are you using? Version 4.3.13 registered What is the actual behavior? Not retrieving artwork, no matter which scraper I use. Always get error message:" Could not fetch artwork for movie:Invalid TMDB API keytmm_logs.zip ...
execute().body(); if (configuration == null) { throw new Exception("Invalid TMDB API key"); } } } 代码来源:org.tinymediamanager.plugins/scraper-tmdb TheTvDbMetadataProvider.initAPI() private static synchronized void initAPI() throws Exception { if (tvdb == null) { try { tvdb = new...
api.setClientKey(providerInfo.getConfig().getValue("clientKey")); } } 代码示例来源:origin: org.tinymediamanager.plugins/scraper-tmdb private static MediaProviderInfo createMediaProviderInfo() { MediaProviderInfo providerInfo = new MediaProviderInfo("tmdb", "themoviedb.org", "The Movie Database...
execute().body(); if (configuration == null) { throw new Exception("Invalid TMDB API key"); } } } 代码来源:org.tinymediamanager.plugins/scraper-tmdb TheTvDbMetadataProvider.initAPI() private static synchronized void initAPI() throws Exception { if (tvdb == null) { try { tvdb = new...