A4ksubtitles Imdb Id Not Provided ((full)) [ Popular ⇒ ]
Corrupted cache files in your video streaming add-ons can block metadata transmission.
: Navigate to Settings > Add-ons > My Add-ons > Information Providers > Movie Information / TV Information . Ensure you are using a modern, active scraper like The Movie Database (TMDb) Python .
Ensure your movies are in folders named properly ( Movie Name (Year) ). a4ksubtitles imdb id not provided
If you encounter this error while streaming content through third-party video addons (like Umbrella, Fen Light, or Seren) rather than playing local files, the issue lies in how the addon passes metadata.
If you are adding new movies and this happens often, check your scraper settings. Corrupted cache files in your video streaming add-ons
The most common culprit is an incomplete or outdated library scrape. You need to ensure your library scraper fetches the IMDb ID.
If a file refuses to scrape, create a simple text file named exactly like your video file, but with an .nfo extension. Inside it, paste the exact IMDb URL (e.g., https://imdb.com ). Kodi will read this file and instantly extract the ID. 5. Fallback to Manual Search Ensure your movies are in folders named properly
Once a4kSubtitles gets a valid IMDb ID, subtitle searching works as expected.
If you’re in a hurry, switch to another subtitle service like or Subscene – they sometimes work with titles instead of IMDb IDs.
This solution is for advanced users comfortable with editing code. A Kodi forum user discovered a solution by modifying the addon's code to use a more reliable method for fetching the IMDB ID, replacing xmbc.getInfoLabel("VideoPlayer.IMDBNumber") with tag.getUniqueID(imdb) .