2024-03-31, 12:13
Hello everyone,
I'm currently facing a challenge with my Kodi setup and would greatly appreciate any insights or advice from this knowledgeable community. Below is a detailed overview of my situation:
Setup Details:
Platform: Kodi Nexus (latest version) on NVIDIA TV Shield Pro
Skin: AEON Nox Silvo
Scraper: Universal Movie Scrapper, configured to retrieve information from TMDB
Objective: My media library consists of both digital files and offline media disks. I aim to differentiate media formats (DVD, Blu-ray, UHD Blu-ray) in my library, specifically to display appropriate logos (e.g., 4K for UHD Blu-ray, Bluray logo only if standard blu-ray and DVD logo if DVD). While the skin recognizes DVD and Blu-ray formats correctly through the stub file naming format, I'm struggling to integrate UHD Blu-ray information, particularly the 4K logo, due to limitations with the skin and naming conventions.
Attempted Solution: To address this, I've attempted to use combination NFO files to supplement the media information, hoping to achieve the desired differentiation. Unfortunately, I've encountered issues integrating this additional information from the NFO files with the data scraped by the Universal Movie Scrapper.
Example Setup:
Folder Name: The Iron Claw (2023)
Contents:
The Iron Claw (2023).4K.bluray.504.disc
The Iron Claw (2023).4K.bluray.504.nfo
The NFO file was created using Notepad++ and was saved in UTF-8 format. It includes detailed information, such as title, year, format (Blu-ray UHD 4K), resolution, and video stream details.
NFO file content:
Issue Encountered: Upon scanning the movie into the library, the information from the NFO file is recognized, but the scraper does not seem to retrieve any additional data. It appears that I can only use either the NFO data or the scraper data, but not both simultaneously.
See images of the results here
As you see it seems that the combination nfo above does not work as advertised. It does not employ the scrapper for additional data. It is either the nfo data or the scrapper data. Not both.
Request for Assistance:
Has anyone experienced a similar issue or has insight into integrating NFO files with scraper data in Kodi?
Are there known limitations or specific configurations required to achieve this integration?
Have you picked up any mistakes or shortcomings in my setup?
Any guidance or suggestions would be highly appreciated. Thank you in advance for your help!
Regards
A.
I'm currently facing a challenge with my Kodi setup and would greatly appreciate any insights or advice from this knowledgeable community. Below is a detailed overview of my situation:
Setup Details:
Platform: Kodi Nexus (latest version) on NVIDIA TV Shield Pro
Skin: AEON Nox Silvo
Scraper: Universal Movie Scrapper, configured to retrieve information from TMDB
Objective: My media library consists of both digital files and offline media disks. I aim to differentiate media formats (DVD, Blu-ray, UHD Blu-ray) in my library, specifically to display appropriate logos (e.g., 4K for UHD Blu-ray, Bluray logo only if standard blu-ray and DVD logo if DVD). While the skin recognizes DVD and Blu-ray formats correctly through the stub file naming format, I'm struggling to integrate UHD Blu-ray information, particularly the 4K logo, due to limitations with the skin and naming conventions.
Attempted Solution: To address this, I've attempted to use combination NFO files to supplement the media information, hoping to achieve the desired differentiation. Unfortunately, I've encountered issues integrating this additional information from the NFO files with the data scraped by the Universal Movie Scrapper.
Example Setup:
Folder Name: The Iron Claw (2023)
Contents:
The Iron Claw (2023).4K.bluray.504.disc
The Iron Claw (2023).4K.bluray.504.nfo
The NFO file was created using Notepad++ and was saved in UTF-8 format. It includes detailed information, such as title, year, format (Blu-ray UHD 4K), resolution, and video stream details.
NFO file content:
XML:<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<movie>
<title>The Iron Claw</title>
<year>2023</year>
<format>Blu-ray UHD 4K</format>
<resolution>4K</resolution>
<!-- Custom tag for resolution; not standard and may not be recognized by all software -->
<tag>4K</tag>
<!-- Custom tag for format; not standard and may not be recognized by all software -->
<tag>Blu-ray</tag>
<tag>BluRay</tag>
<videoassettitle>Standard Edition</videoassettitle>
<videoassetid>40400</videoassetid>
<videoassettype>0</videoassettype>
<fileinfo>
<streamdetails>
<video>
<codec>h264</codec>
<aspect>1.777778</aspect>
<width>4096</width>
<height>2160</height>
<durationinseconds>7838</durationinseconds>
<stereomode></stereomode>
<hdrtype>HDR10</hdrtype>
</video>
</streamdetails>
</fileinfo>
</movie>
https://www.themoviedb.org/movie/850165-the-iron-claw
Issue Encountered: Upon scanning the movie into the library, the information from the NFO file is recognized, but the scraper does not seem to retrieve any additional data. It appears that I can only use either the NFO data or the scraper data, but not both simultaneously.
See images of the results here
As you see it seems that the combination nfo above does not work as advertised. It does not employ the scrapper for additional data. It is either the nfo data or the scrapper data. Not both.
Request for Assistance:
Has anyone experienced a similar issue or has insight into integrating NFO files with scraper data in Kodi?
Are there known limitations or specific configurations required to achieve this integration?
Have you picked up any mistakes or shortcomings in my setup?
Any guidance or suggestions would be highly appreciated. Thank you in advance for your help!
Regards
A.