Hi @
latts9923 please find below my comments:
(2022-02-22, 01:43)latts9923 Wrote: Yeah, I have already made those changes to "dvd" and "hddvd" for the next update. Thanks though!
It seems the following conditions
xml:
<value condition="String.Contains(ListItem.Filenameandpath,.dvd) | String.Contains(ListItem.Filenameandpath,.ifo,Right) | String.Contains(ListItem.Filenameandpath,.iso,Right)">$VAR[videocodec_path]dvd.png</value>
<value condition="String.Contains(ListItem.Filenameandpath,.hddvd)">$VAR[videocodec_path]hddvd.png</value>
in IncludesVariables.xml file at "mediatype", "mediatype_osd" and "widgets_mediatype" variable declarations have not been updated
(2022-03-03, 14:08)latts9923 Wrote: I think I added all the MPAA options you requested. Are they still not working properly for you?
If it could be of any convenience for you please find
here a piece of code to use in IncludesVariables.xml at <variable name="widgets_mpaa">, <variable name="mpaa">, <variable name="mpaa_ext">, <variable name="mpaa_fs"> variable declarations. I don't know if elsewhere in IncludesVariables.xml file or in other xml files this piece of code would be needed too (perhaps with benefit for the question n.3) for having an homogeneus rules setting for the mpaa rating icons management
(2022-03-03, 14:08)latts9923 Wrote: I just can't find these Italian MPAA icons anywhere on the internet. If you or someone else can provide larger examples I will certainly add them.
Sorry for the misunderstanding, I remembered you that task only because in a previous
post you offered to create a new version of them
(2022-03-03, 14:08)latts9923 Wrote: 1. I can add a button in the Top Menu that allows you to see all/less media flags for TV Shows.
Thanks a lot
(2022-03-03, 14:08)latts9923 Wrote: 2. I am not having a problem with the United States country flag. Do all the other country flags display for you?
Yes, all the other country flags display for me (only the ones that I could test because addressed in my video library, of course). Anyway, I have decompiled the Textures.xbt file and the "United States.png" icon has a different form factor in respect of "United States of America.png" and "USA.png" icons. If I edit the country field of a movie in my media library and change the "United States" value in "United States of America" or "USA" values, the flag is then displayed properly. So, the problem is the "United States.png" file in the flag icon pack
(2022-03-03, 14:08)latts9923 Wrote: 3. That is the MPAA flag you have circled in the screenshot of the Pause screen. I just looked at mine and it is displaying for me. Is yours not working?
I didn't know if I had to expect studio icon or mpaa rating icon. Well, now I know that mpaa rating icon is expected to be displayed there. Anyway, if I either pause or press the "I" key on keyboard while a movie is playing exactly the same screen appears. Even if the mpaa icon is available and correctly displayed in the media bar for the right list view (I suppose it works well for other views as well), unfortunately in that screen the mpaa rating icon is missing instead
(2022-03-03, 14:08)latts9923 Wrote: 4. I have never been able to find a good answer for why we see those "Direct texture file loading failed" messages in the log for the resources folder of an Add-on. The two errors for the animated weather icon is probably because those two images don't exist in the Texture file.
Unfortunately not... before writing you I had decompiled the Textures.xbt file and checked if that icons were available or not. Because I found and opened them without any problems, I decided to ask for you here