I was incorrect about the fanart issue, I just had to enable it in skin settings (was set to custom, not sure what happened).
Two issues:
"4K" res says "4KP" It should either be "4K" or "2160P". I understand this is due to kodi's reporting of the res, but it should be caught.
in info:Source, "WEB-DL" should probably include "WEBDL" which is what a popular downloader uses for naming.
Also a feature suggestion for resolution (something I did in a skin mod of another skin with media flags):
Replace with "HDR" or maybe "4K HDR" if naming includes HDR with some other conditions. Example conditions:
Code:
<visible>[String.Contains($PARAM[container]$PARAM[source]FileNameAndPath,HDR) + !String.Contains($PARAM[container]$PARAM[source]FileNameAndPath,HDRip)] + [String.Contains($PARAM[container]$PARAM[source]FileNameAndPath,2160p) | String.Contains($PARAM[container]$PARAM[source]FileNameAndPath,UHD) | String.Contains($PARAM[container]$PARAM[source]FileNameAndPath,UltraHD) | String.Contains($PARAM[container]$PARAM[source]FileNameAndPath,Ultra-HD) | String.Contains($PARAM[container]$PARAM[source]FileNameAndPath,4K)]</visible>