v18 Lyrebird MOD 0.9.9 (UPDATE: 2019-09-09)
#50
First of all, thanks for continuing Mimic as Lyrebird. Really liking what you've done so far!

I've got one bug to report, and a suggestion for a feature/fix.

First, the bug report: The new gaming views need to be added to the "Configure Views" panel so they can be turned on or off. At the moment, only the original mimic views are listed.

Second, the suggested feature/fix: I'm in Australia, and like to use the Australian ratings classification symbols. They're in the mimic textures, but don't seem to display until I modified variables.xml. I had to add some lines of code in two places in variables.xml

variables.xml, replace line 365 with these five lines.
Code:
<value condition="String.Contains(ListItem.mpaa,Australia:G)">flags/mpaa/australia_G.png</value>
<value condition="String.Contains(ListItem.mpaa,Australia:MA)">flags/mpaa/australia_MA.png</value>
<value condition="String.Contains(ListItem.mpaa,Australia:M)">flags/mpaa/australia_M.png</value>
<value condition="String.Contains(ListItem.mpaa,Australia:PG)">flags/mpaa/australia_PG.png</value>
<value condition="String.Contains(ListItem.mpaa,Australia:R)">flags/mpaa/australia_R.png</value>

variables.xml, add these five lines above line 406.
Code:
<value condition="String.Contains(VideoPlayer.mpaa,Australia:G)">flags/mpaa/australia_G.png</value>
<value condition="String.Contains(VideoPlayer.mpaa,Australia:MA)">flags/mpaa/australia_MA.png</value>
<value condition="String.Contains(VideoPlayer.mpaa,Australia:M)">flags/mpaa/australia_M.png</value>
<value condition="String.Contains(VideoPlayer.mpaa,Australia:PG)">flags/mpaa/australia_PG.png</value>
<value condition="String.Contains(VideoPlayer.mpaa,Australia:R)">flags/mpaa/australia_R.png</value>

I hope I've helped with the bug report, and give consideration to my request.

Thanks again for the skin, and thanks for your time!

~Jondar
Reply


Messages In This Thread
RE: Lyrebird MOD - Gaming Views - by Rufoo - 2018-10-07, 11:30
RE: Lyrebird MOD - Gaming Views - by rdyott - 2019-08-26, 19:47
RE: Lyrebird MOD - Gaming Views - by Rufoo - 2018-10-07, 11:31
RE: Lyrebird MOD - Gaming Views - by Rufoo - 2018-10-07, 11:31
RE: Lyrebird MOD - Gaming Views - by rdyott - 2018-10-29, 18:48
RE: Lyrebird MOD - Gaming Views - by Rufoo - 2018-12-01, 05:22
RE: Lyrebird MOD - Gaming Views - by rdyott - 2018-12-03, 03:40
RE: Lyrebird MOD - Gaming Views - by dmakk - 2018-12-04, 05:15
RE: Lyrebird MOD - Gaming Views - by Rufoo - 2018-12-04, 14:00
RE: Lyrebird MOD - Gaming Views - by Rufoo - 2018-12-17, 08:39
RE: Lyrebird MOD - Gaming Views - by rdyott - 2018-12-29, 03:05
RE: Lyrebird MOD - Gaming Views - by Rufoo - 2019-01-09, 12:00
RE: Lyrebird MOD - Gaming Views - by Rufoo - 2019-02-01, 03:29
RE: Lyrebird MOD - Gaming Views - by Rufoo - 2019-02-01, 05:10
RE: Lyrebird MOD - Gaming Views - by Rufoo - 2019-02-01, 09:45
RE: Lyrebird MOD - Gaming Views - by Rufoo - 2019-02-03, 06:49
RE: Lyrebird MOD - Gaming Views - by Rufoo - 2019-02-05, 00:53
RE: Lyrebird MOD [UPDATE: 2019-02-10] - by Jondar - 2019-03-14, 13:44
Logout Mark Read Team Forum Stats Members Help
Lyrebird MOD 0.9.9 (UPDATE: 2019-09-09)2