Kodi Community Forum
DialogVideoInfo.xml - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Mimic-LR (https://forum.kodi.tv/forumdisplay.php?fid=218)
+---- Thread: DialogVideoInfo.xml (/showthread.php?tid=312438)



DialogVideoInfo.xml - VERSEAU44 - 2017-04-16

Hi Forum !

To customize to my own use in Movie sheet, I try to

1/ move the TRAILER ("BANDE-ANNONCE") button after PLAY ("LIRE") one (Cf. screenshot below). I manage to do that BUT now, I can not select next button after the youtube one (I have to select previous) ... What's wrong in my DialogVideoInfo.xml (Cf. id="11" in http://dl.free.fr/kqTCB8jEL) ?

2/ when TRAILER is active (but not clicked), instead of displaying plot movie, I would like to display a personal field (tag <comment> in videodb.xml that I create from my personnal DataBase : "Ant Movie Catalog" (Cf. http://dl.free.fr/n3uCbW27Z)) into KODI. This videodb.xml has a "<comment>" tag (it could by another word ;o)). I believe that KODI imports new tag as is ... So, normally, my info could be IN Kodi (besides, I do not know how to check it) ... How to diplay this personal field insteed plot movie ?

Thanks SO MUCH for your help !

Image


RE: DialogVideoInfo.xml - braz - 2017-04-16

1 is an ID issue, you have two controls with id 11. If you're trying to comment one out, use <!-- -->

No idea if 2 is possible.


RE: DialogVideoInfo.xml - VERSEAU44 - 2017-04-17

Hi braz,

GREAT : it works for 1/

Anybody else for 2/ ?