2017-04-11, 14:49
@NobEef - thanks! Yep, maximinimalism was one of mine.
@loggio - i'm not keen to separate liveTV out just yet, but will consider it in the future.
Thanks to everyone for the kind comments recently, they mean a lot to me.
There's a fix for the file browsing problem on my Github now.
If you want to edit manually, open file 1080i/Includes.xml:
Find and replace lines "<expression name="isVideoList">..</expression>" with
and "<expression name="isMusicList">..</expression>" with
That should do the trick. Please report any problems found.
@loggio - i'm not keen to separate liveTV out just yet, but will consider it in the future.
Thanks to everyone for the kind comments recently, they mean a lot to me.
There's a fix for the file browsing problem on my Github now.
If you want to edit manually, open file 1080i/Includes.xml:
Find and replace lines "<expression name="isVideoList">..</expression>" with
Code:
<expression name="isVideoList">!Substring(container.folderpath,videodb://) | container.content(files) | isempty(container.content) | container.content(playlists) | container.content(addons)</expression>
and "<expression name="isMusicList">..</expression>" with
Code:
<expression name="isMusicList">!Substring(container.folderpath,musicdb://) | Substring(container.foldername,Files) | container.content(files) | container.content(addons) | [container.content(playlists) + !Substring(Container.folderpath,special://profile/playlists)] | Substring(Container.folderpath,plugin://)</expression>
That should do the trick. Please report any problems found.