v14 HACK - Infowall for Advanced Launcher
#1
In Aeon Nox 5, the InfoWall view does not work with Advanced Launcher. There is one line hack to enable.

Code:
~/.kodi/addons/skin.aeon.nox.5/1080i/View_51_InfoWall.xml
Change line 495 from
Code:
<visible>Container.Content(addons)</visible>
to
Code:
<visible>Container.Content(addons) | SubString(Container.FolderPath,plugin.program.advanced.launcher)</visible>

Before/After

I would really like to see this feature in Aeon Nox. Doing a git fork and pull request seemed overkill for a one liner so I posted here in hoping the maintainer would add in properly.
Reply
#2
Edited visible to be an OR so existing functionality is not affected
Reply

Logout Mark Read Team Forum Stats Members Help
HACK - Infowall for Advanced Launcher0