Get title from NFO/kodi-metadata but retrieve other metadata automatically? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: Get title from NFO/kodi-metadata but retrieve other metadata automatically? (/showthread.php?tid=353026) |
Get title from NFO/kodi-metadata but retrieve other metadata automatically? - kja7 - 2020-03-31 I have several items of content which Kodi doesn't add to the library because it is unable to find metadata based on the filename: Code: WARNING: No information found for item '[...]', it won't be added to the library. Is it possible to tell kodi to use the "title" from the NFO or MKV kodi-metadata attachment, and then use that title to automatically look up the remaining metadata and fill it in for the item, or do I have to do this manually every time? RE: Get title from NFO/kodi-metadata but retrieve other metadata automatically? - DaVu - 2020-03-31 (2020-03-31, 17:24)kja7 Wrote: which Kodi doesn't add to the library because it is unable to find metadata based on the filename: Change the filename then?! What about providing a full Debug Log? So we can see what´s happening (2020-03-31, 17:24)kja7 Wrote: Is it possible to tell kodi to use the "title" from the NFO or MKV kodi-metadata attachment, and then use that title to automatically look up the remaining metadata and fill it in for the item, or do I have to do this manually every time?No You could also try parsing NFOs: https://kodi.wiki/view/NFO_files#Parsing_nfo RE: Get title from NFO/kodi-metadata but retrieve other metadata automatically? - DarrenHill - 2020-03-31 The parsing NFO file mentioned and linked above is the simplest way. It's just a URL link to the relevant entry in the scraper database, and will then be automatically populated with all the metadata from the db. I now do this routinely with every movie I add just to save any issues as it takes only a few seconds to create per item. |