Mod Dialog Info Screen New MOD
#16
(2016-06-13, 16:56)movie78 Wrote: A couple of things are not working with IncludesVariables and IncludesTopMenu

With your IncludesVariables, animation Poster and Background stop working.
PlayBack info doesn't display the ClearLogo or the ClearArt.

This what the Video OSD PAUSE and INFO should look like

Image

use your own IncludesVariables and IncludesTopMenu but replace these:
in IncludesVariables search for value_art_full and add this below it

Code:
<variable name="value_dialoguetopart">
    <value condition="StringCompare(skin.string(dialogue_top_art),logo) + !Container.Content(episodes) + !IsEmpty(ListItem.Art(clearlogo))">$INFO[ListItem.Art(clearlogo)]</value>
    <value condition="StringCompare(skin.string(dialogue_top_art),logo) + !Container.Content(episodes) + IsEmpty(ListItem.Art(clearlogo))">$INFO[ListItem.Art(clearart)]</value>
    <value condition="StringCompare(skin.string(dialogue_top_art),logo) + Container.Content(episodes) + !IsEmpty(ListItem.Art(tvshow.clearlogo))">$INFO[ListItem.Art(tvshow.clearlogo)]</value>
    <value condition="StringCompare(skin.string(dialogue_top_art),logo) + Container.Content(episodes) + IsEmpty(ListItem.Art(tvshow.clearlogo))">$INFO[ListItem.Art(tvshow.clearart)]</value>
    <value condition="StringCompare(skin.string(dialogue_top_art),clearart) + !Container.Content(episodes) + IsEmpty(ListItem.Art(clearart))">$INFO[ListItem.Art(clearlogo)]</value>
    <value condition="StringCompare(skin.string(dialogue_top_art),clearart) + !Container.Content(episodes) + !IsEmpty(ListItem.Art(clearart))">$INFO[ListItem.Art(clearart)]</value>
    <value condition="StringCompare(skin.string(dialogue_top_art),clearart) + Container.Content(episodes) + IsEmpty(ListItem.Art(tvshow.clearart))">$INFO[ListItem.Art(tvshow.clearlogo)]</value>
    <value condition="StringCompare(skin.string(dialogue_top_art),clearart) + Container.Content(episodes) + !IsEmpty(ListItem.Art(tvshow.clearart))">$INFO[ListItem.Art(tvshow.clearart)]</value>
    <value condition="StringCompare(skin.string(dialogue_top_art),banner) + !Container.Content(banner) + !IsEmpty(ListItem.Art(banner))">$INFO[ListItem.Art(banner)]</value>
    <value condition="StringCompare(skin.string(dialogue_top_art),banner) + Container.Content(banner) + !IsEmpty(ListItem.Art(tvshow.banner))">$INFO[ListItem.Art(tvshow.banner)]</value>
    </variable>
<variable name="DialogueTopArt">
    <value condition="StringCompare(skin.string(dialogue_top_art),logo)">Logo</value>
    <value condition="StringCompare(skin.string(dialogue_top_art),clearart)">Clearart</value>
    <value condition="StringCompare(skin.string(dialogue_top_art),banner)">Banner</value>
    </variable>

in IncludesTopMenu search for 9313 there are 2 instances add this below the first one
Code:
<control type="button" id="92151">
    <include>TopMenuButton</include>
    <label>Dialogue Top Art</label>
    <label2>$VAR[DialogueTopArt]</label2>
    <onclick condition="StringCompare(skin.string(dialogue_top_art),banner) | IsEmpty(skin.string(dialogue_top_art))">Skin.SetString(dialogue_top_art,logo)</onclick>
    <onclick condition="StringCompare(skin.string(dialogue_top_art),logo)">Skin.SetString(dialogue_top_art,clearart)</onclick>
    <onclick condition="StringCompare(skin.string(dialogue_top_art),clearart)">Skin.SetString(dialogue_top_art,banner)</onclick>
    <visible>!Container.Content(episodes) + !Container.Content(musicvideos)</visible>
    </control>
Reply
#17
Didn't work i get black screen.
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
#18
(2016-06-13, 17:56)movie78 Wrote: Didn't work i get black screen.

Ok use this one
http://www.mediafire.com/download/1anxud...ae/New.zip
Reply
#19
(2016-06-13, 18:05)DolGuldur Wrote:
(2016-06-13, 17:56)movie78 Wrote: Didn't work i get black screen.

Ok use this one
http://www.mediafire.com/download/1anxud...ae/New.zip

Animated Poster and background are working
Pause Video OSD = ClearLogo is working, but ClearArt is not working
Info Video OSD = Clearlogo and ClearArt is not working

ClearArt In the Picture below.
Image
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
#20
(2016-06-13, 19:17)movie78 Wrote: Animated Poster and background are working
Pause Video OSD = ClearLogo is working, but ClearArt is not working
Info Video OSD = Clearlogo and ClearArt is not working
Image

did you select it from top menu button
like this
Image
Image


mine is working
Image
Reply
#21
With these settings
Logo
ClearArt
Banner
Image

This is what I get.

Image
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
#22
can you upload your 1080p folder so i can have look at it?
Reply
#23
(2016-06-13, 19:49)DolGuldur Wrote: can you upload your 1080p folder so i can have look at it?

1080i
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
#24
can you also send your original IncludesTopMenu and IncludesVariables I will fix it for you
Reply
#25
ok here is the fix test it and see if it works
http://www.mediafire.com/download/lztdhg.../1080i.zip
Reply
#26
(2016-06-13, 20:26)DolGuldur Wrote: ok here is the fix test it and see if it works
http://www.mediafire.com/download/lztdhg.../1080i.zip

Looking good, just one more little fix

Info OSD = ClearArt Not position in the right place.

Image
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
#27
(2016-06-13, 20:59)movie78 Wrote: Looking good, just one more little fix

Info OSD = ClearArt Not position in the right place.

replace this file
http://www.mediafire.com/download/yii5la...enInfo.xml
Reply
#28
(2016-06-13, 21:17)DolGuldur Wrote:
(2016-06-13, 20:59)movie78 Wrote: Looking good, just one more little fix

Info OSD = ClearArt Not position in the right place.

replace this file
http://www.mediafire.com/download/yii5la...enInfo.xml

You did it!!!Nod

PS:

Quote:Can I ask for one more request?
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
#29
(2016-06-13, 21:37)movie78 Wrote:
Quote:Can I ask for one more request?

yes off course
Reply
#30
(2016-06-13, 21:47)DolGuldur Wrote:
(2016-06-13, 21:37)movie78 Wrote:
Quote:Can I ask for one more request?

yes off course

Can you add support for Atmos and DTS:X Naming Tag Support

Estuary MOD
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply

Logout Mark Read Team Forum Stats Members Help
Dialog Info Screen New MOD3