(2019-01-21, 18:50)relayer35 Wrote: Got a quick question - I am setting up a Windows Box with Kodi 18, and downloaded the latest version of Aeon Madnox.
On previous versions, if I was on the TV show information screen, under "Extras" was a "Chose Art" option. It's not there anymore, any idea how to get it back?
Thanks
I am answering my own question....
I see the issue, in custom_1119_ExtrasDialog.xml, line 92 has a requirement for the script.artwork.downloader to be present, but my understanding is that script does not work with Kodi 18 and will not be updated. The "Chose Art" option doesn't seem to be dependent on that script being present. (Even the default skin Estuary has it), so I removed the requirement, and sure enough it works again!
If there is a different way of doing this, please let me know. Adding custom code to my version is a pain, because on the next upgrade it will be gone again, so please let me know if there is something I missed.
<!--<visible>System.HasAddon(script.artwork.downloader) + [Container.Content(movies) | Container.Content(tvshows) | Container.Content(episodes) | Container.Content(seasons)]</visible>-->
<visible>[Container.Content(movies) | Container.Content(tvshows) | Container.Content(episodes) | Container.Content(seasons)]</visible>