Country tag (flag) missing for some seemingly random movies and TV shows - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Metropolis (https://forum.kodi.tv/forumdisplay.php?fid=162) +---- Thread: Country tag (flag) missing for some seemingly random movies and TV shows (/showthread.php?tid=373583) |
Country tag (flag) missing for some seemingly random movies and TV shows - valentijm - 2023-06-26 Bonjour, Since a few weeks I notice the country flag is missing for some seemingly random movies and TV shows. I know for sure they were there before. Kinda nerd for making tags as completely as possible. No updates what so ever. Latest Kodi and Metropolis. NFO file seems correct as well Anyone any clue? Thnx ciao, Valehtijm RE: Country tag (flag) missing for some seemingly random movies and TV shows - izprtxqkft - 2023-06-26 (2023-06-26, 17:55)valentijm Wrote: Bonjour, this skin hasn't had an update in 25 months so it's possible it has been abandoned - https://github.com/jingai/skin.metropolis/blob/master/changelog.txt RE: Country tag (flag) missing for some seemingly random movies and TV shows - MacGyver - 2023-06-27 I wouldn't say abandoned, but without me being able to update the official source, not the most healthiest of workflows. I still personally use Metropolis so I will likely always update a fork of it, at least for me. The issue is that I use a version of LibreElec that if it works, I just keep using it. If there is something really cool that comes out for Kodi, or if I need to use a different version of LibreElec I always update it. I do check this thread, and try to create fixes for people as they ask, but I can't roll them into the official version, only jingai has the keys for that. RE: Country tag (flag) missing for some seemingly random movies and TV shows - izprtxqkft - 2023-06-27 (2023-06-27, 04:28)MacGyver Wrote: I wouldn't say abandoned, but without me being able to update the official source, not the most healthiest of workflows.right on perhaps a fork and minor rebrand, Metropolis V2 for a suggestion, of course making sure all credit is given but a new maintained version RE: Country tag (flag) missing for some seemingly random movies and TV shows - Karellen - 2023-06-27 (2023-06-27, 04:28)MacGyver Wrote: I do check this thread, and try to create fixes for people as they ask, but I can't roll them into the official version, only jingai has the keys for that.Is Jingai contactable? I am sure that if jingai has given the ok, we can replace his version with your updated version in the repo. RE: Country tag (flag) missing for some seemingly random movies and TV shows - MacGyver - 2023-06-27 (2023-06-27, 06:17)Karellen Wrote: Is Jingai contactable?Not sure, I've only ever spoke with him here, it looks like he still uses Github. https://github.com/jingai I could work on a new version on my fork and try to get it current, but I suck at GitHub and struggle with the most basic things. I'm not the person to be in control of a public project, but I can still do the coding part. RE: Country tag (flag) missing for some seemingly random movies and TV shows - MacGyver - 2023-06-29 (2023-06-26, 17:55)valentijm Wrote: Bonjour, The country flags come from a separate addon (Language Flags Colour by im85288) and should be on 0.0.4, make sure you are running the most current. It shows you the flag based on the info resource from the scraper via: Code: <variable name="Language_Icons"> I think the part of the nfo that it uses is the language portion, but it might use the country or even the subtitle language stored in the media file itself. Code: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> So check your infos and file metadata and see if there is a file for it here: https://github.com/im85288/resource.images.languageflags.colour/tree/master/resources RE: Country tag (flag) missing for some seemingly random movies and TV shows - MacGyver - 2023-07-04 (2023-06-26, 21:02)jepsizofye Wrote: this skin hasn't had an update in 25 months so it's possible it has been abandoned - https://github.com/jingai/skin.metropolis/blob/master/changelog.txt I messaged jingai and he has merged the fixes for 19 and pushed for the update of 20 to the distro. RE: Country tag (flag) missing for some seemingly random movies and TV shows - valentijm - 2023-07-04 Thnx MacGyver, I will have a look at it but my gut feellng says it has nothing to do with Metropolis but with KODI. ciao, Valentijm |